Although I've got a support incident open on this, I thought I'd ask community members to also try a repro for me.
If anyone who uses the following technologies could try a repro, I’d be much obliged:
ASP.NET 3.5 web sites
VS 2013 Update 2
Telerik ASP.NET Ajax controls
My sample file is here: https://drive.google.com/file/d/0B6iyO5ZcnJjMWkI2SGhSTnhpNlk/edit?usp=sharing
The repro instructions are:
1. Extract the contents of the archive to a temporary folder, C:\temp\TelerikWebSite1
2. In Visual Studio 2013 Update 2, File > Open > Website > C:\temp\TelerikWebSite1
3. Add the assemblies to the BIN folder from C:\Program Files (x86)\Telerik\UI for ASP.NET AJAX Q1 2014\Bin35
4. Attach the database found in the App_Data folder to SQL Server and fix the connection string in web.config.
5. In default.aspx.cs, in radgrid1_itemcreated, set a breakpoint.
6. Start debugging.
Before the breakpoint is hit the error appears:
JIT Compiler encountered an internal limitation.
InvalidProgramException: JIT Compiler encountered an internal limitation.]
Telerik.Web.SkinRegistrar.GetRuntimeSkin(ISkinnableControl control) +0
Telerik.Web.UI.RadCompositeDataBoundControl.get_RuntimeSkin() +101
Telerik.Web.UI.GridTableView.OnInit(EventArgs e) +1215
Thanks for any help,
Ken
If anyone who uses the following technologies could try a repro, I’d be much obliged:
ASP.NET 3.5 web sites
VS 2013 Update 2
Telerik ASP.NET Ajax controls
My sample file is here: https://drive.google.com/file/d/0B6iyO5ZcnJjMWkI2SGhSTnhpNlk/edit?usp=sharing
The repro instructions are:
1. Extract the contents of the archive to a temporary folder, C:\temp\TelerikWebSite1
2. In Visual Studio 2013 Update 2, File > Open > Website > C:\temp\TelerikWebSite1
3. Add the assemblies to the BIN folder from C:\Program Files (x86)\Telerik\UI for ASP.NET AJAX Q1 2014\Bin35
4. Attach the database found in the App_Data folder to SQL Server and fix the connection string in web.config.
5. In default.aspx.cs, in radgrid1_itemcreated, set a breakpoint.
6. Start debugging.
Before the breakpoint is hit the error appears:
JIT Compiler encountered an internal limitation.
InvalidProgramException: JIT Compiler encountered an internal limitation.]
Telerik.Web.SkinRegistrar.GetRuntimeSkin(ISkinnableControl control) +0
Telerik.Web.UI.RadCompositeDataBoundControl.get_RuntimeSkin() +101
Telerik.Web.UI.GridTableView.OnInit(EventArgs e) +1215
Thanks for any help,
Ken