Lokalt så fungerar det. Du måste flytta både filen MySql.Data.dll och ICSharpCode.SharpZipLib.dll till bin mappen på ditt webbhotell för att det ska fungera. Har båda i min bin mapp. Hej, Net connector i Mysql.
Använder Net connector i Mysql.
Får följande fel när jag försöker titta på min sida på mitt webbhotell.
Vad kan det vara???
Måste man installera connector på sitt webhotellet också?? Eller följer inte det med i Bin filerna i min applikation??
Server Error in '/' Application.
The requested name is valid, but no data of the requested type was found
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found
Source Error:
Line 11: Dim con As MySqlConnection = New MySqlConnection(ConnStr)
Line 12: Dim cmd As MySqlCommand = New MySqlCommand("SELECT * FROM objekt", con)
Line 13: con.Open()
Line 14: dgrAllNames.DataSource = cmd.ExecuteReader(CommandBehavior.CloseConnection Or CommandBehavior.SingleResult)
Line 15: dgrAllNames.DataBind()Sv: Net connector i Mysql.
Lokalt är båda installerade i GAC, och fungerar därför klanderfritt.
/JohanSv:Net connector i Mysql.
Men det fungerar inte ändå.
Kan det ha med rättigheter på webhotellet att göra?
SocketException (0x2afc): The requested name is valid, but no data of the requested type was found]
System.Net.Dns.GetHostByName(String hostName) +288
MySql.Data.Common.StreamCreator.GetStream(Int32 timeOut) +231
MySql.Data.MySqlClient.NativeDriver.Open() +278
[MySqlException: Unable to connect to any of the specified MySQL hosts]
MySql.Data.MySqlClient.NativeDriver.Open() +319
MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() +163
MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +463
MySql.Data.MySqlClient.MySqlPool.GetConnection() +57
MySql.Data.MySqlClient.MySqlPoolManager.GetConnection(MySqlConnectionString settings) +259
MySql.Data.MySqlClient.MySqlConnection.Open() +144
ASP.Adonet_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in c:\IIS_Automation\LocalUser\idealfastigheter\adonet.aspx:13
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +130
System.Web.UI.Page.ProcessRequestMain() +1889Sv: Net connector i Mysql.
Har du kontrollaret anslutningssträngen eftersom du får följande fel.
[MySqlException: Unable to connect to any of the specified MySQL hosts].
/Johan