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

Web Pages Version not set #1

Open
jbirkholz opened this issue Jun 15, 2013 · 2 comments
Open

Web Pages Version not set #1

jbirkholz opened this issue Jun 15, 2013 · 2 comments

Comments

@jbirkholz
Copy link

YSOD with "Could not determine which version of ASP.NET Web Pages to use."

Fixed by adding version info to web.config's configuration section:

<appSettings>
    <add key="webpages:Version" value="2.0.0.0" />
</appSettings>
@nagor
Copy link

nagor commented Mar 1, 2015

Same issue. VS2013

@cr41g1w
Copy link

cr41g1w commented Feb 2, 2018

Still has this issue. Thanks for the fix @jbirkholz

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

No branches or pull requests

3 participants