JohnCampionJr / Finbuckle.MultiTenant.MongoFramework

MongoFramework store and per tenant data isolation for Finbucle.MultiTenant
MIT License
4 stars 1 forks source link

Running sample projects for .Net6 crashes trying to find MongoFramework Version=0.25.0.0 #4

Closed Ghaiath closed 1 year ago

Ghaiath commented 1 year ago

Many thanks for this repo.

When I try to run the sample projects for .Net6 I get:

System.IO.FileNotFoundException: 'Could not load file or assembly 'MongoFramework, Version=0.25.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.'

I tried even to remove all .netstandard and .Net5 projects/reference and still get the same error. I tried more or less every solution in https://stackoverflow.com/questions/4469929/could-not-load-file-or-assembly-or-one-of-its-dependencies?answertab=modifieddesc#tab-top with still no luck.