Click here to Skip to main content
15,895,557 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionFolderBrowserDialog closes my dialog window Pin
Poolee17-May-09 9:24
Poolee17-May-09 9:24 
AnswerRe: FolderBrowserDialog closes my dialog window Pin
Mark Salsbery17-May-09 10:13
Mark Salsbery17-May-09 10:13 
GeneralRe: FolderBrowserDialog closes my dialog window Pin
Poolee17-May-09 12:02
Poolee17-May-09 12:02 
GeneralRe: FolderBrowserDialog closes my dialog window Pin
Mark Salsbery17-May-09 15:14
Mark Salsbery17-May-09 15:14 
GeneralRe: FolderBrowserDialog closes my dialog window Pin
Poolee17-May-09 16:47
Poolee17-May-09 16:47 
AnswerRe: FolderBrowserDialog closes my dialog window Pin
Poolee17-May-09 18:48
Poolee17-May-09 18:48 
GeneralRe: FolderBrowserDialog closes my dialog window Pin
Mark Salsbery17-May-09 19:05
Mark Salsbery17-May-09 19:05 
QuestionMySql connector problem Pin
JayKhatri15-May-09 21:39
JayKhatri15-May-09 21:39 
Hi Experts,

I am developing an Asp.Net 2.0 website, with MySql 6.0 connector and same Membership provider. Every thing was running until I uploaded my page having use of that connector 6.0

I simply used this

using MySql.Data.MySqlClient;

and made the connection in code

like this

System.Data.OleDb.OleDbConnection conn= new System.Data.OleDb.OleDbConnection();

this code is running absolutely fine on my computer but its not working when I upload the page.

It shows this error:
CS0433: The type 'MySql.Data.MySqlClient.MySqlConnection' exists in both 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\1e4eaa05\e62de4c8\assembly\dl3\cf265f44\00f987f7_7669c801\MySql.Data.DLL' and 'c:\windows\assembly\GAC_MSIL\MySql.Data\1.0.7.31597__36c71baaebd03a5d\MySql.Data.dll'

When I checked I found a difference in dll version. Server is having Mysql 4.0.

Please tell me how to overcome this issue. I just checked my local computer where I havent found that dll in temporary asp.net files.

Thanks in advance.
AnswerRe: MySql connector problem Pin
Dave Kreskowiak17-May-09 6:15
mveDave Kreskowiak17-May-09 6:15 
GeneralRe: MySql connector problem Pin
JayKhatri27-May-09 19:12
JayKhatri27-May-09 19:12 
GeneralRe: MySql connector problem Pin
Dave Kreskowiak28-May-09 2:05
mveDave Kreskowiak28-May-09 2:05 
GeneralRe: MySql connector problem Pin
JayKhatri28-May-09 3:16
JayKhatri28-May-09 3:16 
AnswerRe: MySql connector problem Pin
JayKhatri17-May-09 21:40
JayKhatri17-May-09 21:40 
QuestionWeb setup project fails in Windows vista and IIS7 Pin
Muhammad Sohaib Yousaf15-May-09 2:12
Muhammad Sohaib Yousaf15-May-09 2:12 
AnswerRe: Web setup project fails in Windows vista and IIS7 Pin
Dave Kreskowiak15-May-09 4:11
mveDave Kreskowiak15-May-09 4:11 
QuestionFinding IP Address of Device Connected To PC via LAN Cable. Pin
VikashGohil14-May-09 21:43
VikashGohil14-May-09 21:43 
AnswerRe: Finding IP Address of Device Connected To PC via LAN Cable. Pin
Dave Kreskowiak15-May-09 4:12
mveDave Kreskowiak15-May-09 4:12 
GeneralRe: Finding IP Address of Device Connected To PC via LAN Cable. Pin
VikashGohil16-May-09 21:42
VikashGohil16-May-09 21:42 
GeneralRe: Finding IP Address of Device Connected To PC via LAN Cable. Pin
Dave Kreskowiak17-May-09 3:27
mveDave Kreskowiak17-May-09 3:27 
Question[RESOLVED] Trying to use smo to create an insert stored proc which returns identity [modified] Pin
bobishkindaguy14-May-09 14:12
bobishkindaguy14-May-09 14:12 
AnswerRe: Trying to use smo to create an insert stored proc which returns identity Pin
Dave Kreskowiak15-May-09 4:15
mveDave Kreskowiak15-May-09 4:15 
GeneralRe: Trying to use smo to create an insert stored proc which returns identity Pin
led mike15-May-09 9:21
led mike15-May-09 9:21 
AnswerRe: Trying to use smo to create an insert stored proc which returns identity Pin
bobishkindaguy15-May-09 6:28
bobishkindaguy15-May-09 6:28 
GeneralRe: Trying to use smo to create an insert stored proc which returns identity Pin
Dave Kreskowiak15-May-09 12:05
mveDave Kreskowiak15-May-09 12:05 
QuestionRe: Trying to use smo to create an insert stored proc which returns identity [modified] Pin
bobishkindaguy17-May-09 9:39
bobishkindaguy17-May-09 9:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.