I will start suddenly with a kind of error message (I am new to creating a website in ASP.NET with C #, the file where the error was found is the control file .ascx = user):
Compiler Error Message: CS0433: A Link type exists in both '... \ Temporary ASP.NET Files \ root \ 901650e7 \ 5e27d040 \ App_Code.ybv-vo7n.dll' and '... \ Temporary ASP.NET Files \ root \ 901650e7 \ 5e27d040 \ assembly \ dl3 \ f6cf02ac \ a93eed1d_ab32cd01 \ Project1C.DLL '
Line 10 appears to be associated with an error (colored red). Can you give some pointers? I have problems understanding where to start looking / fixing. Thanks!
Line 9:<ItemTemplate> Line 10:<asp:HyperLink ID="HyperLink1" runat="server" Line 11:NavigateUrl='<%# Link.ToFilms(Eval("FilmsID").ToString()) %>' Line 12:Text='<%# HttpUtility.HtmlEncode(Eval("Nume").ToString()) %>'
source share