Link to home
Start Free TrialLog in
Avatar of ernie_shah
ernie_shahFlag for Trinidad and Tobago

asked on

Could not load file or assembly - deploying asp.net application

Please find attached the error when I moved my application from the client to the server.
The application was built with vs2010 and the server has 2008 and 2010.

Any advice will be appreciated.
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

No error attached. What DLL does it complain about? Are you using any 3rd party controls? There must be a DLL which is GAC and is not deployed on the server (or missing from bin folder).
Avatar of ernie_shah

ASKER

I am not using any 3rd party controls
Error.docx
Is OTforDept your own DLL? It is built against a newer version of ASP.NET than your website.
OTforDept is the application's name.The server has vs 2008 and vs 2010 with .net framework 2.0 and 3.5. However, my application was developed on client with vs2010 and .net framework 4.0. Will installing .net 4.0 on the server rectify this issue?
When I build my project I see OTforDept.dll

See message...

Rebuild All started: Project: OTforDept, Configuration: Debug Any CPU ------
  OTforDept -> C:\Documents and Settings\My Documents\Visual Studio 2010\Projects\OTforDept\OTforDept\bin\OTforDept.dll
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped =========
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial