Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » Visual Studio 2008   (RSS)
SOLVED: ClickOnce Deployment and IIS 7 does not work.
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...
Solved: Visual Studio 2008 SP1 Crash
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...
Solved: How to install Team Foundation Server 2008 on Windows Server 2008 with SQL Server 2008
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...
Microsoft Visual Studio 2008 Service Pack 1 ( SP1 ) Released
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...
LINQ to SQL Visual Object Designer O/R Mapper
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...
Using a strongly typed class as a return value in WCF.
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...
Content Type text/xml; charset=utf-8 was not supported by service [insert service url here]. The client and service bindings may be mismatched.
.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...
This could be due to a cross domain configuration error. Please see the inner exception for more details.
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...
SOLVED: 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).
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...
Visual Studio IDE is very slow with UserControls or Telerik Controls
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...
Unable to attach to the crashing process. The components for the 64-bit debugger are not registered.
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...
Where is my extension method?
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...
Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
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...
Windows SDK .Net Tools and Visual Studio 2008 RTM Install
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...