Tag Archives: Visual Studio

Import Tag MSBuild Errors

Creating a SharePoint package is easy enough with Visual Studio but each time you restart it, the package location used previously is replaced with the default location of the current user’s Documents folder. To save a few seconds from my … Continue reading

Posted in Visual Studio | Tagged , | 1 Comment

Creating Entities from Dynamic SQL

When working with a LINQ to SQL model (dbml) and you try to add a custom stored procedure that uses dynamic SQL, you will likely see an error similar to the following: The return type for the following stored procedure … Continue reading

Posted in SQL, Visual Studio | Tagged , | Leave a comment

Cannot Access a Disposed Object – ModelStore

If you use the database schema compare tool in Visual Studio 2012 you may see the following error when trying to compare the database with the source: Cannot access a disposed object. Object name: ‘ModelStore’ For me, this was arose … Continue reading

Posted in Visual Studio | Tagged , | 2 Comments

My Development Configuration

Just wanting to share the utilities, custom scripts and applications that I use when developing for SharePoint. Besides the obvious, Visual Studio, SharePoint Designer and InfoPath, the following is what I find makes developing and debugging that little bit easier. … Continue reading

Posted in General | Tagged | Leave a comment

Deploy Solution to Site configured with Claims-based Authentication

This is a simple and quick post to provide a solution for developers working against sites configured with claims-based authentication and receiving an access denied error while trying to deploy solutions via Visual Studio. The exact error is: Error occurred … Continue reading

Posted in SharePoint | Tagged , , | 16 Comments