10
shouts

Class Libraries do not work in Windows Azure using Visual Studio 2010 - Magnus Mårtensson

published 247 days, 11 hours, 28 minutes ago posted by StevesSteves 248 days, 12 hours, 14 minutes ago
Monday, July 06, 2009 12:20:09 PM GMT Sunday, July 05, 2009 11:34:04 AM GMT

If you create a class library and add a reference to it from an Azure Web Role or Azure Worker Role you get an error. Here’s how to get around it.

The problem is that the class library template for Visual Studio 2010 creates a .csproj file with too few configuration settings. In Visual Studio 2008 the default target platform is AnyCPU. In Visual Studio 2010 it’s x86 and the configuration for AnyCPU is not included. It seems to me thi...

category: Architecture | clicked: 50 | | source: blog.noop.se | show counter code
tags: Azure, Visual Studio 2010, Visual Studio 2010 Beta 1, VS 2010, Windows Azure