Windows Registry Cleaner

0

Wants to integrate windows registry cleaner in my .NET project.

  • .NET Project has Targeted framework .NET Framework 4.5 & Platform target : Any CPU

  • I have used ScanX Registry Cleaner Project Source

The Scanning done by Registry Cleaner is perfectly fine But when try to fix Registry by cleaning the registry faulty entries using the Application then my .Net application which is using ScanX Registry Cleaner DLL mostly getting crashed (Mostly when tring to delete large number of entries & mostly in x64 based architecture)

Error which I am getting is fetched from event logs is

Faulting application name: XYZ.exe, version: 12.0.21005.1, time stamp: 0x524fac12
Faulting module name: ntdll.dll, version: 6.3.9600.17031, time stamp: 0x530895af
Exception code: 0xc0000374
Fault offset: 0x00000000000f8c9c
Faulting process id: 0x13a4
Faulting application start time: 0x01d166f6ee793b7f
Faulting application path: C:\XYZ.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 9e30bb27-d2ea-11e5-8253-70f395c9fb29
Faulting package full name: 
Faulting package-relative application ID: 

Can Anyone help me in resolving this error.

Or

Please suggest any open source Registry cleaner which can be easily integrated in my Project so it works fine with both reqirements Targeted framework .NET Framework 4.5 & Platform target : Any CPU

c#
.net
windows
registry
asked on Stack Overflow Feb 14, 2016 by Hardik Sachdeva • edited Feb 14, 2016 by Alex Jolig

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0