Welcome to fuzzydev Sign in | Join | Help
in Search

.Net

Operation could destabilize the runtime

Hmm "Operation could destabilize the runtime" sounds too scary, what operation on earth is this; which can destabilize the .Net runtime?

It looks like  the 1.1 C#/VB.Net compiler had case boundary with the generated IL code, the massive overhaul done for the new features in 2.0 forced some low level code changes in CLR; this in turn is haunting few 1.1 assemblies.

One of the well known case is the switch statement having more than 8 conditions. If you try to use 1.1 assembly having a code block of switch statement exceeding 8 conditions then you might face the horrifying exceptions like...

System.Exceptions.PageLoadException

System.Security.VerificationException

Try changing the switch case to if..else condition that will solve the problem.

For more details check the below given link

http://forums.asp.net/thread/1255521.aspx

 

Published 10 iunie 2006 by sachinjoshi
Filed Under:
New Comments to this post are disabled

This Blog

Post Calendar

<iunie 2006>
lumamijovidu
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

Sponsored Links

Syndication

Copyright 2006, Sachin Joshi. All rights reserved.
The content on this site represents my own personal opinions and thoughts at the time of posting, and does not reflect those of my employer's in any way.
Powered by Community Server, by Telligent Systems