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

[484 byte] By [JohnP.Grieb] at [2008-1-10]
# 1
I should have mentioned that I'm trying to open the project with Beta 2.

John

JohnP.Grieb at 2007-10-3 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
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

PaulStubbs at 2007-10-3 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 3

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

Vivekthangaswamy at 2007-10-3 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 4

I have the exact same issue - did you ever resolve it?

Thanks!
Jim

jamesszatkowski@hotmail.com

jamesski@jlsce.com

jamesski at 2007-10-3 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 5
I too have a similar issue. Any resolutions?
nfreeze at 2007-10-3 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...