SiberianGuy
SiberianGuy

Reputation: 25312

When I publish a ASP.NET MVC 3 project my Razor views aren't copied

Looks like Publish doesn't copy Razor views at ASP.NET MVC 3 Beta. Is it a known limitation of Beta? Will it be fixed at release?

Upvotes: 1

Views: 233

Answers (2)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039140

Try selecting a razor file and in the properties make sure that Build Action is set to Content.

Upvotes: 2

Brian Mains
Brian Mains

Reputation: 50728

Not sure. Best way is to submit it as a bug in the connect.microsoft.com web site.

Upvotes: 0

Related Questions