Top "Visual-studio-2008" questions

This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.

'Publish failed' but build succeeded?

When using Visual Studio 2008, when I "Publish Web Site", the application builds correctly, but then I get a "Publish failed" …

asp.net visual-studio visual-studio-2008 publish
v11.0\WebApplications\Microsoft.WebApplication.targets was not found when file actually references v10

First some background. At the end of 2012 we migrated our vs2008 solution to vs2010 but we still target .NET 3.5. (I …

asp.net .net visual-studio-2010 visual-studio-2008 visual-studio-2012
HttpWebRequest: The request was aborted: The request was canceled

I've been working on developing a middle man application of sorts, which uploads text to a CMS backend using HTTP …

c# visual-studio-2008 httpwebrequest
How can I get "Copy to Output Directory" to work with Unit Tests?

When I build a unit test project before the tests are executed the test output is copied to a TestResults …

c# .net visual-studio-2008 unit-testing mstest
How to Integrate ILMerge into Visual Studio Build Process to Merge Assemblies?

I want to merge one .NET DLL assembly and one C# Class Library project referenced by a VB.NET Console …

visual-studio visual-studio-2008 msbuild ilmerge
DataView.RowFilter Vs DataTable.Select() vs DataTable.Rows.Find()

Considering the code below: Dataview someView = new DataView(sometable) someView.RowFilter = someFilter; if(someView.count > 0) { …. } Quite a number of …

.net visual-studio-2008 performance ado.net datatable
How to open aspx web pages on a pop up window

I'm trying to write a code to open an .aspx (in shape of a pop up window) after clicking a …

asp.net vb.net visual-studio-2008 popup asplinkbutton
the source file is different from when the module was built

This is driving me crazy. I have a rather large project that I am trying to modify. I noticed earlier …

c# visual-studio-2008
How to solve a "HTTP Error 404.3 - Not Found" error?

Simple problem. I start up VS2008 and create a new WCF Service application. This will create a default application with …

c# visual-studio-2008 iis-7 wcf http-status-code-404
How to stop Visual Studio from "always" checking out solution files?

For apparently no reason, every time I open my solution, Visual Studio checks the sln file out. If I compare …

visual-studio-2008 tfs