Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Visual Studio 2015 Export Template Not Working #732

Open
danroth27 opened this issue Aug 17, 2016 · 6 comments
Open

Visual Studio 2015 Export Template Not Working #732

danroth27 opened this issue Aug 17, 2016 · 6 comments

Comments

@danroth27
Copy link
Member

danroth27 commented Aug 17, 2016

From @TLHamilton on August 17, 2016 16:5

In Visual Studio 2015 I will create a new project File>New>Project>Templates>Visual C#>Web>ASP.NET Core Web Application (.Net Framework).

Once created, I will export a template from the project File>Export Template.

When I try to use this template to create another new project, none of the Template contents shows up.

I have seen a few comments about this on the web, but have not found a solution.

Is this a known problem? Is there a solution or work around?

Thanks.

Copied from original issue: aspnet/Mvc#5153

@danroth27
Copy link
Member Author

From @ThoughtHaven on August 17, 2016 17:33

I haven't verified this, but someone may have found a work around. Hope this works for us both.

@danroth27
Copy link
Member Author

From @TLHamilton on August 17, 2016 20:13

Sorry, but I could not get it to work when this work around was purposed and I still cannot get it to work.

I would be very interested if someone can verify this.

From: Brendan Ridenour [mailto:notifications@github.com]
Sent: Wednesday, August 17, 2016 10:34 AM
To: aspnet/Mvc Mvc@noreply.github.com
Cc: Tom Hamilton THamilton@co.sutter.ca.us; Author author@noreply.github.com
Subject: Re: [aspnet/Mvc] Visual Studio 2015 Export Template Not Working (#5153)

I haven't verified this, but someone may have found a work aroundhttps://github.com//issues/306#issuecomment-195498755. Hope this works for us both.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/aspnet/Mvc/issues/5153#issuecomment-240486531, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AOOR9VPtnz7YEWs_takUr9eHf6gl-t9vks5qg0X5gaJpZM4JmnYg.

@danroth27
Copy link
Member Author

From @ThoughtHaven on August 17, 2016 20:16

Didn't work for me either, unfortunately. It'll be nice when somebody gets this working.

@mlorbetske
Copy link

TFS Bug#255944

@rgamage
Copy link

rgamage commented Aug 30, 2016

Same issue here, workaround didn't work for me. VS 2015 Update 3.

@Steffeng87
Copy link

Steffeng87 commented Oct 5, 2016

Found a workaround on Stackoverflow (It is working for me with VS 2015 Update 3):

http://stackoverflow.com/a/39718930

Copied from link:

I found the way to do this. Open up the zipfile and edit the .vstemplate file. The line that is missing is
<CreateInPlace>true</CreateInPlace>

This line goes between

<TemplateData></TemplateData>

This solves the problem for .NET Core 1.0.1 Tooling Preview 2, VS2015 Update 3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants