Skip to content

IOException on Dispose() method calling #4

@sergeyzwezdin

Description

@sergeyzwezdin

I'm trying to start Mongo2Go as following:

 MongoDbRunner.Start(dataPath);

It works fine, but throws IOException on callings Dispose() method ("...unable to access local.0 file...").

At the same time MongoDbRunner.StartForDebugging(dataPath) works ok.

Looks like mongo process still running when trying to delete data files in case of .Start() method.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions