I'VE HAD IT!!! I'm a VB (6-.NET) programmer trying my hand at ASP.NET and I've been dealing with this same problem for days. Here it is:
I've created a number of aspx files with server controls; everything look fine on my pc, but when I try and access the pages from another client workstation, the controls are not visible (accept for labels).
Both machines have: Windows XP, .NET Framework 1.1.4322, and Service Pack 2.
I've done all the following steps on the client PC:
1. Installed Service Pack 2
2. Installed .NET Framework 1.1
3. Registered the Framework using regsvr32
4. Registered the WebForm controls using aspnet_regiis -i
(not necessarily in that order)
What more is there?!
Any help would be great... that way I can keep what hair I have left.
I've created a number of aspx files with server controls; everything look fine on my pc, but when I try and access the pages from another client workstation, the controls are not visible (accept for labels).
Both machines have: Windows XP, .NET Framework 1.1.4322, and Service Pack 2.
I've done all the following steps on the client PC:
1. Installed Service Pack 2
2. Installed .NET Framework 1.1
3. Registered the Framework using regsvr32
4. Registered the WebForm controls using aspnet_regiis -i
(not necessarily in that order)
What more is there?!
Any help would be great... that way I can keep what hair I have left.