2017-08-03, 01:31 PM
(This post was last modified: 2017-08-03, 02:14 PM by detboydave.)
I'm new to this and I have not been able to get this to work. I've installed it on multiple machines and but have not been able to access the web end.
Microsoft ® Visual C# Compiler version 4.0.30319.17929
for Microsoft ® .NET Framework 4.5
Copyright © Microsoft Corporation. All rights reserved.
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(20,7): warning CS0105: The using directive for 'System.Drawing' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(22,7): warning CS0105: The using directive for 'Microsoft.Win32' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\iNewa\MobileEPGRecord.aspx.cs(15,7): warning CS0105: The using directive for 'System.Web.UI' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\iNewa\MobileSearch.aspx.cs(18,7): warning CS0105: The using directive for 'System.Web.UI' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\iNewa\MobileManualRecord.aspx.cs(15,7): warning CS0105: The using directive for 'System.Web.UI' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(72,15): warning CS0114: 'N_EWA.classes.Download.ProcessRequest(System.Web.HttpContext)' hides inherited member 'System.Web.UI.Page.ProcessRequest(System.Web.HttpContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
c:\Windows\Microsoft.NET\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll: (Location of symbol related to previous warning)
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(84,15): warning CS0108: 'N_EWA.classes.Download.IsReusable' hides inherited member 'System.Web.UI.Page.IsReusable'. Use the new keyword if hiding was intended.
c:\Windows\Microsoft.NET\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll: (Location of symbol related to previous warning)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(27,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(27,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(53,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(53,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(79,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(79,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(105,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(105,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(150,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(150,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\Classes\loadDictionaries.cs(583,42): warning CS0168: The variable 'e' is declared but never used
c:\Users\Public\NPVR\web\App_Code\iNewa\ManageSeries.aspx.cs(97,16): warning CS0219: The variable 'detailsName' is assigned but its value is never used
c:\Users\Public\NPVR\web\App_Code\iNewa\ManageSeries.aspx.cs(543,37): warning CS0472: The result of the expression is always 'true' since a
[ATTACHMENT NOT FOUND]
Microsoft ® Visual C# Compiler version 4.0.30319.17929
for Microsoft ® .NET Framework 4.5
Copyright © Microsoft Corporation. All rights reserved.
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(20,7): warning CS0105: The using directive for 'System.Drawing' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(22,7): warning CS0105: The using directive for 'Microsoft.Win32' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\iNewa\MobileEPGRecord.aspx.cs(15,7): warning CS0105: The using directive for 'System.Web.UI' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\iNewa\MobileSearch.aspx.cs(18,7): warning CS0105: The using directive for 'System.Web.UI' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\iNewa\MobileManualRecord.aspx.cs(15,7): warning CS0105: The using directive for 'System.Web.UI' appeared previously in this namespace
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(72,15): warning CS0114: 'N_EWA.classes.Download.ProcessRequest(System.Web.HttpContext)' hides inherited member 'System.Web.UI.Page.ProcessRequest(System.Web.HttpContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
c:\Windows\Microsoft.NET\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll: (Location of symbol related to previous warning)
c:\Users\Public\NPVR\web\App_Code\Download.aspx.cs(84,15): warning CS0108: 'N_EWA.classes.Download.IsReusable' hides inherited member 'System.Web.UI.Page.IsReusable'. Use the new keyword if hiding was intended.
c:\Windows\Microsoft.NET\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll: (Location of symbol related to previous warning)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(27,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(27,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(53,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(53,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(79,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(79,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(105,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(105,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(150,13): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\DetailsServiceController.cs(150,52): error CS0246: The type or namespace name 'VerifyInternalNetworkJSON' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Public\NPVR\web\App_Code\Classes\loadDictionaries.cs(583,42): warning CS0168: The variable 'e' is declared but never used
c:\Users\Public\NPVR\web\App_Code\iNewa\ManageSeries.aspx.cs(97,16): warning CS0219: The variable 'detailsName' is assigned but its value is never used
c:\Users\Public\NPVR\web\App_Code\iNewa\ManageSeries.aspx.cs(543,37): warning CS0472: The result of the expression is always 'true' since a
[ATTACHMENT NOT FOUND]