Posted 3 March 2020, 8:11 am EST
When I compile my ASP.Net 4.6.1 Project I get the following error:
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 ‘C1.Web.Wijmo.Controls.C1GridView.C1GridView’ exists in both ‘c:\Users\Jim\AppData\Local\Temp\Temporary ASP.NET Files\root\4b062b66\6358ca2\assembly\dl3\33e9c71d\00011bd6_9b9ad501\C1.Web.Wijmo.Controls.4.DLL’ and ‘c:\Users\Jim\AppData\Local\Temp\Temporary ASP.NET Files\root\4b062b66\6358ca2\assembly\dl3\966180ec\002e4cd7_9b9ad501\C1.Web.Wijmo.Controls.45.DLL’
Source Error:
Line 79:
Thanks for logging in <asp:LoginName id=“LoginName1” runat=“Server”></asp:LoginName>.
Line 80:
Line 81: <wijmo:C1GridView ID=“grdAwaitingClientGrid” runat=“server” AllowVirtualScrolling=“False” AutogenerateColumns=“False” OnRowCommand=“grdAwaitingClientGrid_RowCommand” Culture=“en-GB” FreezingMode=“None” RowHeight=“19” ScrollMode=“None” StaticColumnIndex=“-1” StaticRowIndex=“-1”>
Line 82:
Line 83: <wijmo:C1ButtonField ButtonType=“Button” CommandName=“Allocate” Text=“Allocate” >
I can see it is trying to use the old and the new Wijmo Libraries, but I can’t identify where it is referencing the old one. I am using Windows 10 home, Visual Studio 2013 and the latest control files