Contents tagged with Visual Studio
-
'X' is ambiguous in the namespace
I upgraded my projects with the latest version of a third party control (happened to be Telerik, but I've seen the problem occur other times as well) and got the ominous error on the BUILD:
-
Debugging a Broken Stylesheet: CSS Background Disappears when Scroll Off Bottom of Screen
I recently worked on an existing project where we decided to add a background to the site. Whether this is a background color or background image, the same problem occured.
-
Installing Ajax Control Toolkit in Visual Studio 2010
I needed to install the Ajax Control Toolkit for Visual Studio 2010 4.0 Framework, so I googled "install ajax control toolkit visual studio 2010" and found this step by step guide:
-
SQL Server Express and VS2010 Web Application .MDF file errors
I installed SQL Server 2008 as well as SQL Server Express 2008 on my new Windows 7 development environment, along with Visual Studio 2010. I could get SQL Server 2008 to work fine, but I could not use Express .MDF databases within sample web application projects without receiving the below error:
-
How to Make a Heat Map Chart - C# Telerik RadChart Heatmap Project Using Gantt in Code Behind
This project uses C#, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial.
-
How to Make a Heat Map Chart - VB.NET Telerik RadChart Heatmap Project Using Gantt in Code Behind
This project uses VB.NET, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial.
-
How to Register the Telerik.Web.UI.WebResource within your Visual Studio Project
In my previous post, I showed how to create a Visual Studio Solution and Web Site.
-
Creating a Visual Studio Solution and Web Site
A reader has asked me to explain how to create a Visual Studio solution with a Web Site. So in the next 4 posts, I will demonstrate:
-
Installing MS Sharepoint Administration to IIS7 (FrontPage Server Extensions 2002 Server Administration)
I'm in the process of setting up a new Windows 2008 Web Server and realized I'm missing my MS Sharepoint Administration Site.
-
ASP.NET Security Vulnerability Error Handling Project Part 3 - Sending Mail MailMessage()
Added note: A patch has been created. See Scott Guthrie's post here.