Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create web role or worker role #188

Closed
huguesv opened this issue May 18, 2015 · 3 comments
Closed

Can't create web role or worker role #188

huguesv opened this issue May 18, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@huguesv
Copy link
Contributor

huguesv commented May 18, 2015

VS 2015 RC
PTVS 2.2 30515
Azure Tools 2.6 (installed via Cloud Service Project Wizard redirect)

Can't add a new python web or worker to an existing cloud service or to a new cloud service in the new project wizard.

Error:

---------------------------
Microsoft Visual Studio
---------------------------
The project template referenced by the roletemplatedata.xml file cannot be found.
---------------------------
OK   
---------------------------

@huguesv huguesv added the Azure label May 18, 2015
@huguesv huguesv added this to the 2.2 milestone May 19, 2015
@huguesv huguesv added the bug label May 19, 2015
@zooba zooba self-assigned this May 19, 2015
@zooba
Copy link
Member

zooba commented May 19, 2015

This looks like VS is refusing to find our templates via DTE (again).

@zooba
Copy link
Member

zooba commented Jun 2, 2015

It's because the UWP package registers "Python" as its LanguageVsTemplate value, which then overrides package resolution for the actual package. It looks as if changing this value should be sufficient, but until all the other blocking bugs for UWP are fixed I can't test it.

zooba added a commit that referenced this issue Jun 5, 2015
#188 Can't create web role or worker role
@zooba zooba closed this as completed Jun 5, 2015
@zooba
Copy link
Member

zooba commented Jun 5, 2015

To fix existing projects, open them in notepad and replace all instance of c85cbf2e-4147-4e9d-87e0-9a2fbf407f6e with 2b557614-1a2b-4903-b9df-ed20d7b63f3a.

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

No branches or pull requests

2 participants