Installed Visual Studio Web Developer 2010 Express from the ISO available from this page:
http://www.microsoft.com/express/downloads/
If it helps this is the info from the about visual studio window:
Microsoft Visual Studio 2010: Version 10.0.30319.1 RTMRel
Microsoft .NET Framework - Version 4.0.30319 RTMRel
Installed Version: WD Express
For some reason I get silly big red numbers appearing in the right hand side and on tool bar windows. Whenever I resize the window the numbers change and they are extremely annoying.
Have been through all the settings and options and cannot find the 'Turn off the silly big red numbers everywhere' check box. Can anyone show me where this is please?
(source: solutionrevolution.net)
More annoying than silly big red numbers is debugging against IIS7 where visual studio just hangs and nothing will work again until a restart. Vista Business running 32 bit. VS2008 works fine on the same machine.
If anyone has any pointers or help for me it would be very much appreciated
Definitely looks like Fraps. VS2010 is written in WPF, and WPF uses DirectX to render everything, that is why Fraps putting its FPS meter on VS2010 window. Just disable Fraps.
Related
I am using system windows 7 with 64 bit. I have installed VS 2010 Ultimate in my system. I could not handle so many things. If i press F12 It is not navigate to the particular definition. And Navigate Bar is missing in top of the page to choose the class objects.
The following image will show the difference,
Newly installed VS
why this difference? Is anything wrong what ihave installed? Please Help Me.
may be because of virus and Trojan it happens reinstall Visual Studio professional edition instead of Ultimate version i have also faced many problem with Ultimate edition
Everything is fine. But we should install Visual Studio 2010 SP1. Then i restart my system. All menu's are working fine.
I just installed Visual Studio 2010 Professional on Windows 8 beside my VS2012 Installation, because of QT and some other stuff.
The installation worked fine, but I have no shortcut in the menu to start the IDE, not even on the Metro Surface and I also didnĀ“t find anyone inside the installation folders.
I just repaired the complete installation, but it had no effect.
Is there a trick? Please help me :(
That's just because the name is incredibly dumb for the shortcut. The executable is WDExpress.exe and the shortcut is likely "VS Express for Desktop" if you have the express edition. So looking for visual studio doesn't find it. Under 8.1 it's sorted under Microsoft Visual Studio 2012 Express in Apps sorted by category.
I have Visual Studio 2010 Professional however it seems as though I cannot open/create Office Projects.
I assumed there must have been something wrong with my install and a feature wasn't added. However whenever I go into my Maintenance Mode for my VS2010 nothing about Office appears. And it does say Professional, which I believe comes with office tools.
I do have Office 2010 also installed.
I've looked around and everywhere says that I can just add that feature, but I only get a number of features in my install; VB, C++. C# (plus X64 Compilers and Tools), Visual Web Developer and Graphics Library, all of which are tickets.
Any tips?
p.s. I do also have SP1
For anyone else that may encounter this problem, you may need to reinstall SP1 as well as Visual Studio. This is what did it for me.
VSTO is what you're looking for.
Try one of the walkthrough articles to get started.
For some reason Visual Studio is showing me this weird, ugly skeleton design view when I try building Mango apps instead of the regular fully detailed view I used to get with the old 7.0 apps.
Any idea what setting I need to change to revert back to the old view? I've spent forever searching for the right option but can't find it anywhere.
Here's what my design view currently looks like:
Thanks,
Zain
I had the same problems few weeks ago. Normally an uninstallation would not really help. I guess you also have installed the Visual Studio 2010 Service Pack 1. So to solve your problem, uninstall all of your Visual Studio and Windows Phone Related Products, normally these are:
Visual Studio 2010 (or Express)
Visual Sudio 2010 SP1
Microsoft XNA Game Studio 4.0 Refresh
After uninstallation install all products in the following order:
1) Visual Studio 2010 (or Express)
2) Microsoft XNA Game Studio 4.0 Refresh
and after (1) and (2) install and apply the Visual Studio 2010 - Service Pack 1.
Thre problem is, that if you install the SP1 before the Game Studio, there are some missing links and files which are not patched and this leads to the missfunctionality of the Windows Phone Designer.
I hope, i was able to help you :)
I want to do so because intellisense option for clr console application is not working in visual studio 2010..
Yes, you can. They will run side by side.
However, if you have professional installed, wouldn't it be better to update the install and add c++ to it?
There is no Intellisense support for C++/CLI in Visual Studio 2010 (including in SP1 and the Express edition).
I've been using Visual Assist X from Whole Tomato software for the last few weeks and am very happy with their Intellisense support. From the research I did, it appears that theirs is about the best going (Resharper for example does not support C++).
No, this is not going to solve your problem. The IntelliSense parser is exactly the same in the Express edition, it also doesn't support parsing C++/CLI code. You'll need to find the installer for the VS2008 Express edition. That's going to be quite difficult, you cannot get it from Microsoft anymore. Or you'll have to bear and grin it until the next version for Visual Studio, the Microsoft team promised it will be supported again.
Do keep in mind that you are not writing C++ code, C++/CLI is a very distinct language. There isn't much point in writing complete console mode apps in C++/CLI, you might as well use C#. There's an Express edition for that as well, IntelliSense works.