View previous topic :: View next topic |
Author |
Message |
etk
Joined: 16 Mar 2008 Posts: 2
|
Posted: Sun Mar 16, 2008 4:34 am Post subject: Compile PDFSharp library error |
|
|
I'm trying to compile the PDFSharp library using or not the Visual Studio 2005. I try to compile using the built cmd:
call "%vs80comntools%vsvars32.bat"
MSBuild PDFsharp.sln /t:Rebuild /p:Configuration=Release
But, the error result is the same:
PdfSharp\PdfSharpException.cs PdfSharp\PSSR.cs PdfSharp\VersionInfo.cs
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\PDFsharp 1.00 release SourceForge.net\PDFSharp-1.0.898\PDFsharp\PdfSharp\obj\Release\PdfSharp.dll' -- 'Access is denied. '
Done building target "CoreCompile" in project "PdfSharp.csproj" -- FAILED.
Done building project "PdfSharp.csproj" -- FAILED.
Target Resources\PdfSharp_Resources:Rebuild:
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\..\..\vc\vcpackages\vcbuild.exe /rebuild "C:\PDFsharp 1.00 release SourceForge.net\PDFSharp-1.0.898\PDFsharp\PdfSharp\Resources\PdfSharp.resources.vcproj" "Release|Win32"
PdfSharp.Resources : warning PRJ0042: The 'Outputs' property for the custom build step for file 'Messages.de.de.txt' is not set. The custom build step will be skipped.
Done building target "Resources\PdfSharp_Resources:Rebuild" in project "PDFsharp.sln".
Done building target "Rebuild" in project "PDFsharp.sln" -- FAILED.
Done building project "PDFsharp.sln" -- FAILED.
Build FAILED.
PdfSharp.Resources : warning PRJ0042: The 'Outputs' property for the custom build step for file 'Messages.de.de.txt' is not set. The custom build step will be skipped.
CSC : error CS1548: Cryptographic failure while signing assembly 'c:\PDFsharp 1.00 release SourceForge.net\PDFSharp-1.0.898\PDFsharp\PdfSharp\obj\Release\PdfSharp.dll' -- 'Access is denied. '
1 Warning(s)
1 Error(s)
Time Elapsed 00:00:08.68
It canīt generate the DLLs. It is not a security problem because there are full access into the directory. Could anybody help me? I already read the forum index, but the tips could not help me. What is the problem?
Thanks
Emir T. |
|
Back to top |
|
 |
etk
Joined: 16 Mar 2008 Posts: 2
|
Posted: Mon Mar 17, 2008 4:16 am Post subject: |
|
|
By the way, if I disable the signature properties to compile, it is possible compile, but the zip file I got from source forge. When I disabled that option, it was possible to compile. Could anybody give me a tip?
Thanks
Emir T. |
|
Back to top |
|
 |
Thomas Hoevel

Joined: 16 Oct 2006 Posts: 387 Location: Cologne, Germany
|
Posted: Mon Mar 17, 2008 10:05 am Post subject: |
|
|
I see several "'Access is denied. '" messages.
Compilation fails if assemblies are currently loaded - maybe by a sample program that is running, maybe by a virus scanner that scans the newly created DLL file before it was completely done.
I'm afraid I can't tell you what's going wrong - if you find out, please let us know! _________________ Regards
Thomas Hoevel
PDFsharp Team |
|
Back to top |
|
 |
|