Problem with IIS and ASP.NET

Stimulsoft Reports.WEB discussion
mietzekotze
Posts: 39
Joined: Tue Dec 20, 2011 8:07 am
Location: Germany

Problem with IIS and ASP.NET

Post 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
Rodrigo
Posts: 15
Joined: Mon Jun 14, 2010 5:00 am

Problem with IIS and ASP.NET

Post 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.
mietzekotze
Posts: 39
Joined: Tue Dec 20, 2011 8:07 am
Location: Germany

Problem with IIS and ASP.NET

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Problem with IIS and ASP.NET

Post 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.
mietzekotze
Posts: 39
Joined: Tue Dec 20, 2011 8:07 am
Location: Germany

Problem with IIS and ASP.NET

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Problem with IIS and ASP.NET

Post 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.
mietzekotze
Posts: 39
Joined: Tue Dec 20, 2011 8:07 am
Location: Germany

Problem with IIS and ASP.NET

Post 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...
J_S
Posts: 49
Joined: Mon Sep 22, 2008 3:10 am
Location: Netherlands

Problem with IIS and ASP.NET

Post 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.
mietzekotze
Posts: 39
Joined: Tue Dec 20, 2011 8:07 am
Location: Germany

Problem with IIS and ASP.NET

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Problem with IIS and ASP.NET

Post 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.
Post Reply