For a small community discussion, what are some essential VisualStudio macros you guys use? I just started learning about them, and want to hear what some of you guys can't live without.
I am looking for a tool which will make able to edit parts of Java code visually using something like inspector and place code back.
For example:
Person p = new Person();
p.setName("Bill Libb");
p.setAge(25);
This code should be generated from visual inspector and copied into Java IDE.
This will help quickly create sample objects for testing.
I recently reinstalled my development machine and went from 32 bit Windows Vista to 64 bit Windows 7. I'm running VS2008.
Some of my .NET applications still use J#, which now causes problems. The program still runs, but when I want to deploy it (I'm using a setup project to create a .msi), I get this error:
"VisualStudio registry capture utility has encountered a problem"
How can I fix this?
This error does not occur with other programs (those written purely in C#).
I'm trying to write a macro that toggles between release/debug solution configurations in VisualStudio.
It appears I can switch the configuration by using 'DTE.ExecuteCommand("Build.SolutionConfigurations", "Debug")'.
Is there a way I can 'read' the value? Or is there a way I can use macros to 'focus' on the solution configuration UI element?
For the longest time I've been curious to code in Microsoft Intermediate Language (MSIL) just as an academic endeavour and to gain a better understanding of what's "happening under the hood".
Is there any sort of VisualStudio support for this in the form of: project templates, IntelliSense integration, and those kind of RAD features?
I am looking for some good examples of Speech Recognition using VB. I am looking for recent examples, everything I have found is several years old. I am running VisualStudio 2010 with the most recent SDK. I was able to figure out text to speech but I am chasing my tail on speech to text.
hello respected sir/ mam
how to check how many primary key, composite key in existing table using Visual basic 6.0 and ms access as a database
thanks & rgds
nasir iqbal
09899583555
Hi!
I have installed VisualStudio Team System 2008 Architecture version: 9.0.30729.1 SP and Microsoft Net Framework 3.5 SP1.
When I'm going to add a new item I can't find ADO.NET Entity Data Model template.
What's happening?
Thanks!
Question
Is there a way to notify teamcity when ever someone does a commit to a repository on visual svn? This is so every time someone commits to the repository a build in teamcity will trigger immediately without the developer having to wait for polling to kick in on its set time interval.
Is it true that VisualStudio 2010 has now COBOL compiler inside?
I saw this in one article.
I also saw a video of it.
The question is, where can I find it? I've been searching VS2010 and still, no clues.
Thanks for answering.
I have a scripted database SQL file that I need to execute inside VisualStudio to create a new database. I am so far unable to locate any function that allows me to do this.
Just downloaded the VisualStudio 2010 Premium and realized that can't compile the project, made for PDA! The error log in output window says: Loading D:\Work...\PDA2.csproj ...
D:\Work...\PDA2.csproj : error : The project file 'D:\Work...\PDA2.csproj' cannot be opened.
The project type is not supported by this installation. I want to know if mobile development projects are supported in RTM version or they are deprecated?
Hi,
I get the following exception: 'Cannot find the method on the object instance' when I hover over a property of one of my classes in VisualStudio 2010.
Any ideas?
Does VisualStudio .NET 2008 come with UISpy? I ask this for for the reason that my copy of VS installed, but everything else pretty much errored out and I want to know if I need to fix it for UISpy (not worried about compact framework or device emulators). Thanks.
Visual studio does not show all the compile errors at once.
for example one time it says I have two errors and when I fix them then 102 more compile errors are showing up and these new errors are not dependent on those two previous errors.
How can we tell it to go through all the code and show all compile errors at once
Visual Studio 2010 adds a new feature to improve loading speed of references in "Add .NET Reference" tab.
For example, when the target framework of project is 3.5, it displays only 3.5 assemblies in the list, and says "Filtered to: .NET Framework 3.5". This feature is quite annoying, as it makes impossible to find an older assembly, unless you change a target framework in compilation options. Is there any option to disable that filtering?
Hi
Quick question please, its the first time am using visualstudio, I usually program in netbeans (java), anyways am writing a simple C# program with some outputs (Console.WriteLine("...");), problem each time i run it I cannot see the program's output in the output window.
The "program output" tag is already checked and I already redirected all outputs to the intermediate window but to no avail?
any ideas?
thanx =)
I wonder if it's possible to save all files in a VisualStudio 2008 project into a specific character encoding. I got a solution with mixed encodings and I want to make them all the same (UTF-8 with signature).
I know how to save single files, but how about all files in a project?
Hello!
There is "Android Layout Editor" (also somewhere mentioned as Visual Layout editor) in ADT Plugin for Eclipse. I didn't found any help docs on how to use it. Please help!
I'm creating a load test in visualstudio. Could somebody help me choose the settings right. What I want is to test application with 1 user then give it a rest for two minutes, then test with 4 and so on. Also after resting for 2 minutes I would like user load increased gradually.
Hi, how i can configure the Test project of visualstudio to use all CPU's core.
when i run the test i can see on my performance indicator that only one core is getting all in just in first core.