I have a big project with Telerik.Web.UI(2013.1.417.40) and EntityFramework 4.0.
I conver the project to EntityFramework 6.3
The project start but the project before start waits 90 seconds and does nothing at this time. blank page on the browser and the browser is working but I don't know what it is doing. In debug only the message appears 6 times:
Exception generated: 'System.TypeInitializationException' in Telerik.Web.UI.dll
Then after 90 seconds that the browser remains blank, the project starts correctly and everything seems to work correctly.
why telerik that issues exceptions then it starts regularly after 90 seconds?