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
I need to create a ASp.net website with silverlight controls.
I am having only express editions of 2008 (Web developer edition and C# express editions).
I have created the WPF application sing C# expression and create the new XAML files.
Then I have created asp.net website in web developer edition and linked the xaml files with the .
But nothing works.
Note: I have not silverlight application project types and templates in Visual Studio 2008 web developer edition.
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.
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 :(
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
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?
Now that Visual Studio 2010 has jQuery support, I'm wondering how I can update the release version? When you currently create a project, it automatically creates the 1.4.1 files, but there is now the 1.4.2 release on the jQuery.com website.
How can I tell VS2010 to use the more recent version of jQuery?
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.
I have a solution that I am trying to build in Visual Studio which gives the following error.
Project : error PRJ0019: A tool returned an error code from "Copy the executable to HAMR platform"
The last few lines of the build log are as follows:
Copy the executable to HAMR platform
The system cannot find the path specified.
Project : error PRJ0019: A tool returned an error code from "Copy the executable to HAMR platform"
I understand that there may be a wrong path mentioned in the code but as there is no line number to the error I don't know how to detect the source of the problem
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
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.
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?
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?
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 Visual Studio 2008, but can;t find any references to it.
Can you get EF4 working on VS2008?
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!
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.
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?
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!