Error creating a partial view strongly typed in Visual Studio Express with the Razor engine

0

When I try to create a strongly typed partial view in visual studio 2012, I receive the following error:

  

There was a problem getting an AppDomain to run the transformation from the host. The process can not continue.

This problem does not occur when creating views that are not partial.

What will be happening?

    
asked by Pablo Claus 16.11.2016 в 17:24
source

1 answer

0

There are several solutions to this problem:

  • Restart Visual Studio (The number one principle of computing)
  • Update the Nuget Packet Manager version (From the tools menu)
  • If none of the above works, you will have to repair the installation of Visual Studio (It is the most drastic case).
  • answered by 16.11.2016 / 17:24
    source