Hi all! ASP.NET C# This works fine: Object objMagellan = Server.CreateObject("Magellan.auto"); but when i try to: objMagellan.SetExtractPageAsJpeg(1); i get: CS0117: 'object' does not contain a definition for 'SetExtractPageAsJpeg' (the command works fine in
old school asp) What am I doing wrong? Regards Summer
I have also tried the tlbimp.exe + ildasm.exe combination and made a dll which I could import as a namespace. I can see the class and its members in ildasm but executing them from the aspx page seems impossible. Please help =) Regs Summer
Well!, try to instantiate as below Dim COMinter As New Magellan.auto Then call your function, then it shoudl work.. For more info on COm interop check below link http://www.msdnaa.net/Resources/Display.aspx?ResID=1493 It might help you!!
summer26
Member
15 Points
3 Posts
Using com objects
Aug 07, 2003 07:45 AM|LINK
summer26
Member
15 Points
3 Posts
Re: Using com objects
Aug 07, 2003 01:24 PM|LINK
javiguillen
Contributor
2432 Points
526 Posts
Re: Using com objects
Aug 07, 2003 01:42 PM|LINK
SreedharK
All-Star
18571 Points
3119 Posts
MVP
Re: Using com objects
Aug 13, 2003 12:59 AM|LINK
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti