Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear everyone
i am using visual studio 2010 to make an updater application that connects to PHP web-service and get updates to PC

everything is going well but i get 4 warning in visual studio program and i can not solve it, so please advice me if possible

Warning 1 Could not resolve this reference. Could not locate the assembly "Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.



Warning 2 The referenced component 'Microsoft.VisualStudio.QualityTools.UnitTestFramework' could not be found.



Warning 3 Could not find prerequisite '.NET Framework 2.0 (x86)' in path 'c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\'



Warning 4 The target version of the .NET Framework in the project does not match the .NET Framework launch condition version '2.0.50727'. Update the version of the .NET Framework launch condition to match the target version of the.NET Framework in the Advanced Compile Options Dialog Box (VB) or the Application Page (C#, F#).




thanks in advance and have a nice day
Posted
Updated 12-Jun-13 20:51pm
v2

Warning 1: Looks like a reference to this dll is missing. Add this framework dll again. Note that you will need the Unit Testing framework installed when you installed Visual Studio.

Warning 2: Same as Warning 1

Warning 3: Have you got framework 2.0 installed? Try changing the runtime version of your project.

Warning 4: Same as 3. Change the runtime version.
 
Share this answer
 
v2
Comments
Prasad_Kulkarni 13-Jun-13 5:21am    
5'ed :D
Abhinav S 13-Jun-13 7:09am    
Thank you.
for 1st and you have not reffered dll
for 3rd and 4th check the target .net framework in project properties
 
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