User260076833 posted
Hello,
I am repeatedly getting the following error. When I then reload the page, the error doesn't appear again.
I have cleaned and rebuilt the project without change.
Any hints?
Thanks
Magnus
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 'div_lbr_journal_cmp_journalform_ascx' exists in both 'App_Web_j51yddf3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'App_Web_pbysrn4j, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Source Error:
|
Line 30: <Tabs>
Line 31: <cmp:TabPage runat="server" ID="tab_Journal" Caption="Zeitschrift">
Line 32: <cmp:JournalForm ID="frm_Journal" runat="server" />
Line 33: </cmp:TabPage>
Line 34:
|