Click here to Skip to main content
15,895,782 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to make C# application run on win2000 and WinMe and Win98? Pin
momer11-Oct-04 1:24
momer11-Oct-04 1:24 
AnswerRe: How to make C# application run on win2000 and WinMe and Win98? Pin
Vasudevan Deepak Kumar13-Oct-04 2:02
Vasudevan Deepak Kumar13-Oct-04 2:02 
QuestionHowTo copy a folder with all permissions? Pin
akum10-Oct-04 22:40
akum10-Oct-04 22:40 
GeneralError: usbtest(Cs).exe----cannt find DLL Pin
momer10-Oct-04 19:23
momer10-Oct-04 19:23 
GeneralRe: Error: usbtest(Cs).exe----cannt find DLL Pin
J4amieC11-Oct-04 0:51
J4amieC11-Oct-04 0:51 
GeneralException in SafeNativeMethods Pin
Mikke_x10-Oct-04 19:18
Mikke_x10-Oct-04 19:18 
Generalreferencing assemblies in the GAC (global assembly cache) Pin
rajrao10-Oct-04 10:38
rajrao10-Oct-04 10:38 
GeneralMicrosoft Installer does not remove assemblies from the GAC - Global Assembly Cache Pin
rajrao10-Oct-04 9:52
rajrao10-Oct-04 9:52 
I found that on some machines on running the uninstaller, Microsoft Installer would not remove the assemblies installed by it in the first place.

I could not uninstall the assemblies using the GacUtil either (even with a force uninstall flag). The problem seemed to stem from the fact that reference count was not decremented during uninstallation.

To make the uninstaller do the right thing, found that deleting the (default) key from the registry helped.

HKEY_CLASSES_ROOT\Installer\Assemblies\Global\

on machines that the unistaller did not remove the assemblies, the default key would most probably have some gobble dee gook.
If you delete this key, it will be replaced with
(default) no value set

After this, when you run the uninstaller, Microsoft Installer will correctly delete the dlls.

From what I found, the gooble-dee-gook is put there by MSN Messenger 6.0 and its a problem that MSN knows, but hasnt documented!!!Roll eyes | :rolleyes:

Kudos, to the person who found it first and posted it (to some obscure website)
GeneralRemoting to unmanaged 3ds Max plugin Pin
DonCroco9-Oct-04 1:53
DonCroco9-Oct-04 1:53 
QuestionHow to compare two files' content in C#? Pin
momer8-Oct-04 17:20
momer8-Oct-04 17:20 
AnswerRe: How to compare two files' content in C#? Pin
J4amieC11-Oct-04 0:56
J4amieC11-Oct-04 0:56 
AnswerRe: How to compare two files' content in C#? Pin
Aryo Handono21-Oct-04 2:59
professionalAryo Handono21-Oct-04 2:59 
Questionhow to owner-draw mainMenu? Pin
mickelliot8-Oct-04 14:42
mickelliot8-Oct-04 14:42 
QuestionHow to use Regular Expression to split a String Pin
Dan Dusek8-Oct-04 14:03
Dan Dusek8-Oct-04 14:03 
AnswerRe: How to use Regular Expression to split a String Pin
Tomas Petricek9-Oct-04 14:51
Tomas Petricek9-Oct-04 14:51 
GeneralBIZTALK 2004 -- Configuration Issue Pin
DotNetLearner8-Oct-04 4:42
DotNetLearner8-Oct-04 4:42 
GeneralWeb Access Failed Error Pin
Hadi Fakhreddine7-Oct-04 20:43
Hadi Fakhreddine7-Oct-04 20:43 
GeneralDynamic Image on Crystal Report Pin
HyVong7-Oct-04 12:37
HyVong7-Oct-04 12:37 
QuestionTTfonts,Label,Drawtext Anomaly? Pin
rlphillips7-Oct-04 5:40
rlphillips7-Oct-04 5:40 
GeneralNgen outlook Com addin dll Pin
Isaac Varghese7-Oct-04 0:19
Isaac Varghese7-Oct-04 0:19 
QuestionHow to conjoin C# code with VC++6.0 code? Pin
momer6-Oct-04 19:40
momer6-Oct-04 19:40 
AnswerRe: How to conjoin C# code with VC++6.0 code? Pin
Nnamdi Onyeyiri7-Oct-04 23:20
Nnamdi Onyeyiri7-Oct-04 23:20 
GeneralRe: Nnamdi Onyeyiri Pin
momer10-Oct-04 15:46
momer10-Oct-04 15:46 
GeneralRe: Nnamdi Onyeyiri Pin
Nnamdi Onyeyiri11-Oct-04 2:23
Nnamdi Onyeyiri11-Oct-04 2:23 
GeneralAssembly trust Pin
Member 14198426-Oct-04 1:22
Member 14198426-Oct-04 1:22 

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.