A
Arthur Dent
Hello all.... ive written a component which shows up fine in the toolbox for
WinForm projects, but doesnt show up for WebForms.
I found a post that said something about the AspNetHostingPermissions class.
Ive tried to add this to my class, but it didnt seem to help.
The declaration i used is below. Can anyone point out what im doing wrong?
Thanks in advance.
<AspNetHostingPermission(SecurityAction.Demand,
Level:=AspNetHostingPermissionLevel.Unrestricted)> Class MyClass
.....
End Class
WinForm projects, but doesnt show up for WebForms.
I found a post that said something about the AspNetHostingPermissions class.
Ive tried to add this to my class, but it didnt seem to help.
The declaration i used is below. Can anyone point out what im doing wrong?
Thanks in advance.
<AspNetHostingPermission(SecurityAction.Demand,
Level:=AspNetHostingPermissionLevel.Unrestricted)> Class MyClass
.....
End Class