Jump to content

ominae

Newbies
  • Posts

    5
  • Joined

  • Last visited

ominae's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Thanks a lot, i managed to compile but I can't see the main form due to these errors. Could not find any resources appropriate for the specified culture (or the neutral culture) on disk. baseName: PaintDotNet.Strings.3 locationInfo: fileName: PaintDotNet.Strings.3.resources Hide at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.GetString(String name, CultureInfo culture) at PaintDotNet.PdnResources.GetString(String stringName) in C:\pdn_src_3_10\pdn_src_3_10\src\Resources\PdnResources.cs:line 231 at PaintDotNet.AppWorkspace..ctor() in C:\pdn_src_3_10\pdn_src_3_10\src\AppWorkspace.cs:line 40 The variable 'appWorkspace' is either undeclared or was never assigned. Hide Edit at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement) The variable 'appWorkspace' is either undeclared or was never assigned. Hide Edit at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
  2. I need to remove most of the features of Paint.NET. I just need to draw on the transparent canvas and save as png, so I need the source code to work.
  3. I had done all the necessary but I still cannot compile successfully. Error 5 The command "@rem Embed manifest call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\WiaProxy32\bin\Debug\WiaProxy32.exe" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\asInvoker.xml" call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\WiaProxy32\obj\x86\Debug\WiaProxy32.exe" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\asInvoker.xml" @rem Sign rem call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\signfile.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\WiaProxy32\obj\x86\Debug\WiaProxy32.exe" rem call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\signfile.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\WiaProxy32\bin\Debug\WiaProxy32.exe" " exited with code 1. WiaProxy32 Error 6 The command "@rem Embed manifest call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\PdnRepair\bin\Debug\PdnRepair.exe" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\requireAdministrator.xml" call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\PdnRepair\obj\Debug\PdnRepair.exe" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\requireAdministrator.xml" @rem Sign call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\signfile.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\PdnRepair\obj\Debug\PdnRepair.exe" call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\signfile.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\PdnRepair\bin\Debug\PdnRepair.exe"" exited with code 1. PdnRepair Error 7 The command "@rem Embed manifest call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\UpdateMonitor\bin\Debug\UpdateMonitor.exe" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\asInvoker.xml" call "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\UpdateMonitor\obj\Debug\UpdateMonitor.exe" "C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\Manifests\asInvoker.xml" " exited with code 1. UpdateMonitor Error 8 Program 'C:\Documents and Settings\Administrator\Desktop\pdn_src_3_10\src\SetupNgen\obj\Debug\SetupNgen.exe' does not contain a static 'Main' method suitable for an entry point SetupNgen If I put mt.exe and signtool exe in windows directory, there will be even more errors. Sigh...
  4. After adding the mt.exe and signtool.exe into the windows directory, it end up with more errors....
×
×
  • Create New...