visual-studio-2010-beta-2

DSL Toolkit: How can I get correct elements written in this scenario?

Info: C# , VS2010 Beta 2 , DSL ToolKit Beta 2 I am trying to create the following generated XML in my DSL Diagram when used <Method> ... <FilterDescriptors> <FilterDescriptor Type="Comparison" Name="EmployeeKey" /> </FilterDescriptors> ... </Method> This is how the Method and Filter Descriptor Domain Classes look ...

Solution Templates in VS2010

I have heard it said that, unlike VS2008, VS2010 will support Solution templates in addition to item and project templates. However, the SolutionTemplates directory contains only a "blank.sln", so it's difficult to draw any inferences about what is supposed to go in there. Has anyone seen any documentation about how to create a soluti...

Using the selection margin and outlining region to select text in VS2010 beta 2

Is it possible to get the selection margin and outlining region in VS2010 to work the way it does in VS2008 when you are trying to select a line of text with the mouse? In 2010 you have to move an extra little way over to the left past the outlining region to select a line with the mouse, whereas in 2008 clicking in the outlining regio...

Is there a planned StyleCop release for VS 2010 ?

Does anyone know when stylecop will be released to integrate into VS2010. I know you can tweak the config files to integrate it at the moment, but it is not possible to view the UI. ...

Why is StyleCop SA1305 not respecting the allowed prefixes list in VS2010?

I just upgraded a project from 2008 to 2010 Beta 2 and StyleCop is now reporting SA1305 (Hungarian notation) warnings on variable names with the prefix 'is'. 'Is' is definitely in the list of allowed prefixes. Is this a known issue? Has anyone else run across this problem? The code was definitely compiling without any warnings in 2008. ...

What technical restrictions might prevent MS from implementing IntelliTrace on VS 2010 64-bit?

I found that IntelliTrace is not supported on Visual Studio 2010 64-bit version. MS says its because of technical restrictions Can anyone shed some light on what those restrictions might be? Thanx. ...

I can't add a using reference on my C# application.

I'm using Visual Studio 2010 Beta2 and I can't add a reference to: system.drawing I've tried right click on the solution explorer but I can't find it there. What gives? ...

WinForm application doesn't start outside Visual Studio 2010

I have a WinForm application written with VS2008 and .NET 3.5. This application runs well from Visual Studio 2008 and outside (when VS2008 is closed, simple double-click on the EXE boots the application). I decided this morning to migrate everything to VS2010 and .NET 4 (updated the target framework). Everything compiles and the applic...

F#: always "unexpected 'when' keyword"

The VS2010 Beta 2 F# compiler always complains about my usage of the when keyword, even when using copy-pasted code which is supposed to work, such as either of these snippets. For instance, this is the error I get when trying to execute a very trivial expression: "Error FS0010: Unexpected keyword 'when' in expression. Expected '->' or ...

Getting an ASP.MVC2/VS2010 application to work in IIS 7.5

I've recently downloaded beta 2 of VS2010 and started playing with ASP.NET MVC2. Initial development was done with Casini, but now I wanted to run the application from IIS 7.5 (I'm running Windows 7). I've installed the IIS6 metabase compatiblity and I run VS2010 as administrator so I can use the "Create Virtual Directory" button from th...

WCF - using multiple bindings including REST (WebHttpBinding) on one service library?

Hi, I want to expose my Service Layer (which is currently written as standard class library with POCOs) for external as well as internal consumption. External clients will use it over REST style APIs while internally my MVC app will use it over net.tcp binding for better performance. How do I do this elegantly? I can write 2 wrappers o...

When evaluating Visual Studio 2010, should you install the Ultimate version, or the version you think your company is most likely to purchase?

I want to install Visual Studio 2010 Beta 2 and I see several versions - seems they've gone a little nuts with the versions this time around so there's "Professional", "Premium" and "Ultimate". When it comes to Visual Studio 2008 we went with the Professional edition. I'm not privy to the reasoning but it serves our needs. On the one h...

How to enable Architecture Explorer in VS2010 Beta 2?

I just installed VS2010 Beta 2 from MSDN and could not find the Architecture Explorer. I installed VS2010 primarily to evaluate the new Architeture Explorer features, but could not seem to find this in the menu. ...

Ankhsvn "Failed to authorize"

I am trying to set up Ankhsvn 2.1.7444.278 with Subversion 1.5.0 on both VS08 and VS2010.B2. When supplying Ankhsvn with repository url, it recognises the url and allow me to select my repository. The repository is empty (since I haven't put anything into it yet). When I click OK and after applying a log-entry, it return with the error ...

Does T4MVC work with Visual Studio 2010 Beta 2 and .Net 4?

I cannot get the current build of T4MVC (2.6.02) to work with an ASP.NET MVC 2 project compiled against .NET 4 in VS2010 Beta 2. There is one error: The C# 2.0 and C# 3.5 compilers are no longer supported. Templates will always be compiled with the version 4 compiler instead of 'v3.5' as specified. Which is easily fixed by changing ...

C++ error C2065: 'cout' : undeclared identifier

!!!!solved!!! - VS2010 has a bug, works fine with eclipse Galileo I am working on the 'driver' part of my programing assignment and i keep getting this absurd error - error C2065: 'cout' : undeclared identifier I have even tried using the std::cout but i get another error that says: IntelliSense: namespace "std" has no member "cout...

Cannot install Pex (Win XP - SP2, VS2010 Beta 2)

When trying to install PEX, its been stuck at the "Please wait while installer determines disk space requirements" dialogue for over 7hours. I'm installing this on a virtual machine (virtual pc 2007 x64) As I have mentioned in the Title, the VPC is running XP Service Pack 2 and I have installed VS2010 Beta 2. Any ideas? ...

VS 2010 addin for Fogbugz?

I'm starting a project in Visual Studio 2010 and I'd like to use FogBugz in conjunction with it, but the addin supplied appears to be for VS 2008. Is there a version that works with 2010? [crosses fingers and hopes Joel answers ;)] ...

Visual Studio 2010 beta 2 crashes creating or opening a solution

I was on the process of starting a new WPF application with VS2010 beta 2, and while trying to add some menu items to a window VS hang. I terminated the program and restarted it. However, since then VS2010 crashes every time i try to either open any solution or when i try to create one. There is no messagebox, nothing, just a beep and t...

How to resolve replsync.dll DLL load Error? Please see the attached screenshot.

I am getting the following error when using Windows 7. I started seeing this error after installing VS 2010 Beta 2. ...