Method c in type u from assembly c does not have an implementation

Hi,

I wanted to use the new DLL. The following error is generated:

Method c in type u from assembly c does not have an implementation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Method c in type u from assembly c does not have an implementation.


the example source is the following:

Aspose.Pdf.Image logo = new Aspose.Pdf.Image(section);
logo.ImageInfo = new ImageInfo();
logo.ImageInfo.ImageFileType = ImageFileType.Gif;
logo.ImageScale = 0.24F;
logo.ImageInfo.File = @“C:\Temp\Images\logosw.gif”;
section.Paragraphs.Add(logo);


This source-code was OK with the Aspose.Pdf.DLL Version 1.5.3.0


Frieda Wolf

Dear Wolf,

Thanks for your consideration.

Please download hot fix in thread New Release 1.5 and Its Hot Fixes.