Skip to content

MiniProfiler.MongoDb is active? #673

@anuraj

Description

@anuraj

I am trying to profile my mongo database using MiniProfiler - but when I try do it with the following code.

var mongoServer = mongoClient.GetServer();
var mongoSettings = new MongoDatabaseSettings();
var database = new StackExchange.Profiling.MongoDB.ProfiledMongoDatabase(mongoServer, "testing", mongoSettings);

I am getting this error - The type 'MongoServer' is defined in an assembly that is not referenced. You must add a reference to assembly 'MongoDB.Driver, Version=1.9.1.221, Culture=neutral, PublicKeyToken=f686731cfb9cc103'

I am running Visual Studio 2022. Project .NET Framework version is 4.8. And currently the project is referencing MongoDB.Driver nuget package.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions