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 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 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 ...
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...
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...
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...
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?
...
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...
i have boost librray 1.44.0 how can i build it?i am using visual studio 2010
thanks
...
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...
Does anyone know if you can do this by default rather than having to use context menu?
...
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...
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...
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...
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...
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 ...
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?
...
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...
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"?
...
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
...