Exception: Error HRESULT E_FAIL with Microsoft LightSwitch Visual Studio 2012 RC
I installed Visual Studio 2012 RC recently along with VS 2012 SDK and LightSwitch Extensibility Toolkit. this is the XAML code in my Client.Design -> TControl.XAML file <UserControl x:Class="CustomControls.Presentation.Controls.TControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:framework="clr-namespace:Microsoft.LightSwitch.Presentation.Framework;assembly=Microsoft.LightSwitch.Client"> <Grid Width="Auto"> <Grid.RowDefinitions> <RowDefinition Height="100"></RowDefinition> <RowDefinition Height="40"><