Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My project named WareHouse (a desktop app) was working fine till morning. i shifted the project to another machine. and it gives the following error.
Cannot run the project .could not load files or assembly 'Warehouse'.

Any suggestions.. thaks in advance.
Posted

When you shifted it, what did you move?

Did you just copy the exe? Did you move the solution and all sub dirs? Are you trying to run it in VS on the new machine?

Did you move any DLL files it relies on?

Or did you make a setup project and move it via that?
 
Share this answer
 
Comments
ahsan sarfraz 23-Jul-11 4:26am    
I have shifted the whole solution . i.e All the files including solution file.And then i rebuild the solution in VS. and then tried to run it. but it is giving the error.
OriginalGriff 23-Jul-11 4:34am    
Is the new machine 32 or 64 bit? Is the solution building for the appropriate size?
ahsan sarfraz 23-Jul-11 6:27am    
Yes both machines are 32 bit. :(
Have you done a "Clean" or "Rebuild all"? There might be some stuff that was not recompiled on the new machine.
 
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