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
 

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