logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Sangamesh  
#1 Posted : Monday, May 2, 2016 5:13:19 AM(UTC)
Sangamesh

Rank: Newbie

Groups: Registered
Joined: 4/25/2016(UTC)
Posts: 5
India
Location: Bangalore

Thanks: 1 times
Hi All,

Recenlty we have procured licence for Seal Report and had got the necessary dlls for pdf and excel generation. However after we have upgraded our changes to 2.0 and referred the dll "SealConvertor" into the reference of SealLibrary we are getting compilation error stating.

Error 3 'SealExcelConverter' is a 'namespace' but is used like a 'type' C:\Users\sjc\Source\Repos\Truition Git3\Code\Solutions\Aptean\SNAP\Seal-Report-2.0\Projects\SealLibrary\Forms\TemplateTextEditor.cs 295 21 SealLibrary
Error 1 'SealPdfConverter' is a 'namespace' but is used like a 'type' C:\Users\sjc\Source\Repos\Truition Git3\Code\Solutions\Aptean\SNAP\Seal-Report-2.0\Projects\SealLibrary\Forms\TemplateTextEditor.cs 288 21 SealLibrary
Error 4 The type or namespace name 'Create' does not exist in the namespace 'SealExcelConverter' (are you missing an assembly reference?) C:\Users\sjc\Source\Repos\Truition Git3\Code\Solutions\Aptean\SNAP\Seal-Report-2.0\Projects\SealLibrary\Forms\TemplateTextEditor.cs 295 71 SealLibrary
Error 2 The type or namespace name 'Create' does not exist in the namespace 'SealPdfConverter' (are you missing an assembly reference?) C:\Users\sjc\Source\Repos\Truition Git3\Code\Solutions\Aptean\SNAP\Seal-Report-2.0\Projects\SealLibrary\Forms\TemplateTextEditor.cs 288 67 SealLibrary


Could you please advise on if we were missing anything or if any code changes needs to be done for accessing the dll's. PFB, line 288 and 295 which were causing issues.

SealPdfConverter converter = SealPdfConverter.Create(""); // Line 288
SealExcelConverter converter = SealExcelConverter.Create(""); // Line 295

I broke the SealConvertor dll and observed that there is no function defined by name ConfigureTemplateEditor in the namespace.
Thanks in advance.

Edited by user Monday, May 2, 2016 7:40:46 AM(UTC)  | Reason: Adding Additional information

epf  
#2 Posted : Monday, May 2, 2016 10:09:13 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
Hi, I wonder if you have the converter 2.0 running with Seal version 2.0.
You must have the same version to make it works.
Note that you can have also direct support by email as you have a license.


Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.