S
Staffan Eketorp
Ok...I get the "classical" error:
CS1595: '_ASP.A_ascx' is defined in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\2b5cf18c\86b61b77\isblapsv.dll'
Ok...but what renders this error?
<%@ Register TagPrefix=Hello TagName=A Src=A.ascx %>
<%@ Register TagPrefix=Hello TagName=B Src=../BDir/B.ascx %>
<Hello:B runat=server />
<Hello:A runat=server />
Remove line 1 and 4 - works fine! Remove line 2 and 3 - works fine! Run on
another computer - works fine. Any rights issues? ...you know the /nostdlib
compiler option - nope! How about a iis reset, remove all temporary ASP.NET
files, rebooting the whole goddamn (sense no agression whatsoever) computer?
Nope! "Final" workaround for me: Create a copy of A.ascx: A2.ascx, and
change the source attribute for the registering of Hello:A to A2.ascx.
Why???????
CS1595: '_ASP.A_ascx' is defined in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\2b5cf18c\86b61b77\isblapsv.dll'
Ok...but what renders this error?
<%@ Register TagPrefix=Hello TagName=A Src=A.ascx %>
<%@ Register TagPrefix=Hello TagName=B Src=../BDir/B.ascx %>
<Hello:B runat=server />
<Hello:A runat=server />
Remove line 1 and 4 - works fine! Remove line 2 and 3 - works fine! Run on
another computer - works fine. Any rights issues? ...you know the /nostdlib
compiler option - nope! How about a iis reset, remove all temporary ASP.NET
files, rebooting the whole goddamn (sense no agression whatsoever) computer?
Nope! "Final" workaround for me: Create a copy of A.ascx: A2.ascx, and
change the source attribute for the registering of Hello:A to A2.ascx.
Why???????