Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
Questiondatarow edit Pin
fmardani26-Feb-06 20:57
fmardani26-Feb-06 20:57 
QuestionGetting control focus Pin
NewbieDude26-Feb-06 20:52
NewbieDude26-Feb-06 20:52 
Questionnormal fast way to determine control global position? Pin
Oskars26-Feb-06 20:23
Oskars26-Feb-06 20:23 
AnswerRe: normal fast way to determine control global position? Pin
microsoc26-Feb-06 22:17
microsoc26-Feb-06 22:17 
QuestionDisposing of Tray Icon Pin
Expert Coming26-Feb-06 19:33
Expert Coming26-Feb-06 19:33 
AnswerRe: Disposing of Tray Icon Pin
redfish3426-Feb-06 22:23
redfish3426-Feb-06 22:23 
QuestionAssembly have been signed but not protecting URGENT Pin
Ariston Darmayuda26-Feb-06 15:07
Ariston Darmayuda26-Feb-06 15:07 
AnswerRe: Assembly have been signed but not protecting URGENT Pin
mav.northwind27-Feb-06 7:51
mav.northwind27-Feb-06 7:51 
Hi!
I think you should not use SecurityAction.Deny for your class and method but SecurityAction.LinkDemand.
That way, only the direct caller has to satisfy the strong name identity with the given public key, but callers further up the line don't have to.
If you use SecurityAction.Demand, then you'll always get a SecurityException because mscorlib (which is the top-most caller in the end) doesn't have the required strong name identity.

Hope this helps...

Regards,
mav

--
Black holes are the places where god divided by 0...
QuestionRe: Assembly have been signed but not protecting URGENT Pin
Ariston Darmayuda27-Feb-06 18:42
Ariston Darmayuda27-Feb-06 18:42 
AnswerRe: Assembly have been signed but not protecting URGENT Pin
mav.northwind27-Feb-06 20:20
mav.northwind27-Feb-06 20:20 
GeneralRe: Assembly have been signed but not protecting URGENT Pin
Ariston Darmayuda28-Feb-06 5:32
Ariston Darmayuda28-Feb-06 5:32 
GeneralRe: Assembly have been signed but not protecting URGENT Pin
mav.northwind28-Feb-06 6:45
mav.northwind28-Feb-06 6:45 
QuestionGetting C++ ready for .NET interop Pin
Judah Gabriel Himango26-Feb-06 14:53
sponsorJudah Gabriel Himango26-Feb-06 14:53 
AnswerRe: Getting C++ ready for .NET interop Pin
Christian Graus26-Feb-06 15:50
protectorChristian Graus26-Feb-06 15:50 
GeneralRe: Getting C++ ready for .NET interop Pin
Judah Gabriel Himango26-Feb-06 15:52
sponsorJudah Gabriel Himango26-Feb-06 15:52 
AnswerRe: Getting C++ ready for .NET interop Pin
Daniel Turini26-Feb-06 21:48
Daniel Turini26-Feb-06 21:48 
GeneralRe: Getting C++ ready for .NET interop Pin
Judah Gabriel Himango27-Feb-06 5:20
sponsorJudah Gabriel Himango27-Feb-06 5:20 
QuestionEvent for drawing all controlls in a form? Pin
2hdass26-Feb-06 14:37
2hdass26-Feb-06 14:37 
QuestionAbout background image Pin
2hdass26-Feb-06 13:31
2hdass26-Feb-06 13:31 
AnswerRe: About background image Pin
Guffa26-Feb-06 14:02
Guffa26-Feb-06 14:02 
AnswerRe: About background image Pin
Christian Graus26-Feb-06 14:05
protectorChristian Graus26-Feb-06 14:05 
AnswerRe: About background image Pin
Ravi Bhavnani26-Feb-06 14:33
professionalRavi Bhavnani26-Feb-06 14:33 
GeneralRe: About background image Pin
2hdass27-Feb-06 15:11
2hdass27-Feb-06 15:11 
GeneralRe: About background image Pin
Ravi Bhavnani28-Feb-06 0:51
professionalRavi Bhavnani28-Feb-06 0:51 
QuestionFile Format Pin
Sean8926-Feb-06 12:47
Sean8926-Feb-06 12:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.