I am currently developing a client application to work with a remote ActiveX component. Both client app and server component developed were in Visual Basic 6, Enterprise Edition. Everything works fine using late binding.<br>
<br>
However, we want to use early binding because we forsee passing UDTs. Using early binding, the object is correctly instatiated on the server machine and seems to be sending information back to the client machine. Then, the client machine bombs. The error is:<br>
<br>
Instruction at "0x00000000" referenced memory at "0x00000000." The memory could not be "read."<br>
<br>
Any ideas about what the problem is would be greatly appreciated.
<br>
However, we want to use early binding because we forsee passing UDTs. Using early binding, the object is correctly instatiated on the server machine and seems to be sending information back to the client machine. Then, the client machine bombs. The error is:<br>
<br>
Instruction at "0x00000000" referenced memory at "0x00000000." The memory could not be "read."<br>
<br>
Any ideas about what the problem is would be greatly appreciated.