MS Hotfix required...

  • Thread starter Thread starter savvas
  • Start date Start date
S

savvas

We are experiencing a problem with our application which relates to the limit
of local variables .Net 2.0 can use. We are getting a "Common Language
Runtime detected an invalid program" error which from doing some search on
the internet we have found that MS has release a HotFix that can rectify this.
The problem is, that all the websites we checked as well as the Microsoft
official site require that we contact them directly in order to give us the
specific hotfix.

Related links: http://support.microsoft.com/?id=312544 (reference to our
problem)
http://support.microsoft.com/kb/919514/ (link that
asks us to contact MS support)
 
savvas said:
We are experiencing a problem with our application which relates to the limit
of local variables .Net 2.0 can use. We are getting a "Common Language
Runtime detected an invalid program" error which from doing some search on
the internet we have found that MS has release a HotFix that can rectify this.
The problem is, that all the websites we checked as well as the Microsoft
official site require that we contact them directly in order to give us the
specific hotfix.

Related links: http://support.microsoft.com/?id=312544 (reference to our
problem)
http://support.microsoft.com/kb/919514/ (link that
asks us to contact MS support)

a) Have you tried installing .NET 2.0 SP1? It's possible that already
has the fix

b) What's the problem with talking to MS support?
 
Hello savvas,

I've got to ask.....
The MSIL code contains more than 32,767 local variables in a single method.

What are you doing in this method that requires more than 32,767 local vars?
 
I know it sounds unusual. The xsl is being built dynamically by another
system. I guess for Micorsoft to post a hot fix that means that others had
the same problem.

Regards,
Savvas.
 
Back
Top