Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an issue working with VSTS and VS2008. Do I need install any service pack or do some thing. Please help on this.ASAP.. I am waiting for the solution.
Posted
Comments
Sergey Alexandrovich Kryukov 9-May-12 1:47am    
First, you did not provide enough information. Yes, you are recommended to install all available service packs, always.
--SA
Sandeep Mewara 9-May-12 2:12am    
I am using VS2008 on Win7. Now, what issue you are facing? You have not mentioned anything about the 'issue'.

As SA suggested, make sure you have updated with latest Service Pack.

1 solution

At machine level, you are supposed to have SP(Service Pack).

At application level, if you target "Any CPU" or specifically "x64" you will be unable to use "Edit and Continue". That is, you will be unable to break execution, change code, and then continue execution. This can significantly slow down development in some cases, and is not immediately apparent until you use it. To get around this, ensure your target is "x86" unless you absolutely need to target 64 bit.

Ultimately having multiple build profiles will be the only real solution if you want to use "edit and continue" while building on a 64 bit OS.
 
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