Quantcast
Channel: Dev Team Assemble » .Net Framework
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

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 Article



Error: 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 Article

GACUtil 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 Article

Lookup 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 Article

ERROR: 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 Article


XmlSerialization 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 Article

XmlSerializer 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 Article

Image may be NSFW.
Clik here to view.

Installing 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 Article


Execute 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 Article


Image may be NSFW.
Clik here to view.

FIX: 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
Browsing latest articles
Browse All 10 View Live




Latest Images