Error opening Dec CTP VSTO Project
I'm getting the following error when I try to open a VSTO project created with the December Technical Preview. Any suggestions on how to work around it?
"C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MyProject.csproj: The imported project C:\Windows\Microsoft.NET\Framework\v2.0.50215\VSTO.targets was not found. Confirm thta the path in the <Import> declaration is correct, and that the file exists on the disk."
Regards,
John Grieb
You will need to change the MSBuild targets in the project file. Open this file with a text editor and replace the VSTO target with this one
<Import Project="$(MSBuildExtensionsPath)\Microsoft.VisualStudio.OfficeTools.targets" />
You can also create a new project with Beta 2 and compare the CTP project file with the Beta 2 project file if you run into any more issues.
Paul Stubbs
VSTo Program Manager
Hi
After creating the InfoPathFormTemplate Project i cannot do any operation in my Visual Studio 2005, for any operation it show me the error message "Visual studio has encountered an unexpected error"
Can you suggest me any solution to solve this problem.
Regards
Vivek.T