G
Guest
I have an application that needs to run in a similar way on both .net compact
framework clients and winforms clients.
I tried to link my compact framework app to the assemblies of the winforms
class library, and got an error.
I could just copy and paste the code from the winforms class library into a
compact framework class library, but that's not too maintainable.
Anybody know any tricks to get around this one?
Thanks,
John
framework clients and winforms clients.
I tried to link my compact framework app to the assemblies of the winforms
class library, and got an error.
I could just copy and paste the code from the winforms class library into a
compact framework class library, but that's not too maintainable.
Anybody know any tricks to get around this one?
Thanks,
John