Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used old version reference FirebirdSql.Data.FirebirdClient.dll (2.1.0.0) in FirebirdSql.Web.Providers.dll (2.5.0.0). [DNET175] #182

Closed
firebird-automations opened this issue Sep 13, 2008 · 4 comments

Comments

@firebird-automations
Copy link

Submitted by: art (art)

Used old version reference FirebirdSql.Data.FirebirdClient.dll (2.1.0.0) in FirebirdSql.Web.Providers.dll (2.5.0.0).

Code:
protected void Button1_Click(object sender, EventArgs e)
{
if (Membership.ValidateUser(tbUserName.Text, tbPassword.Text)) // #⁠1#⁠1#⁠1
FormsAuthentication.RedirectFromLoginPage(tbUserName.Text, false);
else
lblError.Text = "Kullanıcı adı ya da şifre yanlış. Tekrar deneyiniz.";
}

Error in #⁠1 line.

'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' file or compiled or not loded it's depencies. File not found.

@firebird-automations
Copy link
Author

Modified by: art (art)

description: Used old version refence FirebirdSql.Data.FirebirdClient.dll (2.1.0.0) in FirebirdSql.Web.Providers.dll (2.5.0.0).

Code:
protected void Button1_Click(object sender, EventArgs e)
{
if (Membership.ValidateUser(tbUserName.Text, tbPassword.Text)) // #⁠1#⁠1#⁠1
FormsAuthentication.RedirectFromLoginPage(tbUserName.Text, false);
else
lblError.Text = "Kullanıcı adı ya da şifre yanlış. Tekrar deneyiniz.";
}

Error in #⁠1 line.

'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' file or compiled or not loded it's depencies. File not found.

=>

Used old version reference FirebirdSql.Data.FirebirdClient.dll (2.1.0.0) in FirebirdSql.Web.Providers.dll (2.5.0.0).

Code:
protected void Button1_Click(object sender, EventArgs e)
{
if (Membership.ValidateUser(tbUserName.Text, tbPassword.Text)) // #⁠1#⁠1#⁠1
FormsAuthentication.RedirectFromLoginPage(tbUserName.Text, false);
else
lblError.Text = "Kullanıcı adı ya da şifre yanlış. Tekrar deneyiniz.";
}

Error in #⁠1 line.

'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' file or compiled or not loded it's depencies. File not found.

@firebird-automations
Copy link
Author

Commented by: @cincuranet

WebProviders on weekly downloads are placed here for people looking for newer version of this assembly. It's build with latest stable FirebirdClient. If you wanna to use other FirebirdClient, build WebProviders yourself.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Component: http://ADO.NET Provider [ 10041 ]

Component: Weekly Builds [ 10091 ] =>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants