An Attempt was made to Load an Assembly from a Network Locaiton - Error
An Attempt was made to load assembly from a network Location- are you face this error while running your Win.net application from Client PC. This happen in case when you are running Application Placed on Server and Shortcut of the same is placed on Client Desktop and Same is been executed.
.
Place the below Setting in the Config
File ([Application].exe.Config) File will be found in the Application Directory
<configuration>
<runtime>
<loadFromRemoteSources
enabled="true"/>
</runtime>
.
To be Precise
Comments
Post a Comment