New Problem

Stimulsoft Reports.WEB discussion
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post by MikeD »


I downloaded the version.

But how do I use this dll since I already have a licensed (earlier) copier of the web designer.

Do I just uninstall the licensed version??
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

New Problem

Post by Jan »

Hello Mike,

Please make following steps:
1. Update Stimulsoft assemblies in GAC.
2. Copy files to Bin folder in Stimulsoft installation in program files folder.
3. Update references in your projects.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post by MikeD »



Step-1) Copied the file to the Stimulsoft.Report.WebDesign.dll to the following older..... C:\Program Files\Stimulsoft Reports.Web 2010.1\Bin

Step-2) ran the following commands from that folder
- gacutil /u Stimulsoft.Report.WebDesign
- gacutil /i Stimulsoft.Report.WebDesign.dll

Step-3) Removed the reference from the project that pointed to the dll. Then added it back in pointing to the new DLL.


Still getting the following error when I try to build.

Error 1258 Assembly 'Stimulsoft.Report.WebDesign, Version=2010.2.707.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' uses 'Stimulsoft.Report, Version=2010.2.707.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' which has a higher version than referenced assembly 'Stimulsoft.Report, Version=2010.1.700.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' c:\Program Files\Stimulsoft Reports.Web 2010.1\Bin\Stimulsoft.Report.WebDesign.dll Inmagic.Mercury.WebApps.Mercury
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

New Problem

Post by Jan »

Hello Mike,

Please update all Stimulsoft assemblies. You can use GAC tool from Control Panel.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post by MikeD »

OK..got it to work.

Still getting the 2032 error SOMETIMES...

But there is no message associated with it. Just the 2032 error.

What I have found...

If I do get the error..and then click on Open Report..and open a valid report...It loads fine...And it seems to clear out the error.

Also I changed my code to the following.

stiReport.Load(report.ReportFile); // report.ReportFile is a byte array of a saved file.
stiReport.Save("temp.mrt");
stiReport.Load("temp.mrt");

This seems to make the 2032 error occur much less....HOWEVER I still get it. And when I do.....I can click on the Open Report...and open up that temp file "temp.mrt" ...and it loads just fine.



MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post by MikeD »

Any Idea????

The latest build is (707) is NOT displaying the message when the 2032 error occurs. It's only displaying the Error - 2032.

At a loss as to what the problem is and how to fix it.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

New Problem

Post by Vladimir »

Hello,

If you click on the text of the error (as shown in the picture) clipboard is empty, the server returned an empty response.
We again test the WebDesigner on the different versions of IIS servers and try to reproduce this error.
Also, we change the error message box, it should display more detailed information. The new version will be available in prerelease build from 26 April.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post by MikeD »


That's my point...THERE IS NO TEXT. All I get is the 2032 error message....NOTHING ELSE.

The whole text is 2032 Error

That's it. Nothing else.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

New Problem

Post by MikeD »

OK...I'll wait til the 26th. Hopefully it'll give us a more detailed explanation of what the problem is.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

New Problem

Post by Andrew »

Let us know about the result.

Thank you.
Post Reply