Thank you Adam for your help!
I made the virtual directories as you explained. I assumed at first that you meant to say:
create a virtual directory (CuteSoft_Client) and point it to the location (D:/Inetpub/WWWRoot/MyCompany/client1/CuteSoft_Client/).
create a virtual directory (Bin) point it to the location (D:/Inetpub/WWWRoot/MyCompany/client1/Bin/).
instead of:
create a virtual directory (CuteSoft_Client) and point it to the location (D:/Inetpub/WWWRoot/MyCompany/client1/CuteSoft_Client/).
create a virtual directory (Bin) point it to the location (D:/Inetpub/WWWRoot/MyCompany/client1/CuteSoft_Client/).
And I got an error. So then I adjusted the second virtul directory exactly as you stated, and I get the same 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: File
or assembly name CuteEditor.ImageEditor, or one of its dependencies, was not
found.
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:\winnt\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 'CuteEditor.ImageEditor' could not be
loaded.
=== Pre-bind state information === LOG: DisplayName = CuteEditor.ImageEditor (Partial) LOG: Appbase = file:///D:/Inetpub/WWWRoot/CompleteConsulting/www.cb-sisco.com 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: CuteEditor.ImageEditor LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/563f9bf4/9d98ce29/CuteEditor.ImageEditor.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/563f9bf4/9d98ce29/CuteEditor.ImageEditor/CuteEditor.ImageEditor.DLL. LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/xxx/client2/bin/CuteEditor.ImageEditor.DLL. LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/xxx/client2/bin/CuteEditor.ImageEditor/CuteEditor.ImageEditor.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/563f9bf4/9d98ce29/CuteEditor.ImageEditor.EXE. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/563f9bf4/9d98ce29/CuteEditor.ImageEditor/CuteEditor.ImageEditor.EXE. LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/xxxxxx/client2/bin/CuteEditor.ImageEditor.EXE. LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/xxx/client2/bin/CuteEditor.ImageEditor/CuteEditor.ImageEditor.EXE.
|