Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: VB6 Modules =? in C# ??? Pin
Judah Gabriel Himango17-Jun-04 9:43
sponsorJudah Gabriel Himango17-Jun-04 9:43 
GeneralRe: VB6 Modules =? in C# ??? Pin
antoine@orchus-tech17-Jun-04 10:03
antoine@orchus-tech17-Jun-04 10:03 
GeneralRe: VB6 Modules =? in C# ??? Pin
Judah Gabriel Himango17-Jun-04 10:10
sponsorJudah Gabriel Himango17-Jun-04 10:10 
AnswerRe: VB6 Modules =? in C# ??? Pin
LongRange.Shooter17-Jun-04 10:55
LongRange.Shooter17-Jun-04 10:55 
GeneralUnsafe code in user control Pin
Shree17-Jun-04 6:56
Shree17-Jun-04 6:56 
GeneralRe: Unsafe code in user control Pin
Dave Kreskowiak17-Jun-04 7:03
mveDave Kreskowiak17-Jun-04 7:03 
GeneralRe: Unsafe code in user control Pin
Shree17-Jun-04 7:09
Shree17-Jun-04 7:09 
GeneralRe: Unsafe code in user control Pin
Dave Kreskowiak17-Jun-04 8:00
mveDave Kreskowiak17-Jun-04 8:00 
The 'unsafe' switch tags you entire assembly as unsafe code. This means, in IE, that your code isn't safe and won't be executed, depending on the security setting your running in IE and the Code Access Security policies you have setup. You'll have to check with the .NET Framework Configuration tool or the Code Access Security Policy tool and make sure that you can run unsafe code from a remote location. By default, you can't run untrusted code from a remote location, like a component loaded from a server.

You can also start by reading Securing Applications[^] for an explanation about how Code Access Security works and why you can't run Unsafe code in IE and how to make it work.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalcustom control ide properties "items" question Pin
FocusedWolf17-Jun-04 6:54
FocusedWolf17-Jun-04 6:54 
GeneralRe: custom control ide properties "items" question Pin
LongRange.Shooter17-Jun-04 10:57
LongRange.Shooter17-Jun-04 10:57 
GeneralRe: custom control ide properties "items" question Pin
FocusedWolf21-Jun-04 4:35
FocusedWolf21-Jun-04 4:35 
QuestionHow to operate USB port Pin
wk_vigorous17-Jun-04 6:27
wk_vigorous17-Jun-04 6:27 
AnswerRe: How to operate USB port Pin
Aaron Eldreth17-Jun-04 6:46
Aaron Eldreth17-Jun-04 6:46 
GeneralRe: How to operate USB port Pin
eggie517-Jun-04 18:13
eggie517-Jun-04 18:13 
AnswerRe: How to operate USB port Pin
Dave Kreskowiak17-Jun-04 6:54
mveDave Kreskowiak17-Jun-04 6:54 
AnswerRe: How to operate USB port Pin
eggie517-Jun-04 18:14
eggie517-Jun-04 18:14 
GeneralRe: How to operate USB port Pin
wk_vigorous17-Jun-04 21:46
wk_vigorous17-Jun-04 21:46 
GeneralRe: How to operate USB port Pin
eggie517-Jun-04 22:06
eggie517-Jun-04 22:06 
GeneralRe: How to operate USB port Pin
eggie517-Jun-04 22:27
eggie517-Jun-04 22:27 
GeneralRe: How to operate USB port Pin
wk_vigorous18-Jun-04 3:41
wk_vigorous18-Jun-04 3:41 
GeneralData Formatting Expression Pin
Brian Delahunty17-Jun-04 4:54
Brian Delahunty17-Jun-04 4:54 
GeneralRe: Data Formatting Expression Pin
Dave Kreskowiak17-Jun-04 6:20
mveDave Kreskowiak17-Jun-04 6:20 
GeneralRe: Data Formatting Expression Pin
Brian Delahunty17-Jun-04 6:29
Brian Delahunty17-Jun-04 6:29 
GeneralRe: Data Formatting Expression Pin
Dave Kreskowiak17-Jun-04 6:50
mveDave Kreskowiak17-Jun-04 6:50 
GeneralRe: Data Formatting Expression Pin
Brian Delahunty17-Jun-04 6:55
Brian Delahunty17-Jun-04 6:55 

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.