EvergineTeam / Feedback

Feedback, feature requests, and bug reports for Evergine.
https://evergine.com
14 stars 1 forks source link

Could not load file or assembly 'Evergine.Assets' #156

Open naimkingston opened 1 year ago

naimkingston commented 1 year ago

After trying to run some of the demos inside Visual Studio 2022 (v17.5.2), I keep getting an exception:

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

I've not changed anything, I've just opened the csproj (for "VehiclePhysicsSample.Windows.sln" and "AutomotiveDemo.WPF.sln") for these projects and try to run them.

This issue occurs in a generated file CompiledInstancesEntities.cs, inside CompiledInstancedEntities.TryLoadAsset

Trifido commented 1 year ago

Hi @naimkingston , first of all I apologize for the delay in responding. We have had a lot of work these months. I have been testing with the projects you have indicated and I have not had any errors. Is it a compilation/execution failure or is it a warning? Usually if it is a system warning, it is something that is written in the console and does not affect the application. Regards.