This is a migrated thread and some comments may be shown as answers.

JIT Compiler Error while debugging 3.5 Web sites

1 Answer 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
kencox
Top achievements
Rank 1
kencox asked on 03 Jun 2014, 04:37 PM
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


 

1 Answer, 1 is accepted

Sort by
0
kencox
Top achievements
Rank 1
answered on 03 Jun 2014, 10:39 PM
Nevermind.

It turns out this error had nothing to do with the Telerik controls (as I suspected).Something in VS 2013 was corrupted. I reset all settings in VS 2013 and the error went away.

Tags
General Discussions
Asked by
kencox
Top achievements
Rank 1
Answers by
kencox
Top achievements
Rank 1
Share this question
or