G
Guest
I have created a vb.net dll to connect to a serial device.
I have to use vb6 to create a plugin for an application so I made the vb.net
com visisible etc. and referenced it within the vb6 project.
Everying is ok and i can see the method,proprties and events no problem.
The issue I have is that when the event fires the vb6 ide crashes. I stepped
through the code within vb6 and the the pointer goes to the corect event sub
, however when it gets to the end sub part the IDE falls over.
I have used the vb.net dll within a vb.net application and it works fine.
Any insights would be appreciated
I have to use vb6 to create a plugin for an application so I made the vb.net
com visisible etc. and referenced it within the vb6 project.
Everying is ok and i can see the method,proprties and events no problem.
The issue I have is that when the event fires the vb6 ide crashes. I stepped
through the code within vb6 and the the pointer goes to the corect event sub
, however when it gets to the end sub part the IDE falls over.
I have used the vb.net dll within a vb.net application and it works fine.
Any insights would be appreciated