System.NullReferenceException message in creating Entity Data Model in an MVC project
Andy Chiou
10
Reputation points
Hi everyone,
I created a localdb sql server file(School.mdf) in the App_Data folder in an MVC project using .Net Framework 4.8. I then added a table(Student) with only two attributes for testing. I tried to add new ADO .Net Entity Data Model into the Model folder and always received the System.NullReferenceException error.
I've not put any code into the the project yet and re-installed Visual Studio a couple of times and the error still exists. This process worked before and for some reasons it keeps generating the same error. I even re-installed my Windows but with no luck. Please help and thanks in advance! The environment and error code are as following:
Windows 11 Professional 22H2
Microsoft Visual Studio Enterprise 2022 (64 位元) - Current
Version 17.6.2
.Net Framework 4.8
Entity Framework 6
Microsoft.VisualStudio.TextTemplating5C5F7BACB8CEC88665887E68BA8F1FCD0354B98542C262332E3C8B13598380BCAB3FB85B22BC36C16486F51F7570BE5104F992A57C4BA4127540C07FC38CAD49.GeneratedTextTransformation.DynamicTextTransformation.get_GenerationEnvironment()
at Microsoft.VisualStudio.TextTemplating5C5F7BACB8CEC88665887E68BA8F1FCD0354B98542C262332E3C8B13598380BCAB3FB85B22BC36C16486F51F7570BE5104F992A57C4BA4127540C07FC38CAD49.GeneratedTextTransformation.EntityFrameworkTemplateFileManager..ctor(Object textTransformation)
at Microsoft.VisualStudio.TextTemplating5C5F7BACB8CEC88665887E68BA8F1FCD0354B98542C262332E3C8B13598380BCAB3FB85B22BC36C16486F51F7570BE5104F992A57C4BA4127540C07FC38CAD49.GeneratedTextTransformation.EntityFrameworkTemplateFileManager.VsEntityFrameworkTemplateFileManager..ctor(Object textTemplating)
at Microsoft.VisualStudio.TextTemplating5C5F7BACB8CEC88665887E68BA8F1FCD0354B98542C262332E3C8B13598380BCAB3FB85B22BC36C16486F51F7570BE5104F992A57C4BA4127540C07FC38CAD49.GeneratedTextTransformation.EntityFrameworkTemplateFileManager.Create(Object textTransformation)
at Microsoft.VisualStudio.TextTemplating5C5F7BACB8CEC88665887E68BA8F1FCD0354B98542C262332E3C8B13598380BCAB3FB85B22BC36C16486F51F7570BE5104F992A57C4BA4127540C07FC38CAD49.GeneratedTextTransformation.TransformText() DBTest C:\Users\schio\source\repos\DBTest\DBTest\Models\Model.tt 1
Sign in to answer