|
I have a C# application with one installer class and a setup project asigned to it. When I execute setup project on computers which don't have visual studio2005 installed I get this error message:
Unable to get installer types in the <my application> -> unable to load one ot more of the requested types. Retrieve the LoaderExceptions property for more info.
I googled it , and i figured out that, for this to work, i have to install something more beside framework 2.0. Something that visual studio instals .But I don't know what it could be.
If someone have any sugestion, please help me.
Thank you.
|