View previous topic :: View next topic |
Author |
Message |
errek
Joined: 02 Jul 2007 Posts: 1
|
Posted: Mon Jul 02, 2007 11:21 am Post subject: Visual Web Developer Express and .dll |
|
|
Hello!
Nowadays, I'm working in a project. I use Visual Web Developer Express (grrr) and it has lots of disadvantages. I would like to ask: does pdfsharp work in a project using Visual Web Developer Express? In afirmative case, does somebody send me .dll file to my e-mail? (I can't compile in Visual Web Developer Express).
Thanks dudes! |
|
Back to top |
|
 |
Thomas Hoevel

Joined: 16 Oct 2006 Posts: 387 Location: Cologne, Germany
|
Posted: Thu Aug 02, 2007 11:45 am Post subject: |
|
|
Hi!
Go to the PDFsharp directory where PDFsharp.sln can be found
and run:
MSBuild PDFsharp.sln /t:Rebuild /p:Configuration=Release
You'll find the DLLs in the following folder:
PDFsharp\PdfSharp\bin\Release
MSBuild comes with .NET 2.0, but is not automatically included in your PATH. You may have to add
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
to your PATH (adjust the name of your Windows directory if neccessary). _________________ Regards
Thomas Hoevel
PDFsharp Team |
|
Back to top |
|
 |
|