D
Derek M. A. Lee-Wo
I am creating an app with desktop and PPC versions using C#. I decided to
put a lot of the common functionality into a separate assembly.
The PPC app can't seem to load it.
On further investigation, VS.NET has both a "normal" library and a "Smart
Device" assembly.
Is it that I can't create a single assembly that's usable from both a
desktop app and a PPC app? I guess I'm comparing this to say Java where I
can use a same physical JAR file on different platforms.
Derek
put a lot of the common functionality into a separate assembly.
The PPC app can't seem to load it.
On further investigation, VS.NET has both a "normal" library and a "Smart
Device" assembly.
Is it that I can't create a single assembly that's usable from both a
desktop app and a PPC app? I guess I'm comparing this to say Java where I
can use a same physical JAR file on different platforms.
Derek