Editing SharePoint Pages Using Visual Studio And WebDAV

I blog in a few different places.  I have my personal blog, my professional blog, and I maintain a blog at work to inform and educate co-workers.  At work, the blog is hosted on the company’s SharePoint server, which is Continue reading Editing SharePoint Pages Using Visual Studio And WebDAV

IISExpress – Error description: Access is denied. (0x80070005)

Today, I spent my entire work day trying to find the solution to this error. When I would launch a web project from Visual Studio, IIS Express would fail to load.  The error reported was: Failed to register URL “http://localhost:10000/” Continue reading IISExpress – Error description: Access is denied. (0x80070005)

MSBuild error MSB4057: The target "Package" does not exist in the project.

Every three weeks we release an update to our websites and web services.  To make this release easier, I created a batch file that would build the projects and deploy each one to our four web servers.  The last few Continue reading MSBuild error MSB4057: The target "Package" does not exist in the project.

SSRS ReportViewer NullReferenceException on Dispose

I recently assisted on troubleshooting an error in a utility application where an exception was being thrown on the dispose of a Microsoft.Reporting.WebForms.ReportViewer.  The environmental conditions were pretty specific, so it’s possible you’d never see something like this in your Continue reading SSRS ReportViewer NullReferenceException on Dispose