Silverlight 4 application failing to build in Blend 4 Beta..
- by loyalpenguin
Hi, I'm creating a simple silverlight application using Silverlight 4 and Expression Blend 4 Beta, but when I run the Application I get the following Error:
C:\Users\WebDevelop1\Documents\Expression\Blend
4
Beta\Projects\SilverlightApplication1\SilverlightApplication1.sln.metaproj
: error MSB4126: The specified
solution configuration "Debug|HPD" is
invalid. Please specify a valid
solution configuration using the
Configuration and Platform properties
(e.g. MSBuild.exe Solution.sln
/p:Configuration=Debug
/p:Platform="Any CPU") or leave those
properties blank to use the default
solution configuration. Done building
project "SilverlightApplication1.sln"
-- FAILED. Build failed.
I'm relatively new to silverlight and not really sure where to start. This has happened with every project I have created in Blend, but when I run it in VS2010 it runs perfect. Is this a known issue with the Beta release or am I possibly missing something? Thanks in advance.