I am an adjunct professor teaching database and programming classes. I own a desktop and laptop both running Windows. I own an Academic copy of VS 2010 and have it installed/activated at home.
Starting in the Fall I will be teaching C# .NET programming with VS 2010. However, the laptop at the college with it installed is a 5 year o...
I have a legacy .NET site that has been around since the 1.1 days. As I've upgraded my VS, I've upgraded the target framework as well. Currently the site is running 3.5. I just got VS10 and it is asking me to upgrade the site to 4.0. However, my (shared) server is still running 3.5 and I can't upgrade it. Is it safe to upgrade the site t...
Hi
Does anyone have a tutorial that they could point me too. I am kinda confused about some of the steps in the wizard for install Shield 2010 limited edition.
...
I selected web development as my primary development style the first time I booted Visual Studio 2010 and now I would like to change it to Visual C++. How can I do this?
...
I'm working on my asp.net mvc project but when i try to run my project it show the error which is " unable to connect to the asp.net development server " but my server icon on the taskbar is also connect, I try to set specific port but there is still a problem.
any suggestion, Thank you
...
I installed http://weblogs.asp.net/scottgu/archive/2010/06/09/visual-studio-2010-productivity-power-tool-extensions.aspx but I can not find where I can make use of the HTML clipboard support. Anyone knows where to find it? I already searched in the kebyoard settings after Copy but that didn't provide me something useful.
Anyone?
...
I have a VB.NET VS2010 solution with a WinForms project that calls a web site project in the same solution.
I can step into this web method:
<WebMethod()> Public Function GetStartUpData() As DataSet
and other web methods, but not the following method. I wonder if it has to do with the fact that that is the only web method that uses a p...
Lately with Visual Studio 2010 Ultimate, C#, in Win7 64bit, I get the error below when I compile any project. The workaround is to add <TrackFileAccess>false</TrackFileAccess> to the project file. If I am not mistaken this would disable incremental builds so I want to stay away from this workaround.
Anyone knows what the permanent relia...
Hi,
I wrote a very simple WPF application which has a listview and 2 buttons. The listview is initiated with 3 items. The button 'Add' when clicked will add new item to the list. The button 'Change' when clicked will change the selected item content. The bug raises when we click this 2nd button.
I upload the solution codes here. In the...
The .rules files provided with the distribution aren't recognized by VS2010, and I'd really like to avoid having to write a whole MSBuild task and all that for what should be a simple tool.
Currently I've been using the pre-build event and making the commandline manually... but that kind of sucks when there's more than one grammar to wo...
I'm recording some macro like: collapsing all outlining, locating opened file in solution explorer, opening the pending changes pane... But I'm having difficulty in choosing the keyboard mapping for my macros. It seems like any mapping I choose are reserved by Visual Studio IDE default setting.
What mappings are you using?
[Edit]
I fo...
I want Setup VS 2010 Ultimate on Windows 7, but it fail while installing TFS Object Model.
I collect my logs via Microsoft VS.Net Log Collection Tool and upload on 4shared
http://www.4shared.com/file/1mvaryD_/vslogs-89-04-20-1.html
Please guide me about solve it.
...
Does anyone know about Karl Shifflett's Mole for VS 2010?
...
Dear ladies and sirs.
I could not find a better title for my question, but you are welcome to edit it.
Anyway, here is the question. When a C# class implements an IBlablabla interface we can run the "Implement interface IBlablabla" command in the editor and the studio would inject a stub implementation of that interface. Now, in VS2008...
This should be a fairly simple question, but I can't seem to find the answer. Visual Studio automatically creates the closing tags in the code view of aspx pages. For example:
<h2>|</h2>
When it does this the cursor conveniently stays in between the two tags so that you can add what ever you need to.
Now that you've added your cont...
What do I need to do to start making 64bit programs in VS?
I tried using 64bit solution platform setting and used "copy settings from x86" option. The process shows up as 64bit. Is there anything else? Am I missing some interesting options?
...
We have an error during the installation after running our installation:
Component Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) has failed to install with the following error message:
"A failure occurred attempting to install the Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)."
T...
To make my own assemblies appear in the .NET tab's list of Add Reference dialog, I added HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies registry key. Then I changed default string value to "C:\Common\". Exactly like Microsoft How-to recommends. However, I fail to see my assemblies that located in C:\Common folder i...
Hi,
var keyword in C# is pretty useful, since it is much shorter to write and does not change the compiled program. Hovering over var keyword in Visual Studio shows a tool tip with the "real" variable type behind, which is nice too.
But in most of the cases, having full qualified type instead of var makes code more readable. When there...
Is there a JavaScript command that will cause the Visual Studio 2010 debugger to break?
Trying break(); didn't work because it's only valid within loops. Also stop(); failed because it picked up that stop() doesn't exist and I didn't have a useful stack trace.
...