D
Derrick
Long story short: I've been working on a project which includes both
designtime and runtime components, for both the PC and Pocket PC. While
testing, I've been having problems with Visual Studio loading several
versions of the DLLs, resulting in Invalid Cast Exceptions.
A solution which was suggested to me was to make sure all my designtime
stuff is strong named and placed in the GAC. This sounds like it should
work, and I am about to begin testing of this approach.
I know *how* to strong name an assembly, but I'm not quite sure what goes on
behind the scenes. Is there any downside to me generating the key files,
building my solution, and placing the appropriate DLLs into the GAC a bunch
of times while testing? I'm assuming there is no other way to test than to
do this, and that others are doing the same
Thanks,
Derrick
designtime and runtime components, for both the PC and Pocket PC. While
testing, I've been having problems with Visual Studio loading several
versions of the DLLs, resulting in Invalid Cast Exceptions.
A solution which was suggested to me was to make sure all my designtime
stuff is strong named and placed in the GAC. This sounds like it should
work, and I am about to begin testing of this approach.
I know *how* to strong name an assembly, but I'm not quite sure what goes on
behind the scenes. Is there any downside to me generating the key files,
building my solution, and placing the appropriate DLLs into the GAC a bunch
of times while testing? I'm assuming there is no other way to test than to
do this, and that others are doing the same
Thanks,
Derrick