visual-studio-2010-beta-2

Will Crystal Reports be in Visual Studio 2010?

What's the latest official word from Microsoft about VS 2010 continuing support for Crystal Reports? ...

Visual Studio 2010 beta 2 known issues list?

Did anyone manage to find the list of known issues for Visual Studio 2010 beta 2? Readme in the installation folder redirects me to the beta 1 list. ...

Is there a better way to do configSections in VS 2010 Beta2?

I noticed in the default web.config files for the latest release of MVC distributed with VS 2010 Beta 2 that many of the sections are now missing. With a little research I found ScottGu's article explaining why this was. My question is is there a new way to load namespaces in this release of .net and should we no longer be utilizing th...

Visual SVN and Visual Studio 2010 Beta 2 won't play nice

I can't seem to get Visual SVN and Visual Studio Beta 2 to work together, anyone know of a workaround??? ...

(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> valueMaker) { Console.WriteLine(valueMaker()); } } class Derived : Base { string CheckNull() { return "Am I null? " + (this == null); } public Derived() : base(() ...

VS 2010 Beta 2, cannot add reference to System.Web.Routing from class library

Hi I have a class library project, targeting the .NET Framework 4.0. I want to have ASP.NET MVC specific extensions here, that I can use in other projects by just adding a reference to the class library. I have some Routing specific extension methods to accommodate localization in URLs, so I need to add a reference to the System.Web.R...

VS2010-Beta2 VPC?

Hi, Has anyone found a VS2010 Beta 2 vpc or must we roll our own? thanks, Bill ...

Subsonic 3 templates in VS 2010 Beta 2

Hi, I am trying to setup Subsonic ActiveRecord in a web application in Visual Studio 2010 beta 2. In any scenario I get the same error: Warning 1 The path 'D:\Work\Project\tt\SQLServer.ttinclude' must be either local to this computer or part of your trusted zone. Everything works just fine on the same machine with VS 2008. Does anyone...

Install Visual Studo 2010 Beta 2 beside VS2008

I am too paranoid to install VS2010 Beta 2 on my production machine beside VS2008 without hearing from people who have already took the plunge. I know MS says it's OK, but that does not necessarily mean it will work. Has anyone successfully installed VS2010 Beta 2 (preferably Ultimate edition) on their production machine with no negativ...

DSL Beta 2 - Connector Moniker - Why is it not in the diagram file?

I am creating a DSL, I want to associate two Entities with a connector but I do not want the EntityMoniker to be in the underlying XML, I need it to be in the Diagram File. I am not sure why it is not in the Diagram file automatically as that seems to be the place where all information 'about' the diagram is held. If I remove the elemen...

NOP in release build of F# code

I am playing with F# in VS2010 beta2, and since I am new to F#, I just picked one of the common examples and went ahead and implemented a factorial function as: let rec factorial n = if n <= 1 then 1 else n * factorial (n - 1);; If I build this and look at the generated code in Reflector, I get the corresponding C# code: public sta...

Visual Studio 2010 Beta 2 Installation Prob

Hi, I was running VS2010 Beta 1 and was wrapped this morning to see Beta 2 available. The (big) problem after the 'successful' installation though: On opening Visual Studio I get this message: "The 'Visual Studio XML Editor Package' package did not load correctly." If I continue through to a project, code windows will open okay but XA...

Is there a keyboard shortcut for 'Generate stub' in VS 2010?

As the title states, is there a keyboard shortcut for 'Generate stub' in VS 2010? ...

Installing Azure SDK on Visual Studio 2010 Beta 2

I am currently setting up a development VPC to test some new technology. I have installed VS 2010 Beta 2. I now want to install the Azure development tools. The latest download that I have been able to find is the July CTP. This is suposed to work with Beta 1. I get the following error message: Visual Studio 2008 is currently install...

Upgrading MVC project in VS 2010 b2: The project type is not supported by this installation

Consider the scenario of upgrading an ASP.NET MVC project. This question is around up-converting a .sln with a .csproj that is of type ASP.NET MVC 1.0. The conversion log shows this The Visual Studio conversion wizard log gives this exception: The project file 'C:\MvcForums\MvcForums.csproj' cannot be opened. The project type i...

Windows Workflow 4.0 Activities not being added to the toolbox

I've created a class project in VS 2010 Beta 2. I've added one Activity to it. Saved it. Created another Activity. I would expect the first Activity to appear in the toolbox so I could drag it into my workflow, but it's not. Any ideas? ...

Visual Studio 2010 beta 2 and WiX?

Has anybody been using WiX with 2010? I'm not able to get my install projects to work in 2010 and I can't find any info on getting this to work/future plans for support. ...

How is migration of test case done in Test Lab and Manager - VSTS 2010?

How is migration of test case done using the Excel or Other 3rd party applications in Test Lab and Manager? ...

How To: Deploy SQL Database Project using Team System Build 2010 (beta 2)

Can anyone shed some light on how to get Team Build 2010 beta 2 to push a SQL database project to the SQL server? In VSTS 2008 you'd just add MSBuild commands with the targets attribute set to "deploy" in the TFSBuild.proj file, but I'm having a little trouble translating that to the new workflow based xaml thing that 2010 uses. What I...

How to get GitExtensions installed on Visual Studio 2010 Beta 2?

How do I manually install GitExtensions as a plugin for Visual Studio 2010 Beta 2? There is no automatic option in the present installer, only plugin options for Visual Studio 2005/2008. ...