Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Crystal Reports & C# Pin
Mike Osbahr3-Jun-03 7:25
Mike Osbahr3-Jun-03 7:25 
Generaldraw a chart in an app and drag & drop under Excel Pin
zed3-Jun-03 6:30
zed3-Jun-03 6:30 
GeneralReturn ByRef array from Win32 back to .NET / AllocCoTaskMem Pin
TobyEvans3-Jun-03 5:47
TobyEvans3-Jun-03 5:47 
GeneralSerial port access Pin
Phil J Pearson3-Jun-03 5:08
Phil J Pearson3-Jun-03 5:08 
GeneralRe: Serial port access Pin
3-Jun-03 5:24
suss3-Jun-03 5:24 
GeneralRe: Serial port access Pin
Phil J Pearson3-Jun-03 5:40
Phil J Pearson3-Jun-03 5:40 
GeneralTrace and Config file problem Pin
Le centriste3-Jun-03 4:25
Le centriste3-Jun-03 4:25 
GeneralRe: Trace and Config file problem Pin
James T. Johnson3-Jun-03 10:52
James T. Johnson3-Jun-03 10:52 
Two things:

First, the sample in MSDN doesn't put ,System at the end of the TextWriterTraceListener definition. Oddly the text on obtaining the full name of assemblies does include that as well as the version, culture, and public key token so try both ways.

Second, you need to specify the fully qualified name for the item you are removing. You only specified the class name and assembly, you also need to specify version, culture, and public key token.

For example:
"System.Diagnostics.TextWriterTraceListener, System, version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"

If you are targetting .NET v1.1 change the version part to 1.0.5000.0

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralRe: Trace and Config file problem Pin
Le centriste4-Jun-03 3:30
Le centriste4-Jun-03 3:30 
Generalproblem with combo box !!! Pin
kokain3-Jun-03 3:09
kokain3-Jun-03 3:09 
GeneralRe: problem with combo box !!! Pin
apferreira3-Jun-03 3:21
apferreira3-Jun-03 3:21 
GeneralRe: problem with combo box !!! Pin
kokain3-Jun-03 6:27
kokain3-Jun-03 6:27 
GeneralRe: problem with combo box !!! Pin
James T. Johnson3-Jun-03 10:55
James T. Johnson3-Jun-03 10:55 
GeneralRe: problem with combo box !!! Pin
Anonymous6-Jun-03 4:25
Anonymous6-Jun-03 4:25 
GeneralApplyFont in Cristal Report Pin
Givi78394763543-Jun-03 2:56
sussGivi78394763543-Jun-03 2:56 
GeneralALT Key Pin
Valeria Bogdevich3-Jun-03 2:22
Valeria Bogdevich3-Jun-03 2:22 
GeneralRe: ALT Key Pin
Vasudevan Deepak Kumar3-Jun-03 5:00
Vasudevan Deepak Kumar3-Jun-03 5:00 
GeneralRe: ALT Key Pin
Vasudevan Deepak Kumar3-Jun-03 18:40
Vasudevan Deepak Kumar3-Jun-03 18:40 
GeneralRe: ALT Key Pin
3-Jun-03 22:16
suss3-Jun-03 22:16 
GeneralWindows to *nix with Mono Pin
Kannan Kalyanaraman3-Jun-03 0:31
Kannan Kalyanaraman3-Jun-03 0:31 
GeneralRe: Windows to *nix with Mono Pin
Daniel Turini3-Jun-03 0:41
Daniel Turini3-Jun-03 0:41 
GeneralRe: Windows to *nix with Mono Pin
Giles3-Jun-03 2:12
Giles3-Jun-03 2:12 
GeneralRe: Windows to *nix with Mono Pin
Philip Fitzsimons3-Jun-03 2:46
Philip Fitzsimons3-Jun-03 2:46 
GeneralRe: Windows to *nix with Mono Pin
James T. Johnson3-Jun-03 23:13
James T. Johnson3-Jun-03 23:13 
GeneralRe: Windows to *nix with Mono Pin
apferreira3-Jun-03 3:03
apferreira3-Jun-03 3:03 

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.