pls help me

  • Thread starter Thread starter BeeFirst
  • Start date Start date
B

BeeFirst

Hi,
i meet a problem when i try to run an application with an ocx module in
c#. the same function works well in vc,but not in c#,the Microsoft .NET
common language runtime throw a System.ExecutionEngineException error
message.msdn advice that make sure not have any indirect module
dependencies.i do not know what it means.what should i do?
pls tell me and thanks in advance.
marry
 
message.msdn advice that make sure not have any indirect
module
dependencies.

this means that the ocx module may have some dependencies,
and that dependencies may cause the error you are
suffering.

-----Original Message-----
Hi,
i meet a problem when i try to run an application with an ocx module in
c#. the same function works well in vc,but not in c#,the Microsoft .NET
common language runtime throw a
System.ExecutionEngineException error
 
Back
Top