Jump to content

Big problem with compilation of source code 3.1


ominae

Recommended Posts

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...

Link to comment
Share on other sites

Why not download the binary?

 

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

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)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...