Click here to Skip to main content
15,914,444 members
Home / Discussions / C#
   

C#

 
GeneralRe: the key word "using" questiton? Pin
J4amieC3-Jun-05 6:23
J4amieC3-Jun-05 6:23 
GeneralRe: the key word "using" questiton? Pin
DavidNohejl3-Jun-05 6:39
DavidNohejl3-Jun-05 6:39 
GeneralRe: the key word "using" questiton? Pin
S. Senthil Kumar3-Jun-05 7:22
S. Senthil Kumar3-Jun-05 7:22 
GeneralRe: the key word "using" questiton? Pin
DavidNohejl3-Jun-05 7:28
DavidNohejl3-Jun-05 7:28 
GeneralRe: the key word "using" questiton? Pin
jinzhecheng3-Jun-05 6:09
jinzhecheng3-Jun-05 6:09 
GeneralRe: the key word "using" questiton? Pin
S. Senthil Kumar3-Jun-05 7:25
S. Senthil Kumar3-Jun-05 7:25 
AnswerRe: the key word "using" questiton? Pin
Carsten Zeumer3-Jun-05 23:54
Carsten Zeumer3-Jun-05 23:54 
Generalexec in C# Pin
Bounz3-Jun-05 4:22
Bounz3-Jun-05 4:22 
GeneralRe: exec in C# Pin
Judah Gabriel Himango3-Jun-05 4:31
sponsorJudah Gabriel Himango3-Jun-05 4:31 
GeneralRe: exec in C# Pin
Bounz3-Jun-05 4:46
Bounz3-Jun-05 4:46 
Questionhow to make Gzip file in c#.net ??? Pin
Member 11968723-Jun-05 3:58
Member 11968723-Jun-05 3:58 
AnswerRe: how to make Gzip file in c#.net ??? Pin
Judah Gabriel Himango3-Jun-05 4:33
sponsorJudah Gabriel Himango3-Jun-05 4:33 
GeneralRetrieve Method Name during Runtime Pin
Seraphin3-Jun-05 3:45
Seraphin3-Jun-05 3:45 
GeneralRe: Retrieve Method Name during Runtime Pin
S. Senthil Kumar3-Jun-05 4:05
S. Senthil Kumar3-Jun-05 4:05 
Generalnull object Pin
george ivanov3-Jun-05 3:27
george ivanov3-Jun-05 3:27 
GeneralRe: null object Pin
Marc Clifton3-Jun-05 3:31
mvaMarc Clifton3-Jun-05 3:31 
GeneralRe: null object Pin
Judah Gabriel Himango3-Jun-05 4:30
sponsorJudah Gabriel Himango3-Jun-05 4:30 
GeneralExport Report To txt file Pin
sevan3-Jun-05 3:21
sevan3-Jun-05 3:21 
GeneralExport to excel data from ultrawebgrid each row contain one worksheet Pin
sunilmskr3-Jun-05 2:33
sunilmskr3-Jun-05 2:33 
GeneralFetching LAN and Dial up connection name into LISTBOX Pin
ksanju10003-Jun-05 2:01
ksanju10003-Jun-05 2:01 
GeneralIdentical types not equal?! Pin
shambulator3-Jun-05 1:10
shambulator3-Jun-05 1:10 
GeneralRe: Identical types not equal?! Pin
Roger Alsing3-Jun-05 4:11
Roger Alsing3-Jun-05 4:11 
Since this is a UITypeEditor related question i guess you are doing some sort of vs.net designtime support?

if so , have in mind that when you recompile , vs.net does not always (never?) unload the previously version of your assemblies.

I had a very similair problem when dealing with a designtime collectioneditor that cached types.
After a few recompiles , there was equally many different versions of the same classes in mem at the same time.. very annoying..

so maybe you can try to get the assembly from the type and check if the assemblys hashcodes differ aswell and maybe check verion numbers.

To make things a bit worse Smile | :) , I also never found a solution for this Smile | :)

//Roger
GeneralRe: Identical types not equal?! Pin
shambulator5-Jun-05 21:54
shambulator5-Jun-05 21:54 
QuestionHow to avoid empty node while doing xml serialization Pin
Shiby3-Jun-05 0:46
Shiby3-Jun-05 0:46 
Generalconstant log file size Pin
Xiao_M3-Jun-05 0:12
Xiao_M3-Jun-05 0:12 

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.