visual-studio

What is the usage of Local Database Cache project type in Visual Studio?

What is the usage of Local Database Cache project type in Visual Studio? ...

Is BizTalk 2006 supported in Visual Studio 2010

What I've googled so far is that the upcoming BizTalk 2009 R2 will be supported in VS 2010. Nothing is said however regarding support for the current BizTalk 2006 R2 version. Anyone knows whether BizTalk 2006 is supported in Visual Studio 2010? ...

How to sign setup with .crt file?

I've got a Comodo certificate to sign my application files with the appropriate publisher (that'll be me). But how do I sign my installation to prevent those triple "are you sure?" UAC dialogs? Am using the Visual Studio (2008) setup project, no third party tools. ...

Sharing user controls acrros multiple websites

Hello, I am currently working on a project which involves three different websites with a lot of common functionality. At the moment the common functionality is placed in a different website full of user controls. The problem is sharing the user controls across the multiple websites. Looking around on SO and other websites, the only s...

Visual Studio 2010 Architecture Explorer: how to change Group Background or Arrows Color ?

I can't see any option to do so when right-clicking the group background. ...

Reporting Services URL parameter problems

I have an URL to a location on the server where it can find teh report. The report works just fine if i manually refresh it. I tried using rc:ClearSession=TRUE and i also tried sending a random parameter, but the report is still not being refreshed. Any ideas? The main scenario: User eneters the page(with a grid view) User clicks on E...

Visual studio Setup Project Shortcuts

Hello, I have to projects added to my Setup project in Visual Studio. I have added a shortcut for 1 of my 2 projects, which are included in this Setup project. The shortcut works fine, but i have 2 programs which i want to add Shortcuts for. Is it possible to add 2 Shortcuts, 1 for each of my 2 projects? I added the shortcut through ...

Why is a process inactivated in VisualStudio AttatchToProcess Form

He Geeks When i attach to the w3wp.exe process in visualStudio this is mark inactive (gray). why a process can be inactivated ? thx ...

How can I get JSLint.VS Addin to work with Visual Studio 2010?

I love the JSLint add-in - very useful. Having just upgraded to VS2010, I want it working in my new environment. The problem is, regardless of location/path, it does not show up in the Addin Manager (under Tools menu). Any ideas? ...

How do you run a cygwin-compiled program from windows c# (visual studio)?

HI, I would like to run a cygwin compiled program in visual studio using c# Thanks :) L BTW: System.Diagnostics.Process MyProcess = new System.Diagnostics.Process(); MyProcess.StartInfo.UseShellExecute = false; MyProcess.StartInfo.FileName = "C:\\cygwin\\Cygwin.bat"; MyProcess.StartIn...

Visual Studio C#: Why is a "using" directive insufficient for some libraries?

Scenario: I needed to add HttpUtility to my project, and I started by adding "using System.Web" to my collection of using directives. However the HttpUtility class would still not resolve, and I discovered (via this question) that I needed to add a reference to my project. Question: Why do I need to add a reference to this library when ...

installing visual studio 2005 after 2008 already installed

I have a machine with VS 2008/Sql 2008 already installed. I now need to install an instance of vs 2005/Sql 2005 for two reasons. The main reason is for reporting Services 2005. All of the report servers are sql 2005. Now to create a SSRS compatible with 2005 do I just need to install Sql Server 2005 and work with it in VS 2008 or do...

upgrading from visual studio 2008 to visual studio 2010

What do I need to do in order to upgrade? Should I uninstall the visual studio 2008 first? Also what do I need to do to get .NET framework 4? Any tutorials or guides about this? ...

Visual Studio 2005 to VS 2008

I am a newbie in working on VS IDE and have not much experience in how the different libraries and files are linked in it. I have to build a OpenCV project which was made in VS2005 by one of my colleagues into VS2008. The project is for blob detection. Following is what he has to say in readme : Steps to use the library (using MSVC++...

Environment Setting for Highlighted Variable in Visual Studio 2010

Environment Fonts and Colors (Where's the one I'm looking for?) I have custom colors and fonts setup in Visual Studio and I'm now using those in the new VS2010. One new feature that I've noticed is that if you click on a variable, it highlights all instances of that variable in your current file. With my color scheme (a dark backgroun...

What are the advantages / disadvantages of a Cloud-based / Web-based IDE?

I'm writing this as DevConnections in Las Vegas is happening. Visual Studio 2010 has been released and I now have this 3GB beast installed to my machine. (I'll admit, it has some nice features.) However, while the install was monopolizing my computer's resources I began to wish that my IDE worked more like Google Documents (instantly ...

Visual ASP.NET MVC Designer

Is there an add-in for the VSIDE that allows you to visually construct ASP.NET MVC solutions? Back in my struts days there were a number of options that made hooking together Views/Models/Controllers easy and interactive. ...

The system cannot find the file specified.

Till yesterday my webservice was running fine in my local system today when i run the Webservcie or any webproject from VS2005 i get the below error Server Error in '/MyWebService' Application. The system cannot find the file specified. (Exception from HRESULT: 0x80070002) Description: An unhandled exception occurred during the execu...

Static method , Abstract method , İnterface method comparision ?

When i choose these methods? i can not decide which one i must prefer or when will i use one of them?which one give best performance? First Type Usage public abstract class _AccessorForSQL { public virtual bool Save(string sp, ListDictionary ld, CommandType cmdType); public virtual bool Update(); public virtu...

Changing the background colour of lines in the stack

I have just changed the colour scheme of my Visual Studio 2008 environment to have a dark backround with light text. This is so much easier on the eyes. The only problem is lines that are on the call stack... Those lines that are referred to in this thread here in visual studio some lines of code have light grey background while debugg...