visual-studio-2010

Flow chart generator from source files

I'm searching for a tool that let me generate a flow chart for a given project. It is difficult understand others code by looking at code, a flow chart can be very helpful. My Project is in VS 2010 Professional Edition. ...

I migrated project from Visual Studio 2008 to Visual Studio 2010 and Add Web Reference has gone?

I have a project which is coded with Visual Studio 2008. Today I migrated it to Visual Studio 2010 and i saw that i can not see add web reference. How can i get it back? ...

Is there a standalone visual editor for WPF xaml files?

Is there a stand-alone visual (WYSIWYG) editor for WPF xaml files like the Visual Studio 2010 designer? The VS2010 one crashes all the time and is very slow (there are lots of threads on XAML slowness in VS, but all the recommendations seem to point to editing the XML files with a text-based editor). I want a visual one as I'm very new ...

Problem with image from server in Silverlight

I have a problem with a image when trying to display it. In my project i have a Class witch have a "public String Image" atribute. I have a web server localy wich return me a colection of Class. When i look in debug mode at the Image atribute it show me the corect url (if i paste the url in browser it show me the image) but the image isn...

Control table names Entity Framework Generate Database from Model

I was working with entity framework in a database first style. Each time I wanted to update my edmx file I did just that, ran update model. The problem I now have is that I've lost my database (long boring story, it was on a disk that's been formatted and I don't have a backup). I thought I would be able to use the 'Generate Database fr...

How to use a List(Of T) as Itemssource for a WPF DataGrid?

I wanted to quickly display a List(OF String) in a DataGrid (dynamically), so I thought myDataGrid.ItemsSource = myList would be the quick and easy way to do it, since this works great for a DataTable: myDataGrid.ItemsSource = myDataTable.DefaultView My DataGrid has the AutoGenerateColumns property set to 'True'. And for the datat...

Ankhsvn integration with Redmine

Just out of curiousity I'm deploying AnkhSVN with Visual Studio 2010 in our development office, and have had much success with Redmine in managing projects. However, one issue is integrating AnkhSVN with Redmine in regard to Issues. So I can submit a commit against for a particular bug fix. Is this possible? ...

Trouble linking boost libaries in Visial Studio 2010.

I compiled my boost libaries according to the guide found here and tried to use the boost filesystem libary. When I add #include <boost\filesystem\operations.hpp> I get the following errors: error LNK2028: unresolved token (0A00009A) "class boost::system::error_code __clrcall boost::filesystem2::detail::dir_itr_close(void * &)" (?dir...

build boost library

i have boost librray 1.44.0 how can i build it?i am using visual studio 2010 thanks ...

Service Reference Error: Failed to generate code for the service reference

Hi, I have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message server) Web Service in VS2010. I can find the Web Service using it's URL, but when I try and populate the Service reference I get the following errors in Visual Studio: Error 8 Custom tool error: Failed to generate code f...

Is it possible to configure VS2010 to always run as Administrator?

Does anyone know if you can do this by default rather than having to use context menu? ...

Automatic deletion of spaces on asp.net tags

Little question out of annoyment with Visual Studio 2010. Whenever I write lines like this: <%: Html.LabelFor(model => model.AccountName) %> And save the file, some lines (some, not all of them, haven't figured out the logic behind this yet) will be converted to this: <%: Html.LabelFor(model => model.AccountName)%> Quite subtle dif...

C# Class library within Class Library

I have a C# solution in VS2010 that contains three projects. This solution has a client project (A) and a server project (B) which both build into applications. The third project (C) is where my classes that are common to both projects go (like a utility library) and this is built into a class library, which I reference in both the clien...

Can I disable "debug view" in Visual Studio 2010?

Visual Studio 2010 switches to "debug view" when i click 'start debugging' - much like Eclipse does. Can i disable this feature - if so how? My machine doesn't perform very well - therefore the feature is irritating. Besides with two monitors i don't need it. Ctrl-F5 starts without debugging. That's not what I meant, I would like to...

Set a custom format for a number field in a SharePoint content type

When I create a content type for SharePoint in XML in Visual Studio. Is it possible to create a field with the Type "Number" and give it a custom format? I don't want the thousands separator, but for some reasons I can't use the type "Integer" ... EDIT: I tried this without success ... <?xml version="1.0" encoding="utf-8"?> <Elements x...

Phantom Context menu items in Visual Studio 2010

I am having an issue with my context menu in Visual Studio 2010 that is driving me nuts. I think it started when I installed the Code Snippet Designer Extent ion but I am not 100% sure about that. I didn't notice it until after I uninstalled that extension with a few others. I have tried reinstalling and then uninstalling the extension ...

visual studio find dialog grows

I remember seeing a blog post about how to fix the Visual Studio 2010 bug where the Find dialog grows in width every time you bring it up, but I didn't get around to following it, and now I don't remember where I saw it. Anybody have a link to this? ...

Drawing with Silverlight in VS2010

Hi, I have a C# application developed with Visual Studio 2008 that is like a paint, where you can write using the mouse. I use the Graphics and Bitmap classes. Now, I need to do the same application but in Visual Studio 2010 and using the Silverligth Tools. Do you know what is the best way to do it? I was searching but not enough to fi...

verify if largeAddressAware is in effect?

I followed the steps in: http://lennybacon.com/2010/10/18/UltimateGuideToSpeedUpVisualStudio.aspx to make my Visual Studio 2010 faster, including the advice toward the bottom labeled "64 bit support" about running editbin /largeaddressaware deveenv.exe . Is there any way I can verify that this command "worked"? ...

Run NUnit 2.5.5 tests from within Visual Studio 2010 Ultimate and using .NET 4.0 code?

How can I do it? All the test runners seem to work for VS2008 but not 2010 and if they do, not for .NET 4. Thanks ...