Click here to Skip to main content
15,905,563 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionPassing a Form handle to a constructor. Pin
JayThomas200622-Sep-06 4:48
JayThomas200622-Sep-06 4:48 
Questionneed a trick [modified] Pin
milleusi22-Sep-06 4:20
milleusi22-Sep-06 4:20 
AnswerRe: need a trick Pin
leckey23-Sep-06 18:51
leckey23-Sep-06 18:51 
AnswerRe: need a trick Pin
Hamid_RT28-Sep-06 8:56
Hamid_RT28-Sep-06 8:56 
Question.NET Question, twice i was asked by the interviewers Pin
Prabhurishi22-Sep-06 0:36
Prabhurishi22-Sep-06 0:36 
AnswerRe: .NET Question, twice i was asked by the interviewers Pin
Christian Graus22-Sep-06 1:33
protectorChristian Graus22-Sep-06 1:33 
AnswerRe: .NET Question, twice i was asked by the interviewers Pin
Hamid_RT28-Sep-06 8:57
Hamid_RT28-Sep-06 8:57 
QuestionUsing remoting features inside a .NET applet loaded in a tag object Pin
Lambuz21-Sep-06 4:27
Lambuz21-Sep-06 4:27 
First of all, is it possible usign .NET remoting feature inside a .NET
applet loaded into a tag object inside an HTML page ?

<object id="myID" height="150" width="300"
classid="http:applet.dll#test.applet">


If not please can anyone explain why ?


I think yes and so I'd written a small example immediately I've met a
problem.


I'm using .NET Framework v. 1.1.4322 and it's the only version
installed both client side and server side.


My test applet is correctly loaded into IE client but when I try to setting programmatically the remoting I aways obtain a SecurityException even if the assembly is strong name signed and client side fully trusted.


The exception is the following: <br />
System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. <br />
at System.Security.CodeAccessSecurityEngine.CheckTokenBasedSetHelper(Boolean ignoreGrants, TokenBasedSet grants, TokenBasedSet denied, TokenBasedSet demands) <br />
at System.Security.CodeAccessSecurityEngine.CheckSetHelper(PermissionSet grants, PermissionSet denied, PermissionSet demands) <br />
at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(IChannel chnl) at test.applet.Check() 


Could anyone help me please ?


Best regards
QuestionProblem with Strong Typed Dataset with DataGridView Pin
kakarato21-Sep-06 3:12
kakarato21-Sep-06 3:12 
AnswerRe: Problem with Strong Typed Dataset with DataGridView Pin
Tristan Rhodes25-Sep-06 3:46
Tristan Rhodes25-Sep-06 3:46 
QuestionAssembly versions Pin
livez21-Sep-06 1:23
livez21-Sep-06 1:23 
AnswerRe: Assembly versions Pin
Dave Kreskowiak21-Sep-06 3:06
mveDave Kreskowiak21-Sep-06 3:06 
GeneralRe: Assembly versions Pin
livez21-Sep-06 3:10
livez21-Sep-06 3:10 
GeneralRe: Assembly versions Pin
Dave Kreskowiak21-Sep-06 8:41
mveDave Kreskowiak21-Sep-06 8:41 
GeneralRe: Assembly versions Pin
ddecoy22-Sep-06 0:21
ddecoy22-Sep-06 0:21 
GeneralRe: Assembly versions Pin
Dave Kreskowiak22-Sep-06 2:12
mveDave Kreskowiak22-Sep-06 2:12 
GeneralRe: Assembly versions Pin
ddecoy25-Sep-06 22:01
ddecoy25-Sep-06 22:01 
GeneralRe: Assembly versions Pin
Dave Kreskowiak26-Sep-06 1:58
mveDave Kreskowiak26-Sep-06 1:58 
QuestionC#.Net code for capturing video Pin
hazarian20-Sep-06 22:23
hazarian20-Sep-06 22:23 
AnswerRe: C#.Net code for capturing video Pin
Ed.Poore21-Sep-06 7:03
Ed.Poore21-Sep-06 7:03 
Questionbeginner Pin
milleusi20-Sep-06 15:37
milleusi20-Sep-06 15:37 
AnswerRe: beginner Pin
Christian Graus20-Sep-06 15:53
protectorChristian Graus20-Sep-06 15:53 
QuestionLike to re install Pin
kalyanPaladugu20-Sep-06 3:47
kalyanPaladugu20-Sep-06 3:47 
AnswerRe: Like to re install Pin
kalyanPaladugu20-Sep-06 5:16
kalyanPaladugu20-Sep-06 5:16 
GeneralRe: Like to re install Pin
Kevin McFarlane20-Sep-06 6:08
Kevin McFarlane20-Sep-06 6:08 

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.