Hello,
I'm running the latest version of the software, framework 3.5
I've installed the software in its own folder and its running fine, however when I copy the folder over to the directory it needs to be in it errors out.
Its nested within another website application but I've set up its own application pool etc.
Here is the error:
Code:Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'System.Web.UI.ScriptManager' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'
Source Error:
Line 85: {
Line 86: // handle script manager first...
Line 87: if ( ScriptManager.GetCurrent( Page ) == null )
Line 88: {
Line 89: // add a script manager since one doesn't exist...