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.
Problem with IIS and ASP.NET
-
- Posts: 39
- Joined: Tue Dec 20, 2011 8:07 am
- Location: Germany
Problem with IIS and ASP.NET
This one works just fine.
//EDIT:
Ok, the problem was the wrong mysql.data.dll. I used the 6.4.4, with 6.5.2 it works. Thank you guys!
//EDIT2:
Ok, correction. It's just working better, than before. I dont get the error from above. Let me explain what i did:
In my project, i changed the MySQL.Data.dll in the config from 6.4.4 to 6.5.2, after this step, the error from above disappeared. Then i went to the connection tab and chose "New Connection". In the list i chose the new mysql entry, and pasted my connection string. But as i clicked "Test", the site gave me error "Data adapter not found", but i dont get this error if i use your sample-project with the same connection string.
//EDIT:
Ok, the problem was the wrong mysql.data.dll. I used the 6.4.4, with 6.5.2 it works. Thank you guys!
//EDIT2:
Ok, correction. It's just working better, than before. I dont get the error from above. Let me explain what i did:
In my project, i changed the MySQL.Data.dll in the config from 6.4.4 to 6.5.2, after this step, the error from above disappeared. Then i went to the connection tab and chose "New Connection". In the list i chose the new mysql entry, and pasted my connection string. But as i clicked "Test", the site gave me error "Data adapter not found", but i dont get this error if i use your sample-project with the same connection string.
Problem with IIS and ASP.NET
Hello.
Thank you.
We didn't really understand do you get any error now?mietzekotze wrote:This one works just fine.
//EDIT:
Ok, the problem was the wrong mysql.data.dll. I used the 6.4.4, with 6.5.2 it works. Thank you guys!
//EDIT2:
Ok, correction. It's just working better, than before. I dont get the error from above. Let me explain what i did:
In my project, i changed the MySQL.Data.dll in the config from 6.4.4 to 6.5.2, after this step, the error from above disappeared. Then i went to the connection tab and chose "New Connection". In the list i chose the new mysql entry, and pasted my connection string. But as i clicked "Test", the site gave me error "Data adapter not found", but i dont get this error if i use your sample-project with the same connection string.
Thank you.