Tag Archives: vs

My attempts at installing Umbraco via NuGet

I often use Umbraco as a CMS for my web projects, and NuGet for referencing other libraries. This made me wonder whether Umbraco could be deployed via Nuget. The short answer is, it is possible, but it does not work … Continue reading

Posted in Development, Software | Tagged , , , , , , | Leave a comment

Manually start Visual Studio dev. web server

I needed to manually start the Visual Studio dev. web server for profililng purposes… The web server is located here: C:\Program Files (x86)\Common Files\microsoft shared\DevServer\9.0\WebDev.WebServer.EXE Arguments /port:<port number> Optional, an unused port number between 1 and 65535. /path:<physical path> A … Continue reading

Posted in Development, Software | Tagged , , | Leave a comment

An Introduction to Native Concurrency in Visual Studio 2010

Read this article: http://blogs.msdn.com/nativeconcurrency/archive/2009/01/12/an-introduction-to-native-concurrency-in-visual-studio-2010.aspx

Posted in Development, Software | Tagged , , , | Leave a comment

Visual Studio 2008 – ItemTemplatesCache missing

The issue  My Visual Studio 2008 opened the solution file with no problem. However, when I was to add a new class, user control, aspx file or similar, I received the error: Could not find part of "c:\Program Files\Microsoft Visual … Continue reading

Posted in Development, Software | Tagged , , , , | 1 Comment

How Do I: Debug ASP.NET AJAX Applications Using Visual Studio 2005?

Original post here: http://www.asp.net/learn/ajax-videos/video-167.aspx — In this video we learn how to use Visual Studio 2005 to debug ASP.NET AJAX applications. We are shown how the ScriptManager is used to access the JavaScript created by the ASP.NET AJAX server controls, … Continue reading

Posted in Development | Tagged , , , , | Leave a comment

Using different Web.Config for development, test and production

Read more here: http://weblogs.asp.net/scottgu/archive/2007/09/21/tip-trick-automating-dev-qa-staging-and-production-web-config-settings-with-vs-2005.aspx   Or here: http://www.hanselman.com/blog/ManagingMultipleConfigurationFileEnvironmentsWithPreBuildEvents.aspx

Posted in Development | Tagged , , | Leave a comment

Upgrading VS 2005 Web Site Projects to be VS 2005 Web Application Projects

Original post here: http://webproject.scottgu.com/csharp/migration2/migration2.aspx — Step 1: Create a New VS 2005 Web Application Project The best strategy to migrate an existing VS 2005 Web Site Project is to first create a new blank VS 2005 Web Application Project in … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Line numbers in code view in VS2005

Open Visual Studio 2005. Then go to Tools -> Options. Select "Text Editor" and the language you want to change the setting for.

Posted in Development | Tagged , , , | Leave a comment

VS2005 – Open folder or file in Explorer

Sometimes you just need to open the website you are working on in VS2005 in Explorer. Well here is the trick of how to do it. Download and install the following – Download Explorer add-in for VS2005 or read more … Continue reading

Posted in Development | Tagged , , , | Leave a comment