c# - FileNotFoundException and file path -


exception:

could not load file or assembly 'file:///c:\program%20files\microsoft%20visual%20studio%209.0\common7\ide\projects\sourcecode_tradeprocessor_branch\bin\fxgate\loaderservice\plugins\fixexchangeprovider\fixexchangeprovider.dll' or 1 of dependencies. system cannot find file specified.

code:

parserplugin = assembly.loadfrom(_transport.path); 

the filepath exists. because of path format or what?

"...or 1 of dependencies". check if dll's assembly references in same folder.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -