GetReportFromAssembly did not work

Stimulsoft Reports.NET discussion
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

GetReportFromAssembly did not work

Post by dikan »

I know that new version needs recompiling so I did that long ago before I started this thread.
I believe that this is not my problem. In this very moment I do not know where to look but something will come up.
If I have some question during my investigation I will ask you. :redeye:

Regards,

Djordje
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

GetReportFromAssembly did not work

Post by dikan »

I compiled one report with StimulSoft Designer and same report compiled through application and there is significant difference in size of files.
The one from application I could manage to start through application, but one from designer could not.

I am sending both files for you to analyze and source file too.

Regards,

Djordje Radovanovic
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

GetReportFromAssembly did not work

Post by Ivan »

Hello,

We examine the dlls you send us.
The "PLIZVRAD-App.dll" is compiled with TargetRuntime="v2.0.50727".
The "PLIZVRAD-Designer.dll" is compiled with TargetRuntime="v4.0.30319".

The reason of the problem is that the designer starts with NetFramework 4.0, so the dll is compiled with Net4.0.
Please try to open the "Designer.exe.config" file and delete lines with "v3.0", "v3.5" and "v4.0".
Then, the designer should start with. Net 2.0.

Thank you.
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

GetReportFromAssembly did not work

Post by dikan »

Thank you very much.
I thought this could help and it helps. I hope that I am not the only one who has or who will have the very same problem.

Regards,

Djordje Radovanovic
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

GetReportFromAssembly did not work

Post by Alex K. »

Hello,

Let us know if you need any additional help.

Thank you.
Post Reply