blah blah blah is here! blah blah » Close

0
votes
0 answers

Assembly tutorial

Please advise me the best assembly tutor.

1
votes
5 answers

Understanding assembly signing

Can someone direct me to some good information to better understand assembly signing? I'd like to make it so that an app that references one of the separate .dll class libraries I created would not be able to be altered by another user s ...

2
votes
1 answers

How to modify an assembly to work under medium-trust hosting environments?

For some reason, when I upload my code to my hosting provider, I get an error saying: [code]System.Security.SecurityException: That assembly does not allow partially trusted callers.[/code] What exactly can be done to the assembly to ...

0
votes
1 answers

Altering resources in a compiled assembly

Is it possible to edit resources that exist in an assembly? Suppose you wanted to personalize a program in the traditional "This copy belongs to..." in the About dialog. A simplistic way to do this would be to have the name be ...

Feedback