priti srivastava

priti srivastava

  • NA
  • 81
  • 4.2k

MVC template issues . system can not find the file specifie

Aug 12 2016 4:57 AM

The system cannot find the file specified

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified

Source Error:

Line 153:            { Line 154:                var user = new ApplicationUser { UserName = model.Email, Email = model.Email }; Line 155:                var result = await UserManager.CreateAsync(user, model.Password); Line 156:                if (result.Succeeded) Line 157:                {
 when i am running default template of mvc i got this error plz help me

Answers (1)