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.
I have Visualstudio 2008 running on windows-7(x86). I have installed subversion (server+client), tortoise svn and ankhsvn on my system.
I could add my solution to subversion's repository using the url: File://c:/svn_repository/
But when I try "svn://localhost" I do not see any repository on my system.
My friend who is on the same LAN cannot see my repository.
What repository URL should I use for others in LAN to be able to see my repository?
I need resource dictionary navigation tool like Expression Blend. Because my xaml file is too long and hard to navigate to style.
Is there any resource dictionary navigation add-on on visualstudio 2008?
How to easy navigate to resource dictionary
Is there any guideline on how to use VisualStudio 2008 unit test development? I am developing a n-tier web application using entity framework. My problem is to create Unit Test for the methods which INSERT or UPDATE to the database.
Does VisualStudio / Resharper support this? By refactor copy I mean to be able to enter new class name in some dialog, and to have the tool do all the refactoring (renaming) for you. No Copy of ... file names, and no error upon having two classes with same name in the project.
Netbeans does this out-of-the-box :(
The local help in VisualStudio 2005 never comes back with anything. Also, if I'm not connected to the Internet, of course I get nothing. When I run dexplore eventually it takes 100% of cpu. Also, the F1 help doesn't work (of course). I've repaired both VS 2005, MSDN in other orders.
Any help will be appreciated!
THanks
-tim
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?
I'm trying to build a basic Qt hello world inside visualstudio.
I got the moc step to work (i think), but I am at a loss as to how to pass this linker error..
1>moc_mainwindow.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QMainWindow::staticMetaObject" (?staticMetaObject@QMainWindow@@2UQMetaObject@@B)
I've pleanty of googling but I am really at a loss.
I have a .net assembly that needs to be 32-Bit and needs to be /LARGEADDRESSAWARE.
I know how to do this with EditBin, but I wonder if there is a built-in way in VisualStudio 2010? Or alternatively, did someone write an MSBuild Task for this?
Hello,
I have plug-in for VS 2008.
I cannot seem to figure out how to remove it.
It's liquid xml studio. The program it self cannot be uninstalled because it's not listed in the add/remove programs folder and the uninstall app is missing.
Running VisualStudio 2010 10.0.30319.1 RTMRel with prior running and uninstalled beta version.
My issue, I'm not able to show Data Sources panel. It's not under View menu in my case.
Would appreciate any ideas
Is there a way to change the window title of my SQL Server Management Studio to display current server I'm connected to?
To know which DB I'm connected to, I have to scroll all the way up to see the name of the server and it's a pain..
Maybe there's an available plug-in or something.
How do I implement "visual styles" into my GUI application?
Following the guide by msdn, I've written a manifest file, but how do I embed that into my program? My program is just pure C code (no resource files). Would I need to edit my app to use a resource file?
I have a very simple DLL written in unmanaged C++ that I access from my application. I recently switch to VisualStudio 2010, and the DLL went from 55k down to 35k with no code changes, and now it will no longer load in Windows 2000. I didn't change any code or compiler settings. I have my defines setup for 0x0500, which should include Windows 2000 support. Has anyone else run into this, or have any ideas of what I can do?
It is possible to use CRX with VS 2010:
http://stackoverflow.com/questions/1441554/can-i-use-coderush-xpress-in-visual-studio-2010
Refactor Key works. (After assigning the shortcut)
What doesn't work is QuickNav and QuickFileNav.
The Standard Shourtcut for QuickFileNav is CTRL+ALT+F, which is conflicted with VS View.F#Interactive.
But removing this shortcut or changing the shortcuts for QuickNav and QuickFileNav doesn't bring up the nav-windows.
NextReference (TABULATOR) doesn't work
Any solutions?
Other issues?
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?
Folks,
I connect to a large number of SQL Server 2005 databases through SQL Server Management Studio 2005. I frequently check off "Remember password", yet the next time I try to connect it doesn't actually remember it. Have you had this experience? Any workarounds?
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?
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?
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!
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?