hi all
i have a c# code from the net that is invoke a method in the adobe 
viewer component
and i tried to copy the code to c if it is work or not
any way the code in the site:
http://www.mecxpert.de/svg/SvgDotNet3beta.html
it give me an exception at the line:
return (string)elem.GetType().InvokeMember("getAttribute", 
BindingFlags.InvokeMethod, null, elem, new object[] {name});
it is NullReferenceExcetion
and if i changed the code to :
return (string)this.GetType().InvokeMember("getAttribute", 
BindingFlags.InvokeMethod, null, this, new object[] {name});
it tells me StackOverflowException 
if any one have any idea why or how do i solve it pls tell me
bye for now



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to