• 1397/11/08

خطا در کد ارسال ایمیل :

با سلام با تشکر از زحمات شما وراهنمایی هاتون

در کلاس PartialToStringClass  این خطا رو میدهد

string body = PartialToStringClass.RenderPartialView("ManageEmails", "ActiviationEmail", user);


Parameter name: view

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.ArgumentNullException: Value cannot be null.
Parameter name: view

var viewContext = new ViewContext(controller.ControllerContext, viewResult.View, ViewData, TempData, sw);

  • 1397/11/08
  • ساعت 08:09

سلام 

متن خطا کاملا گویاست 

داره به نام View اشاره میکنه که یا نیست یا نمیتونه پیدا کنه 


  • 1397/11/08
  • ساعت 11:42

می فهمم میگه null هست ولی طبق آموزش پیش رفتم


  • 1397/11/08
  • ساعت 11:44

بررسی کنید 

حتما جایی اشتباه رفتید 

نمونه آموزش رو اجرا کنید اگر درست بود شما اشتباهی کردید 


logo-samandehi