Page 1 of 1

How can I refresh the new version in asp project

Posted: Mon Jun 26, 2006 12:46 pm
by Kary
I have a problem. If I install the newest version from stireport I can’t build my asp project. The VS2005 say: „A(z) „Stimulsoft.Report, Version=1.50.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a” fájl vagy kódösszeállítás, illetve annak egyik függősége nem tölthető be. A rendszer nem találja a megadott fájlt. D:\Asp\Web.config 37”

How can I replace (quick and easy) all cross link to stireport in my projects.

Thanks.

How can I refresh the new version in asp project

Posted: Mon Jun 26, 2006 4:10 pm
by Vital
The simplest way is replace all strings from "1.50.0.0" to "1.60.0.0". You need do it in web.config file and in weform (where placed webviewer).

Thanks.

How can I refresh the new version in asp project

Posted: Wed Jun 28, 2006 7:24 am
by Kary
It's work:)

Thanks.