Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi there,

I have published a MVC website interfacing an Oracle Database. All server settings have been configured as necessary.

Problem: When I run the application locally it works fine, but from the server I get the following error: "Could not load file or assembly 'XXX.YYY' or one of its dependencies. The system cannot find the file specified."

This is my first mvc application and the error is not really clear as it is generalized as everything is on the server.

If you have any suspicions on what it could be then please do assist.

Regards
Posted
Comments
Jameel VM 21-Feb-13 3:31am    
please verify the version of assembly

1 solution

Make sure your application's all private assemblies which you use to your application are properly deployed it to iis. How you can identify? Your local application which you say that it is working its bin directory and your deployed application to iis bin directory files are same with same version.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900