Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Have changed the targetversion of working module by switching to VS2010 from VS 2008 found my working module not working properly plz provide the solution for the same
Posted
Comments
durgesh j 15-Oct-13 8:14am    
got this error

<compilation debug="true" targetframework="4.0">
changed it to 3.5 still not working
thatraja 15-Oct-13 8:17am    
Always share the error message if you got.
durgesh j 15-Oct-13 8:22am    
got this error

compilation debug="true" targetframework="4.0"

changed it to 3.5 still not working
thatraja 15-Oct-13 8:30am    
Include the complete error message in your question. If possible add screenshot link of error

1 solution

right click on project name in solution explorer
select property page
select build on left hand side
then select the version you want from right side.
 
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