StrataFrame Forum

'MicroFour StrataFrame UI, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7'

http://forum.strataframe.net/Topic27790.aspx

By Eric Leissler - 7/30/2010

hi

look this error

why is it ?

i dont have strata 1.6.0 but 1.7.0

i dont understand what append ??

the code :

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="monligin.aspx.vb" Inherits="WebApplication13.monligin" %>

<%@ Register assembly="MicroFour StrataFrame UI, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7" namespace="MicroFour.StrataFrame.UI.Web" tagprefix="cc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head runat="server">

<title>Untitled Page</title>

<style type="text/css">

#form1

{

text-align: center;

}

</style>

</head>

<body>

<form id="form1" runat="server">

<div>

<SFWeb:WebBusinessBindingSource ID="WebBusinessBindingSource1" runat="server"

BusinessObjectName="monbo_acteur">

</SFWeb:WebBusinessBindingSource>

</div>

Login<br />

<SFWeb:TextBox ID="TextBox1" runat="server"></SFWeb:TextBox>

<br />

Mot de passe<br />

<SFWeb:TextBox ID="TextBox2" runat="server"></SFWeb:TextBox>

<br />

<SFWeb:Button ID="Button1" runat="server" LocalizationKey="Validez"

style="width: 31px" Text="Ok" />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<SFWeb:Button ID="Button2" runat="server" LocalizationKey="annuler"

Text="Annuler" />

<br />

<div>

<cc1:Label ID="Label1" runat="server" Text=" ">

</cc1:Label>

</div>

</form>

</body>

</html>

 

the error :

 Impossible de charger le fichier ou l'assembly 'MicroFour StrataFrame UI, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' ou une de ses dépendances. La définition trouvée du manifeste de l'assembly ne correspond pas à la référence de l'assembly. (Exception de HRESULT : 0x80131040)

 

i paste in bin folders  the assemblies and i have this assembies in reference folders

my webconfig si

<assemblies>

<add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

<add assembly="MicroFour StrataFrame Base, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7" />

<add assembly="MicroFour StrataFrame Business, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7" />

<add assembly="MicroFour StrataFrame UI, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7" />

 

 

what is the problem ??

thanks

Best regard

excuse my bas englishSmile

 

By Ivan George Borges - 7/31/2010

Hi Eric.

Try searching your entire solution for "1.6.0"

Also, see if you don't have another old copy of the DLL somewhere on your machine.

By Eric Leissler - 8/2/2010

hi ivan

its a little bug

when you take ne new web project

in a sfwebpage you add e webbusinessbindingsource its automaticli add in web config this :

<controls>

<add tagPrefix="SFWeb" namespace="MicroFour.StrataFrame.UI.Web" assembly="MicroFour StrataFrame UI, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/>

<add tagPrefix="SFWeb" namespace="MicroFour.StrataFrame.UI.Web" assembly="MicroFour StrataFrame Business, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/>

<add tagPrefix="SFWeb" namespace="MicroFour.StrataFrame.UI.Web" assembly="MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/>

</controls>

and i have to correct this manualy to change the 1.6.0.0  to 1.7.0.0

on my computer, it was installed only the 1.7.0.0 version. its a new notebook !

thanks

best regards

Eric

 

By Ivan George Borges - 8/2/2010

Glad you found it, Eric.

I will let the developers team know about it. Thanks. Wink