install business intelligence project in vs 2008
How can I install business intelligence project in vs 2008. I can not option in new project. ...
How can I install business intelligence project in vs 2008. I can not option in new project. ...
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...
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 ...
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? ...
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? ...
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...
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? ...
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? ...
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...
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...
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...
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 ...
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. ...
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...
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 ...
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...
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. ...
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...
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...
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=...