yea I got my host to do that and that seems to have fixed it right up EXCEPT that when I ran it again I was getting AJAX control toolkit errors below. See while I was trying to fix this problem I uploaded the latest versions of everything not realizing it had to be installed on the host machine. I went back to the toolkit dll in the release package of bugnet, so it looks like you guys are not using the most recent version of the toolkit for these releases. I reuploaded the DLLs from the bin folder in the release and now all is well :)
Server Error in '/Software/BugNet' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit, Version=1.0.11119.20010, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
|
Line 1: <%@ Control Language="c#" Inherits="BugNET.Administration.Projects.UserControls.ProjectMembers" Codebehind="ProjectMembers.ascx.cs" %>
Line 2: <div>
Line 3: <div>
|
Source File: /Software/BugNet/Administration/Projects/UserControls/ProjectMembers.ascx Line: 1
Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit, Version=1.0.11119.20010, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' 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].
|