visual-studio-2008

install business intelligence project in vs 2008

How can I install business intelligence project in vs 2008. I can not option in new project. ...

Visual Studio has insufficient privileges to debug this process. To debug this process, Visual Studio must be run as an administrator

I have developed a windows service and this is service is running on my local computer under my account. When I try to debug this service by attaching this as a process in visual studio 2008 I get “Unable to attach to the process. Visual Studio has insufficient privileges to debug this process. To debug this process, Visual Studio must b...

Why all the project templates (but ASP.NET MVC Web Application) have disappeared from VS2008?

Hello, I've done some recovery activities with my computer. Now, I've re-installed VS2008 professional edition. Unfortunately, when I right-click on the solution to add a project, the only template I'm able to see from the pop-up menu is ASP.NET MVC Web Application. Why the other templates, such as library, have disappeared? Yet, while ...

convert SQL Reporting Services project (.rptproj) to VS 2010

I have an .rptproj that works with VS 2008, but I can't convert it to VS 2010 This link seems to confirm the issue but provides no options: https://connect.microsoft.com/VisualStudio/feedback/details/532664/cannot-open-a-sql-reporting-services-rptproj-file?wa=wsignin1.0 Any suggestions or new info on this? ...

Testing UI with MsTest

With NUnit, I could use NUnitForms to test the UI. It's massively cumbersome, but it gets the job done. Is there something similar for MsTest for the version shipping in VS2008? ...

the scope of a pointer ???

Ok, so I did find some questions that were almost similar but they actually confused me even more about pointers. http://stackoverflow.com/questions/2715198/c-pointer-objects-vs-non-pointer-objects-closed In the link above, they say that if you declare a pointer it is actually saved on the heap and not on the stack, regardless of wher...

How to create dependent files in Visual Studio 2008?

I've found this blog post http://blog.laurent.etiemble.com/index.php?post/2006/12/08/101 but it uses a custom add-in for VS 2005. I would assume there is a way to do this natively in VS 2008? ...

VS2008 Possible to direct output to VS output window for a console application rather than cmd.exe?

Hi, i know its possible for a windows application, but is it possible to re-direct the output of a console app to the internal output window for VS2008? ...

Managing Lots of Overlapping Controls in Visual Studio

I'm using different sets of controls on the same location on a form. By default all are visible=false and then certain subsets of the controls are set to visible as the user selects specific values in a combobox dropdown control. From the user's perspective this works well since they only see the controls that are needed. However, sin...

can't Remote debug a SQL Server 2005 Stored proc from within VS 2008 Team System

Hi, Am trying to debug a stored proc in SQL Server 2005, which is located at a remote location, from within my VS 2008 Team System (which is located in my local machine). The SQL Server and my machine are in 2 different domains. I tried to run visual studio using the Runas command for the User with which I am connecting to the remote sq...

I need to debug my BrowserHelperObject (BHO) (in C++ with Visual Studio 2008) after a internet explorer 8 crash in Release mode.

Hi, here is the situation, i'm developping a Browser Helper Object (BHO) in C++ with Visual Studio 2008, and i learned that the memory wasn't managed the same way in Debug mode than in Release mode. So when i run my BHO in debug mode, internet explorer 8 works just fine and i got no erros at all, the browser stays alive forever, but as s...

VS2008 web service code coverage

Hi, I have written a test method for a web service in VS2008, using visual studio test framework. Everything works fine until I enable code coverage for the web service dll in localtestrun.testrunconfig. Then, when I run the test, I get the result "Not executed". Could you give me an idea for this? Thank you ...

Debugger Visualizer and "Type is not marked as serializable"

I am trying to create a debugger visualizer that would show control hierarchy for any Control. It's done but I'm getting the exception "Type is not marked as serializable". How do I overcome that? Control is a .NET Windows Forms framework type, I can't mark it as serializable. ...

VS2008 -> VS2010 leads to cryptic STL errors

The following C++ library was successfully compiled in VS2008 http://sourceforge.net/projects/xmlrpcc4win/files/xmlrpcc4win/XmlRpcC4Win1.0.8.zip/download When I open it in VS2010, it goes through the conversion wizard process without any errors. Now, when I attempt to compile it in VS2010, I get some weird STL errors like these: 1>Ti...

Publishing project in VS 2008 with excluded files

Hey all I am trying to publish my website project to an IIS server, and I have a few excluded files in the project, i wish they would be published as well. how can I achieve that thanks all ...

How to add code and html markup to another VS solution file without having access to it or subversion.

A company hired me to add some functionality to a pre existing .NET site, the problem is I have to create it in my own VS solution file and somehow integrate it into the existing site without access to the original VS solution file. The pre existing site is not in subversion. I coded up some stuff that works on my end, but they can't a...

How to install toolbox in Visual Studio 2008 Tester mode

I installed VS 2008 Team System and chose mode for testers. But there is no Toolbox in View (buttons, textboxes etc). How can I install toolbox or launch VS in other mode? Thanks. ...

Dynamic External Program in debug tab vs2008

I am playing with NServiceBus using the generic host; specifically I'm working on having 2 different configurations, a debug configuration that logs to the console and a release version that logs to metabase (I'm using VS2008). I had just made some code changes (commented out a logging statement), but it was still showing in the log when...

Unable to debug ASP.NET Applicatation using VS 2008 on IIS 7 running on Windows 7 x64

Hi, I've been trying to debug an existing asp.net web application that requires me to debug against an IIS website. I've installed the app and can navigate to it on localhost. However, when I start VS 2008 as an Administrator and try to debug it, I get a message "Unable to start debugging on the web server. The IIS worker process for...

Implement a custom editor in Visual Studio 2008 or 2010

Hi, I'm trying to find documentation on how one would go about creating a custom editor plug-in for VS2008 or VS2010. The file syntax I want to edit is from a tool called TemplateMaschine by Stefan Sarstedt. An example of the template syntax: <%@ Assembly Name="System.Xml" %> <%@ Import NameSpace="System.Xml" %> <%@ Import NameSpace=...