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 visual studio 2008?
How to easy navigate to resource dictionary
Does Visual Studio / 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 :(
Is there any guideline on how to use Visual Studio 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.
The local help in Visual Studio 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 visual studio ide or what?
I'm trying to build a basic Qt hello world inside visual studio.
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 Visual Studio 2010? Or alternatively, did someone write an MSBuild Task for this?
Running Visual Studio 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
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?
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 have a very simple DLL written in unmanaged C++ that I access from my application. I recently switch to Visual Studio 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?
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?
I'm been looking around and trying to see if the Entity Framework 4 will run under Visual Studio 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 Visual Studio 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!
Visual studio 2010 Premium installed on Widnows 7:
when try to connect for online gallery or online template, give me error like:
Cannot search for online exensions because an error occured while trying to contact the server
and ask me enable access to extensions on the vistual studio gallery ....
It did enabled in Extension Manager Tools/Options page.
Internet connection was fine.
Can't know why.
On another computer: Windows 7, VS2010 utilmate trail version: this was fine.
Is there a simple (or hack) way to generate a Visual Studio 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 have a Setup Project in my solution in Visual Studio 2008 SP1. The application installs fine but it is not loading my prerequisite of SQL Server CE.
I have the following configurations set:
Do I need to do anything else, like with a Custom Action or anything like that? Thanks.
Hello,
I have to projects added to my Setup project in Visual Studio. 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?
Could someone tell me how to view the XML to be sent via web reference while debugging Visual Studio (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.
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 Visual Studio 2010 professional
Any help appreciated!
I have Visual Studio 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?