Do visual studio 2010 include already Sql Server instance, or I need to install Sql Server developer edition to develop an application that need a Sql Server db.
If it installs a Sql Server express edition, it this enough or it's better to have Sql Server developer edition?
Hi: Is there a good way to benchmark a Visual Studio developer PC, instead of looking at the technical specs? Objective is to set a level and see every developer passes, if not upgrade them to new PC. Any thoughts and suggestions?
I'm interested in possibly using Scrum with my development team (yes, I know it'll be a little painful to transition over to it). However, we don't have Team System and probably can't currently afford to get it immediately.
What are some possible tools for getting a team up and running on Scrum in a .NET/Visual Studio environment without Team System?
I'm trying to create an Editor Classifier Template project and run it. When I attempt to build I get an error message stating:
"Error trying to read the VSIX manifest file 'extension.vsixmanifest'. Exception has been thrown by target of invocation."
Any thoughts? I've tried googling this but didn't have any luck.
I am working with Visual Studio 2010 Ultimate and the VS 2010 SDK Beta 1.
Thanks,
Nick
I have a situation where I want to run a Visual Studio macro that has the user type something in an InputBox, then inserts a snippet and includes that text somewhere in it. Unfortunately, I can't figure out how to insert the snippet from macro code. It seems like it'd be something like
DTE.ExecuteCommand("Edit.InvokeSnippetFromShortcut")
or
DTE.ExecuteCommand("Edit.InvokeSnippetFromShortcut", "theSnippetName")
but those don't work. Any ideas?
My question is: since Visual Studio 2010 was only just released, why does it not render pages in the same way as the latest Microsoft web browser, IE8?
Is there a bunch of render options I should be setting?
I thought Expression Web was supposed to help with its fancy Super Preview but that app doesn't even open VS solutions.
Thanks for any assistance, Luke
Hi, I have now gone over to Visual Studio 2010 Beta 2
I have used it for a few days, but now I can no longer add references from the GAC.
(http://bildr.no/view/549966)
Sorry since this is not directly a development question, but I was not sure where to ask.
Does someone know how to fix this?
It comes up from time to time and I'm wondering of it's possible to use type info when searching in visual studio, or is there a plugin that includes this?
I'd like to search for the phrase
"x == "
or
"x.ToString();"
where x is of type 'Person'. The normal regex searches are strictly searching the text as opposed to the content and I figured out a long time ago that any thought I have is never the first.
Hi I am using Visual Studio,
I want to set icon to my jar file. But I donot know how to set icon file to my Jar file. So How can I set icon to my Jar file.
Thanks
Sunil Kumar Sahoo
I know how to create the Installer for an application but I want to know how to add the Uninstaller.
Is there anyway to add this from the Visual Studio 2008 Deployment Project.
Or do I have to create a separate application for that altogether?
I have download and installed Visual Studio 2010 RC and I want to develop for the new Windows Phone 7. But when I run the vm_web.exe (that IS the name of the exe file, isn't it?), It still says that I haven't installed Silverlight 4.0 SDK, BUT I have installed the Silverlight SDK. In my control panel's menu, it says I have installed "Microsoft Silverlight 4 Beta SDK".
The difference between Add-In and Integration Package is still unclear and now with Visual Studio 2010 an extension manager appears along with the add-in manager.
What are the differences between the add-in manager and the extension manager?
Can an add-in be in both manager at the same time?
My C(++) program, written and compiled using Visual C(++)/Visual Studio, runs fine on my own machine, but refuses to run on another machine. The error message I get is "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."
Hi,
I just wanna find out if there's a way to include MySQL's Connector/Net along with my application while creating an installer using Visual Studio 2008 SP1.
Connector/Net is a fully-managed ADO.NET driver for MySQL.
Other suggestions in creating an installer for this issue is highly appreciated.
Thanks.
The project is using the ankhsvn plugin.
Any suggestions on how to resolve this would be great. i already have the visual studio sp1 installed.
Also, ankhsvn is the latest version.
Thanks
Hi,
I want to access some of the wpf designer services (ModelService/EditingContext) from a visual studio toolbox package. Can somebody help me with that?
Thanks,
Sudarsan Srinivasan
Often I will click on my GUI Designer in Visual Studio 2008 SP1, and it will flash randomly and freeze up.
Has this happened to anyone else? I have no idea where to begin checking on the issue. Any advice/insight/laughter is appreciated.
I use Firefox as my web browser, mostly for access to add-ins such as Flashblock and No-script. I noticed yesterday that the RAD Studio internal browser used for the Welcome Page etc has scripting and Active X etc enabled. Is there a way to disable scripting, or better still, block all access to non-local sources in the built-in browser?
Hello,
When using sharepoint designer you can quite easily use current item and perform different actions with it when using workflows etc. However, the options available are limited. I am wondering how to access current item in a list through visual studio 2010 and use and assign values from its fields to variables or items in another list automatically using C# code.
Any help would be most appreciated.
Thanks
Hi,
I've lately installed Windows 7. After opening my old C# project in visual studio i noticed that my buttons are too small (button.text didn't fit in). Why the hell did MS increase the standard font size (well font size is still set to 8, but it's somehow bigger now)? Can I fix it somehow, without correcting all my buttons etc. manually?
Kind regards,
Jay
Dear Gurus
I would like to know that
If my console Application is
running in debug mode attached in
Visual Studio 2008 of 32bit
while my machine is 64bit with Win Srv 2008 64bit
and .Net framework 64 is installed as well
Is my application is working in 64bit or not if not how can i make it run in 64bit?
In Eclipse writing Java, it's easy to suppress warnings on some scopes, by annotating a method or variable within the IDE.
Is it possible to suppress warnings at scopes while writing PHP within Zend Studio 7.0?
I am developing a Crystal Report in Visual Studio 2008.
I am trying to implement optional parameters so that a user does not have to specify a value or range for a particular field. Essentially, this means there is no filtering done on that field if the user wishes.
However, I can't seem to figure out how to do this. Does anyone have any ideas?
Let me know if more information is required.
My C# project references a third-party DLL for which I have the source code. Can I somehow tell Visual Studio the location of that source code, so that, for example, when I press F12 to open the definition of a method in the DLL, it will open up the source code, instead of opening up the "Class [from metadata]" stub code?