Greg,
Thanks again, that worked like a charm but I got a tough one for you but I
have faith you'll know a solution.
Again, I am not very familiar with the entire c#/class/DLL structure but
here is what the broken site has:
a bin folder with "genLog.aspx.DLL" in it
an employment folder that has the html for the application that's breaking
and a "genLog" folder that contains the genLog.aspx file (that uses that
bin/genLog.aspx.DLL file).
When I un-DLLed the DLL file, it gave me 3 files including a genLog.cs so
when I re-DLL-ed it, it named it genLog.dll instead of
genLog.aspx.dll........So when I run the application in the web browser I get
this error:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: The located assembly's manifest definition with name
'genLog.aspx' does not match the assembly reference.
Source Error:
Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:
Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
258
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'genLog.aspx' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = genLog.aspx
(Partial)
LOG: Appbase = file:///E:/Inetpub/oprs/web
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: genLog.aspx
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/945bae20/d6dbc064/genLog.aspx.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/945bae20/d6dbc064/genLog.aspx/genLog.aspx.DLL.
LOG: Attempting download of new URL
file:///E:/Inetpub/oprs/web/bin/genLog.aspx.DLL.
WRN: Comparing the assembly name resulted in the mismatch: NAME
It says something like NAME mismatch....i'm assuming it's the name of the
DLL. I changed it manually (just 'rename') but of course that didn't work.
Any sugestions? Solutions? Thank you again
Karina