EV 11.0.1 Search Errors -
I am getting the strangest EV search error, has anybody seen this error before???
EV logs show no errors, Deployment scanner also fine
I tried a reinstall just in case I had a missing .dll file, but the issue persists, This seems to be the main issue
e:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\App_Code\PathFilterModule.cs(26,7): error CS0246: The type or namespace name 'Symantec' could not be found (are you missing a using directive or an assembly reference?)
e:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\App_Code\PathFilterModule.cs(27,7): error CS0246: The type or namespace name 'Symantec' could not be found (are you missing a using directive or an assembly reference?)
e:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\App_Code\PathFilterModule.cs(28,7): warning CS0105: The using directive for 'System.Text.RegularExpressions' appeared previously in this namespace
Server Error in '/EnterpriseVault/Search' Application.
--------------------------------------------------------------------------------
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: CS0246: The type or namespace name 'Symantec' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
[No relevant source lines]
Source File: Line: 0
Compiler Warning Messages:
Warning: CS0105: The using directive for 'System.Text.RegularExpressions' appeared previously in this namespace
Source Error:
[No relevant source lines]
Show Detailed Compiler Output:
C:\Windows\SysWOW64\inetsrv> "C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe" /t:library /utf8output /R:"C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Data.DataSetExtensions\3.5.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Data.Entity\3.5.0.0__b77a5c561934e089\System.Data.Entity.dll" /out:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\enterprisevault_search\a5ab052b\2a32b401\App_Code.igwy13tv.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701 /warnaserror- "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\enterprisevault_search\a5ab052b\2a32b401\App_Code.igwy13tv.0.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\enterprisevault_search\a5ab052b\2a32b401\App_Code.igwy13tv.1.cs"
Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.7903
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.
e:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\App_Code\PathFilterModule.cs(26,7): error CS0246: The type or namespace name 'Symantec' could not be found (are you missing a using directive or an assembly reference?)
e:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\App_Code\PathFilterModule.cs(27,7): error CS0246: The type or namespace name 'Symantec' could not be found (are you missing a using directive or an assembly reference?)
e:\Program Files (x86)\Enterprise Vault\EVSearch\EVSearchClient\App_Code\PathFilterModule.cs(28,7): warning CS0105: The using directive for 'System.Text.RegularExpressions' appeared previously in this namespace
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.8000; ASP.NET Version:2.0.50727.8001