Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / June 2007

Tip: Looking for answers? Try searching our database.

Unsigned DLL

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Itzik - 21 Jun 2007 14:52 GMT
I have two Dll's (U-UnSigned , S-Signed)
I am looking for way invoke method in U dll from S.
if i add reference from S to U compilation error occur.
May be exists way to do this in reflection ?
Thanks
Nicholas Paldino [.NET/C# MVP] - 21 Jun 2007 16:02 GMT
Itzik,

   Why not sign the unsigned assembly?  Or do you not have control over it?
The thing is, if you found a way around this issue, you couldn't really say
that your assembly is signed, since you can't guarantee that all the
assemblies that you reference are signed.  You would be breaking that chain.

Signature

         - Nicholas Paldino [.NET/C# MVP]
         - mvp@spam.guard.caspershouse.com

>I have two Dll's (U-UnSigned , S-Signed)
> I am looking for way invoke method in U dll from S.
> if i add reference from S to U compilation error occur.
> May be exists way to do this in reflection ?
> Thanks
Ben Voigt [C++ MVP] - 21 Jun 2007 18:33 GMT
> Itzik,
>
[quoted text clipped - 3 lines]
> all the assemblies that you reference are signed.  You would be breaking
> that chain.

It's safe to call into an unsigned assembly if you set the appropriate
security restrictions first and call in a partial trust scenario.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.