S
Schoo
I am trying to release my vb.net app over our intranet to the users and when
I navigate to it I get the following on my screen:
============================
=== Pre-bind state information ===
LOG: DisplayName = OnCallDB, Version=1.0.1733.16596, Culture=neutral,
PublicKeyToken=null
(Fully-specified)
LOG: Appbase = C:\Inetpub\wwwroot\Programs\
LOG: Initial PrivatePath = NULL
Calling assembly : OnCall, Version=1.0.1733.16596, Culture=neutral,
PublicKeyToken=null.
===
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: OnCallDB, Version=1.0.1733.16596,
Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB/OnCallDB.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB.EXE.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB/OnCallDB.EXE.
===========================
I have done the following:
Loaded framework 1.0 on the client which is running Windows 98SE
Changed the permissions of the virtual directory on the server (W2K Server)
to open it up to Everyone group.
Added to the All Code section of the Framework Configuration tool on the
server.
Can't think of anything else. Is there something I am missing?
Schoo
I navigate to it I get the following on my screen:
============================
=== Pre-bind state information ===
LOG: DisplayName = OnCallDB, Version=1.0.1733.16596, Culture=neutral,
PublicKeyToken=null
(Fully-specified)
LOG: Appbase = C:\Inetpub\wwwroot\Programs\
LOG: Initial PrivatePath = NULL
Calling assembly : OnCall, Version=1.0.1733.16596, Culture=neutral,
PublicKeyToken=null.
===
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: OnCallDB, Version=1.0.1733.16596,
Culture=neutral, PublicKeyToken=null
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB/OnCallDB.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB.EXE.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/Programs/OnCallDB/OnCallDB.EXE.
===========================
I have done the following:
Loaded framework 1.0 on the client which is running Windows 98SE
Changed the permissions of the virtual directory on the server (W2K Server)
to open it up to Everyone group.
Added to the All Code section of the Framework Configuration tool on the
server.
Can't think of anything else. Is there something I am missing?
Schoo