Mirá también...
| Type library exporter warning processing |
|
|
|
| Software |
| Escrito por Pablushka |
| Viernes 11 de Diciembre de 2009 17:47 |
|
C# es un lenguaje muy poderoso y las mejoras que se suceden con el tiempo lo hacen aún mucho más potente y robusto. Sin embargo a veces nos encontramos con errores que suelen ser bastante complicados de depurar. Este apareció cuando quise crear un objeto COM desde una dll hecha en c# que tiene una referencia a un webservice: Type library exporter warning processing 'SmartSourceMicro.wsRemoteDeposit.RemoteDepositSoapClient, SmartSourceMicro'. Warning: Type library exporter encountered a type that derives from a generic class and is not markedas [ClassInterface(ClassInterfaceType.None)]. Class interfaces cannot be exposed for such types. Consider marking the type with [ClassInterface(ClassInterfaceType.None)] and exposing an explicit interface as the default interface to COM using the ComDefaultInterface attribute.
|
| Última actualización el Jueves 28 de Enero de 2010 17:48 |





