My Buttons and controls are not showing???

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Hey!

I have an ASP.NET appication I have deployed a while back.. everything was
good and the customer was happy.

Today they wanted to install on a fresh computer.. and the buttons and
dropdownboxes in the application are not visible... the rest of the pages
look fine but all the controls are gone... it's only text and graphics left

What do I do???

/Lars
 
Oh... I just had to run the "aspnet_regiis.exe -i" and it was fixed

/Lars
 
Lars,
I have an ASP.NET appication I have deployed a while back.. everything was
good and the customer was happy.

Today they wanted to install on a fresh computer.. and the buttons and
dropdownboxes in the application are not visible... the rest of the pages
look fine but all the controls are gone... it's only text and graphics left

What do I do???

Does everything which doesn't disply have a "runat=server" tag? If so, I'd
hazard a guess that the new box doesn't have the .NET framework installed on
it...

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top