If you get this error message, which I did this morning opening up someone else’s SharePoint solution, make sure you have InfoPath installed. Once I installed the InfoPath client application with .Net Programmability Support, see below, the targets file was installed to the MSBuild directory.
Archive for the ‘development’ Category
The imported project “C:\Program Files\MSBuild\Microsoft.Office.InfoPath.targets” was not found
Posted in development, sharepoint, tagged infopath, msbuild, sharepoint on December 17, 2009 | Leave a Comment »
Visual Studio 2008 SP1 Crashes when exiting the application, in module ModName:msenv.dll
Posted in bugs, development, visual studio, tagged bug, visualstudio, windowlayout on December 4, 2009 | Leave a Comment »
After recently increasing my monitor setup to 3 flat screens! I decided to embark on the ultimate 2-window Visual Studio layout, docking most of my non-text editor windows on monitor 2. After lots of precision placements of windows, I thought I had better close Visual Studio so that it saves my new layout. Well fat [...]
SharePoint can not debug assemblies
Posted in development, sharepoint, tagged debugging, sharepoint on November 26, 2009 | Leave a Comment »
If you are ever having problems getting Visual Studio to break into your code and you develop by deploying your dll’s into the GAC, it’s probably down to mismatching PDB’s. Do a Clean Solution Rebuild the solution Re-Gac all your dll’s Reattach to IIS processes Other hints Locked files in the GAC Some times a [...]
Restoring an old friend – Visual Studio 2008 Create GUID tool
Posted in development, sharepoint, tagged .net, devenvironment on November 12, 2009 | 1 Comment »
Remember to recreate a link to guidgen.exe (Guid generator tool) after installing Visual Studio 2008. For some reason it’s no longer out of the box? Choose the Tools -> External Tools… Title: Create &GUID Click the Browse (…) button and find the guidgen.exe in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\ folder. See a better crafted posting [...]
My SVN Global Ignore Pattern for C# and Resharper
Posted in .net, development, tagged .net, devenvironment, svn, tortoisesvn on November 11, 2009 | Leave a Comment »