If I deploy part of my webproject to a W2K Server I get
the following error if I try to use a custom installer:
unable to get installer types in the .....dll assembly =>
One or more of the types in the assembly unable to load.
If I exclude the custom installer everything installs
correctly. On my development system XP professional the
above error is not raised and everything install
correctly including the custom installer [installer
class]. Also if I deploy webservice to the W2K Server
including also a custom installer to update the
web.config file no error occurs. Fundamentally the
package in which the error occurs is the same as the
webservice package. I would wonder what is going wrong
and why the installer type can not be found in one
package and has no problem to be found in an other
package.