| | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:57:58 PM Posts: 658, Visits: 27,148 |
| I have my prototype site done to show to a customer. When I publish from my box to the IIS server this is what I get. Please help.
Thanks.
Line 25:
Line 26:
Line 27:
Line 28:
Line 29:
Source File: C:\websites\bayshoreonline\web.config Line: 27
Assembly Load Trace: The following information can be helpful to determine why the assembly 'MicroFour StrataFrame Base, Version=1.4.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:57:58 PM Posts: 658, Visits: 27,148 |
| bah sorry this should be in webforms:
also the errors didnt paste correctly, here you go.
|
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:57:58 PM Posts: 658, Visits: 27,148 |
| had to take off the brackets <>
add assembly="MicroFour StrataFrame Base, Version=1.4.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/
add assembly="MicroFour StrataFrame Business, Version=1.4.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/ |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| Yes, brackets will just just "slow you down" anyway Let me know if you still have issues. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 9:57:58 PM Posts: 658, Visits: 27,148 |
| no, no, I had to take off the brackets to get the errors to post here.
I still haven't a clue how to fix them.
Looks like I need to install the Microfour assemblied to the IIS server?
How? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | The easiest thing is to just add them to the GAC. To do this, drag them into the C:\Windows\Assembly folder. You can also include them in the Bin folder of the website. Either way will work. |
| |
|
|