I tried to install the multiple-upload package and received this error. Any Ideas?
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: CS0029: Cannot implicitly
convert type 'System.Configuration.Configuration' to 'Configuration'
Line 100: try Line 101: { Line 102: Configuration config = WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath); Line 103: ConfigurationSectionGroup systemWebSectionGroup = config.GetSectionGroup("system.web"); Line 104: HttpHandlersSection httpHandlerSection = (HttpHandlersSection)systemWebSectionGroup.Sections["httpHandlers"];
Installation failure
Hi All,
I tried to install the multiple-upload package and received this error. Any Ideas?
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: CS0029: Cannot implicitly convert type 'System.Configuration.Configuration' to 'Configuration'
Source Error:
Source File: c:\Dev\IPWEA\Umbraco\umbracoWebsite\usercontrols\MultipleFileUpload\Installer.ascx.cs Line: 102
is working on a reply...