Can someone please try and run this example:
http://www.dotnetjunkies.com/Article/E1F97CE9-7834-46FA-BED9-866F720AB013.dcik
I am trying to do the same thing but keep getting compilation errors:
Note, I am using ASP.NET 1.1 and using these commands to compile:
Someone please stop me from going insane and tell me if it works for you!
http://www.dotnetjunkies.com/Article/E1F97CE9-7834-46FA-BED9-866F720AB013.dcik
I am trying to do the same thing but keep getting compilation errors:
Code:
UserControlProperty.aspx.cs(10,42): error CS0234: The type or namespace name 'MyUserControl01' does not exist in the class or namespace 'DotNetJunkies.Samples.A001' (are you missing an assembly reference?)
Note, I am using ASP.NET 1.1 and using these commands to compile:
Code:
C:\Inetpub\ComCalc\Test>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc /t:library /out:..\Bin\Test1.dll MyUserControl.ascx.cs
[successfull]
C:\Inetpub\ComCalc\Test>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc /t:library /out:..\Bin\Test2.dll UserControlProperty.aspx.cs
[fails]
Someone please stop me from going insane and tell me if it works for you!