PDA

Click to See Complete Forum and Search --> : .Net Newbie : Controls dont show[RESOLVED]


AFish
Aug 31st, 2004, 03:37 AM
Hi Guys

I've just started playing around with Asp.Net but cant seem to get the pages to run.

I add controls to a page and then build and browse,however the controls arent being displayed..???

Whats Causing this?
I'm using WinXP pro.

Any ideas on how i can resolve this?

Thanks

mendhak
Aug 31st, 2004, 04:03 AM
Which controls?

AFish
Aug 31st, 2004, 05:09 AM
i've only used the label,textbox and button controls...from all of these only the label shows, i think they were web controls.

Magiaus
Sep 1st, 2004, 12:36 AM
paste the html from your page in

AFish
Sep 1st, 2004, 02:44 AM
Hi Guys

Thanks for the replies,i've managed to sove the problem.

There's an app that comes with .Net called aspnet_regiis.exe, i ran this and it re-installed asp.net.

the problem was caused due to the aspx extensions not being mapped correctly and running aspnet_regiis -i solved this.

Thanks

mendhak
Sep 1st, 2004, 04:38 AM
Originally posted by AFish
Hi Guys

Thanks for the replies,i've managed to sove the problem.

There's an app that comes with .Net called aspnet_regiis.exe, i ran this and it re-installed asp.net.

the problem was caused due to the aspx extensions not being mapped correctly and running aspnet_regiis -i solved this.

Thanks

That sounds fishy. You wouldn't have been able to build and browse as you mentioned if that were the case. :confused:

Magiaus
Sep 1st, 2004, 04:42 AM
><>

It let's me build and run sometimes and then gives me a message about running with the -c. I wish I knew how that script just goes bad........

AFish
Sep 1st, 2004, 07:38 AM
When I first installed the framework i was unable to run the pages,it gave me some error about not being able to debug asp or atl scripts.

I later learnt that you can run pages by using the build and browse option,thats when i noticed the controls not showing.after posting here i searched on google for asp.net+problems and found other guys having the same problem and followed their solution.

I dont know much about .Net, why do you say I would'nt have been able to build and browse???