Re: Could not load file or assembly 'WeOnly (General questions)
ok, here's what I just did:
-moved everthing that would belong into separated library anyway, set it to .net 2.0 --> same error
-read your most recent post
-created a small .net 2.0 console app with just the following inside main():
[code]KeyManager km = new KeyManager();[/code]
--> still the same error:
Message: Could not load file or assembly 'WeOnlyDo.Security.Cryptography.KeyManager, Version=2.0.3.20, Culture=neutral, PublicKeyToken=900ddd6a51580424' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)