BEFORE RUNNING THE SP 1 install you need to run the Visual Studio 2008 Hotfix Cleanup Utility. The HFCU Utility can be found here: http://code.msdn.microsoft.com/RemoveKB944899 The service pack 1 for Visual Studio 2008 can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en
Read More...
.style1 { font-family: Calibri; } p { font-family: Calibri; } .style2 { background-color: #FFFF00; } .style4 { font-size: medium; } Working on some WCF code for a Silverlight application I stumbled on this error message: Content Type text/xml; charset=utf-8
Read More...
These days you need more of a view into the data exchanged between Internet Explorer and your server application. Especially with AJAX and Silverlight. A lot of transactions can occur behind the scenes and debugging can be difficult. I started using a
Read More...
The solution to the error below is quite simple. Edit your web.config file. Locate the <system.web> section. Insert the tag: <trust level="Full" /> Save web.config. Server Error in '/solwsi' Application. Debugging is not supported under current
Read More...
So I have not embeded many reports in ASP.NET web sites to date so I am a little late on this news. I finally added a report to a ASP.NET 3.5 web site and used the Report Viewer control. After deploying the control I received this message: Could not load
Read More...
Web Deployment Projects with Visual Studio 2005 Ok so I am late... really late on this one. Every once in a while you stumble upon a piece of technology that you are amazed at but then you investigate the publication date - over a year ago!? So the little
Read More...