Problem with IIS and ASP.NET
-
- Posts: 39
- Joined: Tue Dec 20, 2011 8:07 am
- Location: Germany
Problem with IIS and ASP.NET
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
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
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.
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.
-
- Posts: 39
- Joined: Tue Dec 20, 2011 8:07 am
- Location: Germany
Problem with IIS and ASP.NET
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.
Compiler Error Message: BC30002: Type 'Stimulsoft.Report.Dictionary.StiMySqlAdapterService' is not defined.
Problem with IIS and ASP.NET
Hello.
Thank you.
Did you install MySQLAdapter according to the instructions in the installation.txt file?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.
Thank you.
-
- Posts: 39
- Joined: Tue Dec 20, 2011 8:07 am
- Location: Germany
Problem with IIS and ASP.NET
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.
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
Hello.
Thank you.
Did you compile Stimulsoft.Report.MySqlDatabase.dll file?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.
Thank you.
-
- Posts: 39
- Joined: Tue Dec 20, 2011 8:07 am
- Location: Germany
Problem with IIS and ASP.NET
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...
i installed the mysql.data.dll from the mysql-site...
Problem with IIS and ASP.NET
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.
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.
-
- Posts: 39
- Joined: Tue Dec 20, 2011 8:07 am
- Location: Germany
Problem with IIS and ASP.NET
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
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.
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.