Browse by Tags
All Tags »
Visual Studio 2008 (RSS)
If you publish a .NET application to an IIS 7 server click once deployment fails with HTTP 404 errors on .manifest, .application, and .deploy files. After googling I found a blog article that went through a bunch of horribly poor suggestions involving
Read More...
I have a fresh install of Vista Business x64 with a clean install of Visual Studio 2008 SP1. I updated my Telerik R.A.D. Controls Winforms from an older 2007 version to 2008 Q2 SP1. After which (and I do not fault Telerik for this as it is
Read More...
I Googled and Googled and found no meaningful results on this.. just a bunch of people who plagiarized other people's blog postings. So the nutshell on this is: Slipstream the SP1 into the TFS 2008 installation. What you need: TFS 2008 TFS 2008
Read More...
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...
Building data objects in Visual Studio 2008 is really nice. Having been a . netTiers veteran (and contributor) I have appreciated O/R Mapping tools for some time now. I must say that the new Visual Designer is pretty neat. I am working on a quick WPF
Read More...
Once again working with WCF services from my Silverlight application. This time I upgraded a method on my WCF service to return a generic list of a strongly typed class. [ServiceContract] public interface IOpenOrders { [OperationContract] List<OrderData>
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...
Fun with Silverlight 2.0 Beta 2: This could be due to a cross domain configuration error. Please see the inner exception for more details. So for security reasons a Silverlight control running on a web page is not allowed to access content outside of
Read More...
This one plagued me for hours. Hope this solution finds you well. The base class includes the field 'ReportViewer1', but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer).
Read More...
Working with complex controls in Visual Studio 2008 has presented a few IDE challenges. There is a hotfix rollup for Visual Studio 2008 to help this. Hopefully Service Pack one has more optimizations in it. http://weblogs.asp.net/scottgu/archive/2008/02/08/vs-2008-web-development-hot-fix-roll-up-available.aspx
Read More...
Ok so I ran into a debugger issue that I saw about a year ago. This time I decided to write up a quick entry on it so I do not forget it this time. Unable to attach to the crashing process. The components for the 64-bit debugger are not registered. Please
Read More...
A little note to the new developer that is just getting into writing Extension Methods in .NET 3.5. Your extensions will not show up until you compile your static classes. This should be obvious to most but the Visual Studio 2008 IDE does not precompile
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...
So I was trying to install Visual Studio 2008 RTM tonight when I ran into a familiar but very annoying problem. I had installed the Beta 2 of Orcas and used it for a while. Now it was time to uninstall the beta version and get the RTM on. The Beta did
Read More...