DevConnections Wrap Up – Nov 2008
From November 2008: Whew...its been a long week and its only Thursday. This years conference was much the same as last years with the exception of being held in various portions of the Mandalay Bay...
View ArticleError: Adding Web Part to a page
I got the following error the other day (it has been shortened...): "the web part you attempted to add no longer exists in the closed web parts gallery." This was a pretty disturbing error...there was...
View ArticleGACUtil missing…Windows 2008/Visual Studio 2008 development machine
Great post here with a fix/workaround. Essentially when you go to look in the windows .net framework directory that program is not there. In order to run this utility program you will need to use the...
View ArticleLookup Fields and Content Types
For the last little bit I have been working on learning how to package up all site infrastructure into a single feature. All of this is pretty straight forward and I didn't really have any...
View ArticleERROR: Incompatible Web Part markup detected. Use “.dwp web part XML instead...
I came across this problem recently. Its a little strange and only happened once I changed my base webpart class to inherit from Microsoft.SharePoint.WebPartPages.WebPart. There seems to be two fixes...
View ArticleXmlSerialization Deserialize causes xmlns=” was not expected
I had what turns out to be a fairly common error the other day when trying to deserialize an xml file in one of my applications. Here is the code I was running: XmlSerializer ser = new...
View ArticleXmlSerializer and XmlRootAttribute Performance Issue
I have been working with xml serialization over the last week or so and ran into a strange issue today. It only came to light when I decided to implement IXmlSerializable and write my own methods for...
View ArticleInstalling and Debugging a windows Service
Here is some useful information that I always seem to forget when developing windows services. To install/uninstall manually, which i find helpful to do from the bin folder of your project use the...
View ArticleExecute Commands in Windows via .NET Application
Heres a neat little snippit that comes in handy for running commands against the operating system. Sourced directly from here: http://stackoverflow.com/questions/691716/running-cmd-commands-via-net...
View ArticleFIX: 404 Error after deploying an MVC 4 Application to Windows 2008 R2 IIS 7.5
I have been working on a new ASP.NET MVC 4 Web API application for accessing some company data stored in a database. This is pretty standard stuff and I was able to build and test the application...
View Article