I'm using Visual C# 2010 Express RTM with Windows Phone Developer Tools April CTP Refresh and when I run any Build option, nothing happens. I've deleted the contents of the build output folders and that doesn't do anything. I can't even run the project, because it complains the executable is missing (XNA Game for Windows project). I've tried the project on another computer and it builds just fine. Any ideas?
what is sourcesafe??
i am trying to download it to see if it will work well with c# because someone told me to download it for a job, but i don't even understand what it is?
is it built into the visualstudio ide or what?
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
Hello,
I have to projects added to my Setup project in VisualStudio. 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 am wondering what these greens things are in VisualStudio 2010. What are they for? They look pretty random but of course they have to have some meaning. Can any one tell me?
At first glance they don't mean any thing to me.
Picture 1:
Picture 2:
Edit:
They show saved changed content during the document open. Once you close the document they disappear.
using visualstudio 2008 Asp.net HTML Designer
Howdy,
Silly question but im using the HTML desinger in vs2008 to produce a ASP.net webform page, and i cant seem to find a way to select/group multiple controls with the mouse and move them all about the page in one group to keep them all aligned.
I can select multiple controls with cntrl/click combo, and use the align options, but once they are selected i cannot move them aroound the webform as a group
any advice appreciated
If there is a URL in a source file comment, I can "CTRL + click to follow link." However, when I do this, the link opens inside VisualStudio. How can I make it open in my web browser--in my case, Google Chrome?
How do I get visualstudio 2005 to work best with .asp files?
I used to have this on my old PC but I can't get the settings right. I exported and important all my old settings and still no dice.
alternatively I think there might be an even better choice for classic asp IDE editor.
It'd be nice to have intellisense, completion, highlighting, stuff like that for ASP (vbscript) and css/html at the same time.
(I'm happy not to type out css selectors)
thanks
Hi,
I wonder if there is a good way to find the source code that causes a heap corruption error, given the memory address of the of the data that was written 'outside' the allocated heap block in Visual Studio;
Dedicated (0008) free list element 26F7F670 is wrong size (dead)
(Trying to write down some notes on how to find memory errors)
Thanks in advance!
In Visual C# 2008 Express I can type e.g.
for{TAB}{TAB}
and a code snippet pops in.
Are there built-in code snippets for private/public/etc. methods as well?
Could someone tell me how to view the XML to be sent via web reference while debugging VisualStudio (i.e. see the actual XML with all tags too?) I'm having a "There is an error in this XML Document (4, 56)." error.
Any help would be much appreciated.
In XP 32bit VisualStudio 2010 I get the error below when I start debugging with IntelliTrace enabled. Doesn't IntelliTrace work in Windows XP or is there some setting which causes this error?
UPDATE:
The error occurs when I choose the second option to add call information in the IntelliTrace settings. There's nothing in the event log about this error. The question now is how to find out why VS is having trouble adding call information.
I have VisualStudio 2008 and I installed Team Explorer 2008 and Team Explorer 2010.
My Team Explorer 2010 connects to Team Foundation Server 2010, but Team Explorer 2008 gives me the following error message:
TF31002: Unable to connect to this Team Foundation Server: servername....
Any thougths?
Is there a simple (or hack) way to generate a VisualStudio 2008 project that uses Intel Compiler from cmake?
I have found some notes about using ICProjConvert. Does anyone have any scripts or CMake snippets that are proven to work?
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?
I have developed an addin for VisualStudio 2008, which extends the main menu with custom menu items.
These menu items have custom images and I finally managed to have them displayed correctly using transparency masks.
The only problem that still persists is, that the icons look really ugly and unprofessional, when the menu items are disabled. Instead of getting grayed out smoothly, the icons become flat gray chunks.
I want to write a wizard in .net which programmatically generates VisualStudio Solution with some projects. I will have a XML file with details of files need to be included in the project with their respective paths to fetch them and a list of project names. Is there any way I can achieve this
What features do you want to see in VisualStudio that are not included out of the box? I'd like to be able to:
Add projects and references by dragging to the Solution Explorer.
Collapse to project definitions in the Solution Explorer.
Although the second can be achieved with a macro.
PS: R# is does not count as a feature!
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?
I'm been looking around and trying to see if the Entity Framework 4 will run under VisualStudio 2008, but can;t find any references to it.
Can you get EF4 working on VS2008?
I really like Visualstudio. I think it is awesome IDE ever been made for developers. But color scheme in new VS2010 is really ugly, so the first thing i'd like to do after install is to change its color palette. I googled how to do this and found VS extension by Matthew Johnson [MSFT].
If you know another way to change color palette in VS2010, please let me know.
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.
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.
Seriously, I don't know what to google. Here's the thing, I like this java-like code writting:
if (condition == true) {
doSomeStuff();
}
But VisualStudio "helps" me with his own "style", which I don't like and I am unable to change (after rather big time of desperate checking all settings :/)
if (condition == true)
{
DoStuff();
}
I obviously want the "{" char to be in same line where condition is ...
I am using MS VisualStudio 2010 professional
Any help appreciated!