Can't Create Universal App Projects

1

1

When I try to create a new Universal App with C# in VS2013 I get the following errors in sequence:

A problem was encountered created the sub project The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information. 1) No exports were found that match the constraint: ContractName

The imported project was not found Windows

The imported project was not found Windows Phone

I've tried uninstalling any Azure extensions from Visual Studio, but the problem still occurs. It happens for any app type, not just blanks.

I can see the folder gets created in the Projects folder, but it's completely empty. There are no files what-so-ever created for any of the templates (just a .sln file).

Other project types are created fine.

I can't find the VS 2013 installer, so I'm hoping I can fix this without a reinstall or repair install.

Louis

Posted 2015-06-26T04:16:40.950

Reputation: 18 859

Before we can help, you need to try and repair the installation, all other solutions I have require you at least try that. – Ramhound – 2015-06-26T11:02:44.607

@Ramhound I'll see if I can get someone to download the installer from MSDN for me. – Louis – 2015-06-27T01:39:52.970

No answers