I have a link to System.Data
in my windows service project. I keep getting Exception
:
Could not load file or assembly "System.Data, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089" or one of its dependencies. The system cannot find the specified file.
I am attaching FusionLog
to my code and have learned the following. For System.Data
, only the visual studio is viewed here:
Assembly Manager downloaded from: C: \ windows \ Microsoft.NET \ Framework \ v2.0.50727 \ mscorwks.dll
And it should look here (all other assemblies are System.Data)
Assembly manager downloaded from: C: \ windows \ Microsoft.NET \ Framework \ v4.0.30319 \ clr.dll
How can I point my System.Data
file to search in the right place?
I think Microsoft Commerce Server
dll is referencing folder 2.0.
source share