ominae Posted November 23, 2007 Share Posted November 23, 2007 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... Quote Link to comment Share on other sites More sharing options...
david.atwell Posted November 23, 2007 Share Posted November 23, 2007 Why not download the binary? Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
ominae Posted November 23, 2007 Author Share Posted November 23, 2007 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. Quote Link to comment Share on other sites More sharing options...
pyrochild Posted November 23, 2007 Share Posted November 23, 2007 Your path must not contain spaces. "Documents and Settings" will not work. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
ominae Posted November 23, 2007 Author Share Posted November 23, 2007 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) Quote Link to comment Share on other sites More sharing options...
pyrochild Posted November 23, 2007 Share Posted November 23, 2007 Most of Paint.NET's forms are not compatible with Visual Studio's designer. It's just the way it is. Quote ambigram signature by Kemaru [i write plugins and stuff] If you like a post, upvote it! Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 23, 2007 Share Posted November 23, 2007 I don't use the VS designer, nor do I worry about whether any of the code I write works with it. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.