Client Crashes on Startup
We are currently working with the Microsoft CLR Security team on this issue. As a work around can you please delete the following .cch files.
%UserProfile%\AppData\Roaming\Microsoft\CLR Security Config\ 2.0.50727.312\security.config.cch
And any CCH Files in the following directory.
C:\Windows\Microsoft.NET\Framework \2.0.50727\CONFIG
Also what templates were you last working with in CodeSmith? What version of Visual Studio are you using?
Thanks
REM windows 7 and 8
cd /D "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\CLR Security Config\v2.0.50727.312"
del security.config.cch
cd /D "C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG"
del *.cch
pause