Programming

PDFsharp – A .NET library for processing PDF

- Overview: PDFsharp is a .NET library for processing PDF file. You create PDF pages using drawing routines known from GDI+. Almost anything that can be done with GDI+ will also work with PDFsharp. Only basic text layout is supported by PDFsharp, and page breaks are not created automatically. The same drawing routines can be used for screen, PDF, or meta files. - Features: Creates PDF documents on the fly from any .NET language Easy to understand object model to compose documents ...

Retrieving the COM class factory for component with CLSID {} failed due to the following error: 8007007e

Sometime working with MS Access in Visual Studio 2008, or run a website (ASP.NET), we meet a error like that : Retrieving the COM class factory for component with CLSID {} failed due to the following error: 8007007e A lot of reasons about this error ! I am not sure my reason like yours, however I hope this post will have you to find out and fix this problem. First, copy the CLSID, example : C8B522D0-5CF3-11CE-ADE5-00AA0044773D Second, go to regsitry (Start \ Run \Regedit <E...