1

Closed

The solution compiles but it does not run

description

I tried to get the solution to run but I am getting the following error:

Line 12: {
Line 13: @Html.ActionLink(Strings.Account_SignIn, "SignIn", "Account")
Line 14: if( ViewBag.Site.AllowOpenRegistration ) {
Line 15: @Html.ActionLink(Strings.Account_Register, "Register", "Account" )
Line 16: }

file attachments

Closed Jul 23, 2011 at 2:06 AM by mceranski
I found a few issues when I made a fresh clone of the repository. Everything should be working now. Please let me know if you have any problems.

comments