I've researched this and decided that generating my own interop for cdo is a can of worms I won't open -- unless I find it's type library. So does anyone have the type library or the PIA? Does anyone know of a .net email component that supports cdo fields when running against 1.0 of the framework?
-----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Wills Sent: Wednesday, December 14, 2005 8:45 PM To: [email protected] Subject: Re: [ADVANCED-DOTNET] com interop from a strongly named assembly Alex, It looks like you are generating your own interops. For ADO, you should use the PIA: http://support.microsoft.com/default.aspx?scid=kb;en-us;321688 I am not sure about CDO. If there isn't a PIA, you will need to generate interops signed with your key (to make them strong named). Seeya Matthew Wills @ MLC Senior Analyst Programmer |---------+----------------------------> | | Alex Smotritsky | | | <alex_smotritsky@| | | YAHOO.COM> | | | | |---------+----------------------------> >--------------------------------------------------------------------------- -----------------------------------| | | | To: [email protected] | | cc: | | Subject: [ADVANCED-DOTNET] com interop from a strongly named assembly | >--------------------------------------------------------------------------- -----------------------------------| I'm trying to interop with CDO and ADODB from a strongly named assembly. I get compile time errors saying: Assembly generation failed -- Referenced assembly 'Interop.ADODB' does not have a strong name Assembly generation failed -- Referenced assembly 'Interop.CDO' does not have a strong name Looks like strongly named assemblies don't play well here. Any suggestions? ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ =================================== This list is hosted by DevelopMentor. http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
