How can I start to use SQL with VisualStudio. I use it just for SQL learning .
I don't want to install a big pack of SQL server 2005 :)
Can I ?
thanks in advance for reading this :)
I'm developing my first add-in for Visualstudio and we need to achieve this:
Add a context menu item to the solution explorer, that shows up for particular file types only (in our case - ".resx").
I've been googling for 2 days now, unable to find any tutorials or code-samples...
Why do programmers consider Visual Basic a bad language?
Putting aside any gripes with Microsoft or with proprietary/non-free software in general, and looking the language itself. Syntax, style, etc.
I have just started using it, and find the syntax rather terrible. But I'm wondering what are the most common specific problems.
WPF code behind is not displayed in the VisualStudio project view, yet is compiled with the project and is available in IntelliSense. This code behind file (Window1.g.i.cs, for example), is generated by a custom tool.
I would like the files generated by my custom tool to be hidden as well, but I cannot find any documentation on how this is done. How can I do this?
Hi,
i have problem with VisualStudio 2010 on Windows 7 x64. When i started asp.net site debugging, it stoped working. Only solution is restarting IIS.
Have anyone experiences with this?
Thanks
Hi,
I am very new to .net applications. I have to create a sample ASP Webserice application in VisualStudio 2005 version, i am getting error: " 'system.Data.dll' was not found on the reference search path ".
Please any one help me on this.
Thanks,
Ravi
var obj = document.getElementById("header");
Given the above code snippet, I should be able to wire event handlers. For example, I can wire onMouseDown to the mouse down event, the issue is that VisualStudio does not display this in the Intellisense.
I've tried this on both a standalone Javascript file, as well as an MVC project to no luck.
Is there anything I'm doing wrong - or is there a way to resolve this?
The fogbugz plugin for visualstudio opens up a tab right next to your regular code tabs with in it the fogbugz window. Tiny bit lame if you ask me, but I can accept that.
Is there a way however to make that tab pinned? So I cannot accidently close it and it will stay the first tab at all times?
I'm trying to install Install MS VisualStudio 2008 Team Foundation in XP but during the installation the setup request Windows Server 2003 Service Pack 1.
I have install TFS 2008 SP1, but nothing have change. I can not install Windows Server 2003 Service Pack 1 because because the OS is in XP.
Any ideas?
Hi,
sometimes after logging out and in again, my settings in Tools/Options/Projects and Solutions/VC++ Directories are lost.
To investigate the problem I tried to find the file where VisualStudio (2008 Team) stores those settings on disk. (Or is it in the registry?) Can anybody point me to where it is?
Thanks a lot!
Hi,
I publish my application on a FTP server. I gave the FTP account information (URL, user and password) to VisualStudio but it keep asking me the FTP password each time I click the Publish now button.
Why VS doesn't automatically fullfill my password?
I have an XML file that lists a series of items, and the items are often referenced by their name in code.
Is there any way to use reflection within VisualStudio to make this list 'accessible' sort of like intellisence? I've seen it done before - and I'm pretty sure it's ridiculously difficult, but I figure it can't hurt to at least ask.
At work we have a solution with over 90 projects. I want to know if there is a way to stop visualstudio from compiling as soon as it encounters an error. Normally it will compile as far as it can and show a list of errors in the error window.
Any ideas?
I use Windows 7 x64, Qt Add-in 1.1.4, VisualStudio 2008 Team Edition.
Does not work on multiple computers ... reinstalling Windows, Qt Add-in or VS2008 does not help(
The error report says that an error in msenv.dll
Please tell us how to fix it.
If possible, of course.
Thank you!
I followed the instructions here:
https://www.windowsazure.com/en-us/develop/python/tutorials/django-with-visual-studio/
However, whenever I try to open the url to my web app in the cloud I get a 500 error.
The tutorial doesn't mention setting up the TEMPLATE_DIRS setting in the django application or doing any work on the cloud service machine to install python/django. Could these be the problem?
How to diable UAC using VisualStudio 2010 to run the compiled app without problems and witout using virtualization?
I mean run the app as administrator. (with shield icon)
Im currently debugging a webservice written in visualstudio 2005, however when i build it, it has an error but it did not specify anything
Error 1 The specified module could not be found. (Exception from HRESULT: 0x8007007E)
error message can be seen here
Badly needed your help. Thank you
I need to install the ExcelPackage library on VisualStudio 2008. The .zip file I downloaded from their website (http://excelpackage.codeplex.com) contains a .dll, a .xml file, a "GacReg.exe" and a file called ExcelPackage (with this description: "Program Debug Database"). What are the steps to installing this library, or any library in general? I appreciate the help.
For some compilers, there is a packing specifier for structs, for example ::
RealView ARM compiler has "__packed"
Gnu C Compiler has "__attribute__ ((__packed__))"
Visual C++ has no equivalent, it only has the "#pragma pack(1)"
I need something that I can put into the struct definition.
Any info/hack/suggestion ? TIA...
Hi,
I have a VisualStudio (2008) project where I have some files added as links (through Add Existing Item-Add As Link). Suppose I want to copy this project somewhere else (give it to another developer, release source code, etc.) and I would like to "convert" all these links to actual copies of these files. Is this possible? How can I do this in VS or is there some 3rd party utility to do that?
Thanks.
Similar to this question
http://stackoverflow.com/questions/2035083/compile-to-a-stand-alone-executable-exe-in-visual-studio
But nothing there works for me.
I've written an app that is very simple in C#. I want this to compile to a stand alone exe file, but I can't seem to find the proper settings to do this. Everything compiles into a publish folder and there is only the setup/install files.
Thanks!
While editing HTML/ASPX/ASCX etc; whenever I select an html tag, visualstudio highlights the entire tag in black and bold; the black I'm not so fussed about but the bold changes the length of the line and really messes up the formatting.
Is there a way to disable this?
Thanks,
Chris
After creating a batch file in visualstudio, I get an error when I run it about invalid characters. Does anyone know the default character encoding for txt files?