Ask a Question related to ASP.NET General, Design and Development.
-
Natty Gur #1
Re: [Assembly].Load
object o = a.CreateInstance("ZivNameSpace.zivClass",
false,
System.Reflection.BindingFlags.Public |
System.Reflection.BindingFlags.Instance |
System.Reflection.BindingFlags.InvokeMethod,
null,
null,
null,
null);
System.Type t = o.GetType ();
Object result = t.InvokeMember( "zivFunction",
System.Reflection.BindingFlags.Public |
System.Reflection.BindingFlags.Instance |
System.Reflection.BindingFlags.InvokeMethod ,
null, o, new object [] {});
Response.Write (result);
Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Could not load or assembly DreamwearverCtrls?
Hello, I?ve been researching my issue, but haven?t had any luck in getting it resolved. So, i?m hoping someone can please help me! I?m using... -
Signed assembly will not load in internet explorer
I've got an assembly that implements a class that inherits System.Windows.Forms.UserControl. This works wonderfully when I embed it in an ASP.NET... -
Reading the public key inside a strongly signed assembly from the assembly itself???
Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What... -
datagrid sorting - Reflection.Assembly.Load - Nested WebControls
Hi, I am using reflection to load strong name custom webcontrols from the GAC. Control names are fed from a database to dynamically render... -
Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could...



Reply With Quote

