Hello everyone,
i'm trying to use a windows usercontrol (I'm starting actually with a really basic one, just a label and a timer, just as a test).
I already downloaded solutions and saw it working but I can't make mine work, I can't figure out what is wrong, it seems everything the same but all I can see it's the usual broken image icon..what can I do to understand what is happening?
Overview:
Solution with 2 projects, first one .NET4 c# with a single user control really basic, the second one asp.net FW4.0 with a aspx page like
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<OBJECT id="MainContainer" height="600" width="780" classid="http:Containers.dll#Containers.MainContainer"
VIEWASTEXT>
</OBJECT>
</form>
</body>
Where I can find a trace, a log or something helping me to understand why the damn broken icon?
Thanks