Page 1 of 2

Problem with IIS and ASP.NET

Posted: Wed Mar 28, 2012 4:14 am
by mietzekotze
Hey guys,

i'm trying to get my ASP.NET-application working on my IIS-Server, the problem is, that i always get the error, that the Stimulsoft.Report.dll couldn't be found, despite it's in the Bin-Folder or/and the same folder as the .aspx-files. Anybody an idea, how this problem can be solved?

Regards

Problem with IIS and ASP.NET

Posted: Wed Mar 28, 2012 7:55 am
by Rodrigo
Hey.

I have not the dll in the bin folder or in the application folder. I had to install the Stimulsoft application on the server and it worked perfectly.

Problem with IIS and ASP.NET

Posted: Thu Mar 29, 2012 2:33 am
by mietzekotze
And what about the MySQLAdapter? I can't install that one via setup? And if i put in in the Bin-folder from Stimulsoft, it gives me that error:
Compiler Error Message: BC30002: Type 'Stimulsoft.Report.Dictionary.StiMySqlAdapterService' is not defined.

Problem with IIS and ASP.NET

Posted: Thu Mar 29, 2012 4:52 am
by HighAley
Hello.
mietzekotze wrote:And what about the MySQLAdapter? I can't install that one via setup? And if i put in in the Bin-folder from Stimulsoft, it gives me that error:
Compiler Error Message: BC30002: Type 'Stimulsoft.Report.Dictionary.StiMySqlAdapterService' is not defined.
Did you install MySQLAdapter according to the instructions in the installation.txt file?

Thank you.

Problem with IIS and ASP.NET

Posted: Thu Mar 29, 2012 5:41 am
by mietzekotze
Jop. If i add

StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiMySqlAdapterService());
StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiMySqlDatabase());

to my application, it says:

"Compiler Error Message: BC30002: Type 'Stimulsoft.Report.Dictionary.StiMySqlAdapterService' is not defined."

and the MySQLDataAdapter is in the Bin-Folder.

Problem with IIS and ASP.NET

Posted: Tue Apr 03, 2012 2:19 am
by HighAley
Hello.
mietzekotze wrote:Jop. If i add

StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiMySqlAdapterService());
StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiMySqlDatabase());

to my application, it says:

"Compiler Error Message: BC30002: Type 'Stimulsoft.Report.Dictionary.StiMySqlAdapterService' is not defined."

and the MySQLDataAdapter is in the Bin-Folder.
Did you compile Stimulsoft.Report.MySqlDatabase.dll file?

Thank you.

Problem with IIS and ASP.NET

Posted: Mon Apr 09, 2012 6:59 am
by mietzekotze
Sure. I compiled the dll, and put it into the install-directory of stimulsoft.net, stimulsoft.web and the bin directory of my web application. I have this constallation on 2 pc's; the first one is windows xp, and works just fine, the second one (the one i need to run my project on) is windows 7 64-bit and that one gives me the error above.

i installed the mysql.data.dll from the mysql-site...

Problem with IIS and ASP.NET

Posted: Wed Apr 11, 2012 9:48 am
by J_S
I also had this error. You have to enable 32 bit mode on IIS, then my web application showed with no errors. But when I tried to access a page with a stimulsoft report the page does not load at all. My OS is Windows Server 2003 64-bit, with IIS6 and a ASP.NET 2.0 (3.5 actually) website.

So I guess the newest release does not work on a 64 bit machine? At least not within an ASP.NET website.

See http://forums.techarena.in/server-updat ... 851897.htm for more info about this issue.

Problem with IIS and ASP.NET

Posted: Thu Apr 12, 2012 1:53 am
by mietzekotze
I enabled 32-bit mode on all applicationpools, but i still get the error. So the only way, to get it work, is to get a 32-bit system?

Problem with IIS and ASP.NET

Posted: Thu Apr 12, 2012 6:43 am
by Alex K.
Hello,

Please check the sample project with .dll files from the following links and let us know about the result.
http://stimulsoft.com/private/WebSite1.zip

Thank you.