Error exiting from a vb.net program

  • Thread starter Thread starter Oscar
  • Start date Start date
O

Oscar

Anybody knows why while I am exiting from a vb.net program
I get the italian error "L'istruzione a "0x73d41c65" ha
fatto riferimento alla memoria a "0x00000000". La memoria
non poteva essere "read"."
that I can translate: "The instruction at "0x73d41c65"
called the memory at "0x00000000". Memory could not
be "read"."

Thanks
 
Can you provide more details and / or post a short but complete example that
reproduces this error? Does it only happen on the Italian framework (test
it on some other machines)?
-mike
MVP
 
Hi,

I agree with Mike that more information is needed before moving forward.
Please come back with code snippet or sample project which is able to
reproduce the problem.

I look forward to hearing from you.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Should the problem be in the use of a VB6 dll?
(the dll in VB6 programs runs correctly).
To use unmanaged code is possible, isn'it?
 
Hi,

As you know, we cannot create unmanaged application with Visual Basic .NET,
VB .NET application can only use P/Invoke or COM Interop to access
unmanaged API or COM components. Do you use COM Interop to talk to a VB6
COM component?

Could you please post some code snippet which demonstrates the problem?

I look forward to hearing from you.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top