Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi i have an unknown problem :) i design a program in Home , its work Good , but in office i cant change it , my mean for Example i add msgbox("S") to program in my office , When Click in Debug its Dont show it , and start my last Save program in my Home :O

Windows is Same (Home and Office)
VS is Same Version (2009)
Posted

There is no VS 2009 AFAIK: VS2008, and VS2010 instead.
Check how you transferred the project - are any of the file dates odd? If so, then it may not be rebuilding it because it thinks things are up-to-date already. Try the "Clean Solution" on the Build menu - it will ensure that a full rebuild is done next time as it gets rid of all intermediate files.
 
Share this answer
 
Comments
synctor 29-Nov-11 1:40am    
Not working
Try this :
Build Menu->Clean Solution.

Then try to build your solution.It will help you :)
 
Share this answer
 
Comments
synctor 29-Nov-11 1:40am    
Not Working

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