Error exiting from a vb.net program

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
 
M

Michael Giagnocavo [MVP]

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
 
T

Tian Min Huang

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.
 
O

Oscar

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?
 
T

Tian Min Huang

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.
 

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

Similar Threads


Top