Click here to Skip to main content
15,908,264 members
Home / Discussions / C#
   

C#

 
GeneralRe: شيس Pin
sima37-Feb-10 23:51
sima37-Feb-10 23:51 
QuestionMessage Removed Pin
7-Feb-10 23:53
jojoba20107-Feb-10 23:53 
AnswerRe: سي Pin
sima37-Feb-10 23:55
sima37-Feb-10 23:55 
QuestionMessage Removed Pin
7-Feb-10 23:55
jojoba20107-Feb-10 23:55 
AnswerRe: س Pin
sima38-Feb-10 0:00
sima38-Feb-10 0:00 
AnswerRe: سي Pin
sima37-Feb-10 23:56
sima37-Feb-10 23:56 
Questionshell extension problem on 64 bit pc Pin
Nematjon Raxmanov7-Feb-10 23:03
Nematjon Raxmanov7-Feb-10 23:03 
AnswerRe: shell extension problem on 64 bit pc Pin
Daniel Grunwald8-Feb-10 1:13
Daniel Grunwald8-Feb-10 1:13 
Shell extensions get loaded into every process with a file open dialog; but there can be only one .NET runtime per process.
Shell extensions written in .NET are dangerous: they can break applications using other versions of .NET.

Read this post for more details: http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/1428326d-7950-42b4-ad94-8e962124043e/[^]

Do not write shell extensions in .NET unless you are 100% sure that none of your users use any .NET 1.x applications.

For your x64 problem: are you aware that 32-bit and 64-bit processes have separate registries? Make sure your registration process is running as 64-bit process so that it writes to the same registry that explorer is reading from.
QuestionRe: shell extension problem on 64 bit pc [modified] Pin
Nematjon Rahmanov8-Feb-10 1:35
Nematjon Rahmanov8-Feb-10 1:35 
QuestionAddRectangle Exception Pin
gwithey7-Feb-10 22:55
gwithey7-Feb-10 22:55 
AnswerRe: AddRectangle Exception Pin
OriginalGriff7-Feb-10 23:00
mveOriginalGriff7-Feb-10 23:00 
GeneralRe: AddRectangle Exception Pin
gwithey7-Feb-10 23:09
gwithey7-Feb-10 23:09 
GeneralRe: AddRectangle Exception Pin
OriginalGriff7-Feb-10 23:17
mveOriginalGriff7-Feb-10 23:17 
GeneralRe: AddRectangle Exception Pin
gwithey7-Feb-10 23:32
gwithey7-Feb-10 23:32 
GeneralRe: AddRectangle Exception Pin
gwithey7-Feb-10 23:41
gwithey7-Feb-10 23:41 
Questionl Pin
sima37-Feb-10 22:52
sima37-Feb-10 22:52 
AnswerRe: l Pin
OriginalGriff7-Feb-10 23:01
mveOriginalGriff7-Feb-10 23:01 
Questionx Pin
sima37-Feb-10 22:40
sima37-Feb-10 22:40 
AnswerRe: x Pin
Mohammad Dayyan7-Feb-10 23:23
Mohammad Dayyan7-Feb-10 23:23 
GeneralRe: x Pin
Nagy Vilmos8-Feb-10 0:27
professionalNagy Vilmos8-Feb-10 0:27 
Questionم Pin
sima37-Feb-10 22:26
sima37-Feb-10 22:26 
AnswerRe: م Pin
SeMartens7-Feb-10 22:31
SeMartens7-Feb-10 22:31 
AnswerRe: م PinPopular
J4amieC7-Feb-10 22:35
J4amieC7-Feb-10 22:35 
AnswerRe: م Pin
Pete O'Hanlon7-Feb-10 22:48
mvePete O'Hanlon7-Feb-10 22:48 
GeneralRe: م Pin
Mohammad Dayyan7-Feb-10 22:57
Mohammad Dayyan7-Feb-10 22:57 

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.