By Keith Chisarik - 9/13/2006
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].
|
By Keith Chisarik - 9/13/2006
bah sorry this should be in webforms:
also the errors didnt paste correctly, here you go.
|
By Keith Chisarik - 9/13/2006
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"/
|
By Trent L. Taylor - 9/13/2006
Yes, brackets will just just "slow you down" anyway Let me know if you still have issues.
|
By Keith Chisarik - 9/13/2006
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?
|
By Trent L. Taylor - 9/13/2006
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.
|
|