Jump to content

flipdoubt

Newbies
  • Posts

    8
  • Joined

  • Last visited

About flipdoubt

  • Birthday 01/01/1970

flipdoubt's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Would I be able to compile the code such that I can run the installer in a debugger and set a breakpoint at that call to Microsoft.Win32.RegistryKey.DeleteSubKeyTree in SetupNgen.MainImpl?
  2. Something about being unable to delete a registry key because the subkey does not exist. Could that be because the subkey name is empty? Because "args[4] = PROGRAMSGROUP=" way up at the top? My log is almost identical to the one shown above.
  3. Hi Rick. So what do you suggest I do? I'm a .NET developer, so repairing or reinstalling the framework does not seem like a task I want to undertake just to run Paint.NET. Don't get me wrong: I love Paint.NET, but not at the expense of my development environment. I can stick with 3.08, but of course you no longer support it. My mistake on the GAC issue. My brain went to the GAC because of the stack trace I found in the PdnSetupNgenInstall.log. It ends with the following error: -- 2/6/2008 8:43:06 PM - about to register shell extension 2/6/2008 8:43:06 PM - ... 32-bit 2/6/2008 8:43:06 PM - shellExtensionPaths[0] = C:\Program Files\Paint.NET\ShellExtension_x86.dll 2/6/2008 8:43:06 PM - ... unregister shell extension 2/6/2008 8:43:06 PM - ... 0: CLSID\{D292F82A-50BE-4351-96CC-E86F3F8049DA} 2/6/2008 8:43:06 PM - Exception while deleting: System.ArgumentException: Cannot delete a subkey tree because the subkey does not exist. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.DeleteSubKeyTree(String subkey) at PaintDotNet.SetupNgen.MainImpl(String[] args) 2/6/2008 8:43:06 PM - Closing log -- I appreciate any help you can give.
  4. For those of us getting "HRESULT: 0x800736B3" on 32-bit Vista, your telling me I can't use Paint.NET 3.22 because I can't put an amd64 assembly in the GAC? Paint.NET 3.08 installs just fine. So does VS.NET 2005 and VS.NET 2008. Is there no hope?
  5. I searched the tutorials forums, but I was unable to locate tutorials for making complex masks and precise selections with Paint.NET. Are there any I'm overlooking? Thanks for your help.
  6. I searched the tutorials forums, but I was unable to locate tutorials for making complex masks and precise selections with Paint.NET. Are there any I'm overlooking? Thanks for your help.
×
×
  • Create New...