Click here to Skip to main content
16,011,374 members
Home / Discussions / C#
   

C#

 
GeneralDraw text on path Pin
Werdna23-Feb-04 7:55
Werdna23-Feb-04 7:55 
GeneralRe: Draw text on path Pin
Heath Stewart23-Feb-04 9:10
protectorHeath Stewart23-Feb-04 9:10 
GeneralRe: Draw text on path Pin
Werdna23-Feb-04 14:28
Werdna23-Feb-04 14:28 
GeneralIs it possible to access a variable declared in c# in an html page Pin
VIJAYPAPUPAGER23-Feb-04 7:10
VIJAYPAPUPAGER23-Feb-04 7:10 
GeneralRe: Is it possible to access a variable declared in c# in an html page Pin
Nick Parker23-Feb-04 7:39
protectorNick Parker23-Feb-04 7:39 
GeneralRe: Is it possible to access a variable declared in c# in an html page Pin
Heath Stewart23-Feb-04 9:07
protectorHeath Stewart23-Feb-04 9:07 
GeneralThis is odd ! Pin
Ashwin C23-Feb-04 6:43
Ashwin C23-Feb-04 6:43 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 6:48
protectorHeath Stewart23-Feb-04 6:48 
You can distribute a debug assembly. You just shouldn't. You compile like you normally would. C# compiles to Intermediate Language, which all .NET languages compile to. This is JIT'd into native code and executed on the machine, essentially like Java does. This is a fundamental concept of .NET.

Your error message helps none. Changes are you're using a class that only works on Windows NT. If you actually read the documentation as you develop (now there's a concept), the docs state which operating systems are supported. If you can't give us the full details to try to help you, then please don't post. This is as informative as something stupid like, "It doesn't work".

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: This is odd ! Pin
Ashwin C23-Feb-04 6:59
Ashwin C23-Feb-04 6:59 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 7:04
protectorHeath Stewart23-Feb-04 7:04 
GeneralRe: This is odd ! Pin
Ashwin C23-Feb-04 7:12
Ashwin C23-Feb-04 7:12 
GeneralRe: This is odd ! Pin
Heath Stewart23-Feb-04 8:57
protectorHeath Stewart23-Feb-04 8:57 
GeneralRe: This is odd ! Pin
Michael P Butler23-Feb-04 7:29
Michael P Butler23-Feb-04 7:29 
GeneralRe: This is odd ! Pin
Stephane Rodriguez.23-Feb-04 22:34
Stephane Rodriguez.23-Feb-04 22:34 
Generalenumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 5:41
LongRange.Shooter23-Feb-04 5:41 
GeneralRe: enumerating classes and methods... Pin
Nick Parker23-Feb-04 5:45
protectorNick Parker23-Feb-04 5:45 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:16
LongRange.Shooter23-Feb-04 8:16 
GeneralRe: enumerating classes and methods... Pin
Nick Parker23-Feb-04 8:33
protectorNick Parker23-Feb-04 8:33 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 9:38
LongRange.Shooter23-Feb-04 9:38 
GeneralRe: enumerating classes and methods... Pin
Heath Stewart23-Feb-04 6:46
protectorHeath Stewart23-Feb-04 6:46 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:13
LongRange.Shooter23-Feb-04 8:13 
GeneralRe: enumerating classes and methods... Pin
Heath Stewart23-Feb-04 9:02
protectorHeath Stewart23-Feb-04 9:02 
GeneralRe: enumerating classes and methods... Pin
Jonathan de Halleux23-Feb-04 7:02
Jonathan de Halleux23-Feb-04 7:02 
GeneralRe: enumerating classes and methods... Pin
LongRange.Shooter23-Feb-04 8:30
LongRange.Shooter23-Feb-04 8:30 
GeneralRe: enumerating classes RESOLVED! Pin
LongRange.Shooter23-Feb-04 10:46
LongRange.Shooter23-Feb-04 10:46 

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.