1
Vote

Can't install UserControl Functions

description

  1. Use a fresh install of Composite C1 3.2 (XSLT-based, for example).
  2. Install the latest version of the UserControl Functions package (v. 1.4.2 as I write)
Expected: The package installs OK.
Actual: It fails to install with this YSOD:

Server Error in '/' 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: CS0234: The type or namespace name 'FunctionProvider' does not exist in the namespace 'CompositeC1Contrib' (are you missing an assembly reference?)

Source Error:


Line 25: </controls>
Line 26: <namespaces>
Line 27: <add namespace="CompositeC1Contrib.FunctionProvider" />
Line 28: </namespaces>
Line 29: </pages>


Source File: .......\Web.config Line: 27

comments