Tagged Questions

1
vote
3answers
32 views

VS 2010 mouse processor extension - not working

I am experimenting with a Visual Studio 2010 extension, where I need to work with the events exposed by IMouseProcessor. As far as I can tell from the docs, I should create an IMo …
2
votes
3answers
73 views

How stable is VS2010 beta 2?

Would you use it to build a project? (C++, in particular) Is it at all legal?
0
votes
1answer
21 views

Resharper 5.0 cannot run MS tests in Visual Studio 2010 beta 2.

Hi, Resharper 5.0 cannot run MS tests in Visual Studio 2010 beta 2. Have anybody faced such problem?
1
vote
1answer
21 views

Does VisualHG work with Visual Studio 2010 beta 2?

Since I installed it on my Visual Studio 2010 beta 2 I couldn't make it work. I don't know if it is because it is incompatible or it is because I don't know how to use it.
0
votes
1answer
18 views

VS2010 Ultimate beta 2: Where is application verifier?

In VSTS2008 there used to be Debug -> Start With Application Verifier, which doesn't exist in VS2010 Ultimate beta 2. Where has it gone?
7
votes
13answers
562 views

Is there any risk while using Visual Studio 2010 Beta 2?

Is it safe to use the beta versions of Visual Studio? By safe I mean, while developing any project in this studio, is it probable that it may cause some losses to my project? Or a …
1
vote
1answer
19 views

How to determine programmatically whether team project has sharepoint portal configured?

In VS.Net 2010 Beta 2: when a team project gets created the wizard offers a choice of whether or not to configure the project's Sharepoint portal. How can I determine programmatica …
9
votes
9answers
267 views

Is Visual Studio 2010 Beta 2 usable?

Half a year ago, I tried Visual Studio 2010 Beta 1, but it was still way too buggy for production use. However, I really like some of the new features - Should I bother installin …
0
votes
0answers
26 views

Transition workflows of a work item’s states

I am developing a windows app that performs some common TFS tasks using the 2010 Beta 2 API (like creating new team projects, new work items, selective build, etc. ). In the proce …
1
vote
1answer
49 views

I don’t want to convert solution files when switching from Visual Studio 2008-2010. How?

I just got a new work laptop. I want to run Visual Studio 2010 Beta 2. However, the rest of my team is using Visual Studio 2008 with .Net 3.5, and I don't want to check-in the solu …
2
votes
1answer
59 views

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I've released the code as a Google Code project. It's easy for a developer to ge …
10
votes
6answers
399 views

(this == null) in C#!

Due to a bug that was fixed in C# 4, the following program prints true. (Try it in LINQPad) void Main() { new Derived(); } class Base { public Base(Func<string> valueM …
0
votes
3answers
43 views

Enable PHP highlights in VS 2010 ?

I've heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is ther …
0
votes
2answers
65 views

Visual Studio 2010 Beta 2 & ADO.NET Entity Data Model

I just installed the beta for VS2010 Ultimate and I cannot locate the ADO.NET Entity Data Model template. I was under the impression that it as installed, can someone correct this …
3
votes
3answers
153 views

Copy elision on Visual C++ 2010 Beta 2

I was reading 'Want Speed? Pass by Value' on the C++ Next blog and created the following program to get a feel for copy elision and move semantics in C++0x: http://pastebin.com/f39 …

1 2 3 4 next
15 30 50 per page