M
marcotrapanese
Hi,
I have a simple class which contains data used by two VB.NET projects.
I wrote a dll based on that class to read/write data values (one
update them and the other has to read them).
Into the two projects I added the reference to my dll and I get no
errors. But when I try to write a value from one exe and read the same
value from the other it seems there are two instances of my class. In
other word I can't exchange data between the two programs.
How can I tell to the compiler I want use the *same* instance of the
dll in both exe?
Bye
Marco / iw2nzm
I have a simple class which contains data used by two VB.NET projects.
I wrote a dll based on that class to read/write data values (one
update them and the other has to read them).
Into the two projects I added the reference to my dll and I get no
errors. But when I try to write a value from one exe and read the same
value from the other it seems there are two instances of my class. In
other word I can't exchange data between the two programs.
How can I tell to the compiler I want use the *same* instance of the
dll in both exe?
Bye
Marco / iw2nzm