3.9 runs fine in Debug mode on VS2012, but Release mode has errors

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
In Debug mode, everything seems fine.  In Release mode, it looks like all the DLLs are missing.  I'm getting 40+ similar errors:

Error  29  Metadata file 'D:\PenguinRecordsNew\Code\Libraries\Nop.Services\bin\Release\Nop.Services.dll' could not be found  D:\PenguinRecordsNew\Code\Plugins\Nop.Plugin.ExchangeRate.EcbExchange\CSC  Nop.Plugin.ExchangeRate.EcbExchange

Sure enough, the DLLs are missing, but they were added to the Debug folder.  Why?

Also, I'm getting this error:

Error  26  An attempt was made to load an assembly with an incorrect format: C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll.  D:\PenguinRecordsNew\Code\Libraries\Nop.Services\SGEN  Nop.Services

Any ideas?
6 years ago
A simple upgrade to .Net Framework V4.5.1 fixed everything, including the missing DLL errors.  No changes to anything else, just update to 4.5.1, reboot and it worked.

This is assuming you're doing this on Windows Server 2012r2 and you have physical access to the server (as in, it's physically right next to you).
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.