Hi all,
I have the same problem with integration to FirebirdSql.Web.Providers to use 
the membership authentication.

How do you resolve the problem?

Thanks in advance!

Alessio.

""Jon Ege Ronnenberg"" <[EMAIL PROTECTED]> ha scritto nel messaggio 
news:[EMAIL PROTECTED]
The message says:
Det angivne assemblynavn eller den angivne kodebase var ugyldig. (Undtagelse 
fra HRESULT: 0x80131047)
Translated it's:
The assemply name or the codebase is invalid (Exception from HRESULT: 
0x80131047)

Still doesn't work after I have reinstall the provider. Am I writing the 
web.config wrong?

web.config
<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the
    web admin tool to configure settings for your application. Use
    the Website-> Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in
    machine.config.comments usually located in
    \Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
  <appSettings>
    <add key="ConnectionString"
         value="User=DBF;
            Password=#dbf!;
            Database=MembershipDB;
            DataSource=localhost;
            Port=13050;
            Dialect=3;
            Charset=NONE;
            Role=;
            Connection lifetime=0;
            Connection timeout=15;
            Pooling=true;
            Packet Size=8192;
            Server Type=0;"/>
  </appSettings>
    <connectionStrings/>
    <system.web>
    <authorization>
      <allow users="*" />
    </authorization>

        <!-- 
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.
        -->
        <compilation debug="true">
            <assemblies>
                <add assembly="FirebirdSql.Web.Providers, Version= 2.0.0.0, 
Culture=neutral, PublicKeyToken=3D06A02581B682F8"/>
                <add assembly="FirebirdSql.Data.FirebirdClient, 
Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=3750ABCC3150B00C"/></assemblies></compilation>
        <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
    <authentication mode="Forms">
      <forms loginUrl="Default.aspx" name=".autTest" path="/" 
protection="Validation">
        <credentials passwordFormat="SHA1"></credentials>
      </forms>
    </authentication>
    <membership defaultProvider="minProvider">
      <providers>
        <add name="minProvider"
             type=" FirebirdSql.Web.Providers, Version=2.0.0.0, 
Culture=neutral, PublicKeyToken=3D06A02581B682F8"
             enablePasswordRetrieval="true"
          enablePasswordReset="true"
          requiresQuestionAndAnswer="false"
          applicationName="/"
          requiresUniqueEmail="false"
          description="Stores and retrieves membership data from Firebird 
database"
          />
      </providers>
    </membership>

        <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect=" 
GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
    </system.web>
</configuration>


On 8/22/06, Carlos Guzmán Álvarez < [EMAIL PROTECTED]> wrote:
Hello:
> ASP.NET <http://asp.net/> tells me that the assemply name is invalid.
> But I can find it in the GAC.
What is the exact message ASP.NET is showing ??

--
Carlos Guzmán Álvarez
Vigo-Spain

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider






-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642



_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to