Common Language Runtime detected an invalid program

  • Thread starter Thread starter Sahil Malik [MVP]
  • Start date Start date
S

Sahil Malik [MVP]

Okay I installed the LINQ preview on Beta2, and anything I write gives me
this error now.

The documentation over here -
http://msdn.microsoft.com/vs2005/currentreadme/default.aspx

aptly tells me --

Also, an exception gets thrown in some cases System.InvalidProgramException:
Common Language Runtime detected an invalid program

(That too under the VB section).

Which is woefully inadequate help. Now can someone please tell me what to do
with this error? :)

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
----------------------------------------------------------------------------
 
Sahil Malik said:
Okay I installed the LINQ preview on Beta2, and anything I write gives me
this error now.

The documentation over here -
http://msdn.microsoft.com/vs2005/currentreadme/default.aspx

aptly tells me --

Also, an exception gets thrown in some cases
System.InvalidProgramException: Common Language Runtime detected an
invalid program

Are you using the right verson of hte .NET framework? What is invalid, your
executable or a library it references?
 
Beta2, but what build? If I remember correctly only 50215.44 is supported.


Willy.
 
Sahil Malik said:
I've got ...

v2.0.50215

:)

Beta2 = v2.0.50215? I mean .. there shouldn't be two versions of Beta2 out
there.

Well all builds (CTP drops) from 50215.44 up to the RC build are also Beta2.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top