Click here to Skip to main content
15,925,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: Split function in c#? Pin
Daniel Turini3-Jun-03 11:01
Daniel Turini3-Jun-03 11:01 
GeneralRe: Split function in c#? Pin
dynamic3-Jun-03 11:25
dynamic3-Jun-03 11:25 
GeneralRe: Split function in c#? Pin
imoz4-Jun-03 17:59
imoz4-Jun-03 17:59 
GeneralFree parting gifts! Here is a method you can add to your class Pin
imoz4-Jun-03 18:15
imoz4-Jun-03 18:15 
GeneralPrinting Controls in C# Pin
Vasant Salian3-Jun-03 8:57
Vasant Salian3-Jun-03 8:57 
QuestionNo Blanks or Nulls in DateTimePicker Control? Pin
sajecw3-Jun-03 8:19
sajecw3-Jun-03 8:19 
AnswerRe: No Blanks or Nulls in DateTimePicker Control? Pin
Sameer Khan3-Jun-03 13:39
Sameer Khan3-Jun-03 13:39 
QuestionWhy are my web service methods only available from the server? Pin
Thesisus3-Jun-03 8:18
Thesisus3-Jun-03 8:18 
GeneralMasked Textbox Control Pin
sajecw3-Jun-03 8:14
sajecw3-Jun-03 8:14 
GeneralRe: Masked Textbox Control Pin
Sameer Khan3-Jun-03 13:41
Sameer Khan3-Jun-03 13:41 
GeneralRe: Masked Textbox Control Pin
sajecw5-Jun-03 8:25
sajecw5-Jun-03 8:25 
QuestionAnimation appears to studder? How do you set a frame rate? Pin
EvilDingo3-Jun-03 7:50
EvilDingo3-Jun-03 7:50 
AnswerRe: Animation appears to studder? How do you set a frame rate? Pin
dazinith3-Jun-03 8:52
dazinith3-Jun-03 8:52 
GeneralCrystal Reports & C# Pin
Gaurika Wijeratne3-Jun-03 7:12
Gaurika Wijeratne3-Jun-03 7:12 
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 

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.