YAFLogo

kanox
  • kanox
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
The ajaxToolkit:TabContainer is invisible in all pages where it should appear, for example Host Settings and Edit User.

I have the latest version 1.9.3 with framework 2.0.

I've tried to force the controls to appear with Visible="true" but with no luck.

Hopes someone can help me.

Thanks in advance.

/Karin

Sponsor
imukai
  • imukai
  • 100% (Exalted)
  • YAF Commander
15 years ago
Are you logged in as a user that is flagged as a HostAdmin? When looking at the Admin page itself, do you see Host Settings along the lefthand menu? If not, then you are not flagged as a HostAdmin.
kanox
  • kanox
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Yes, I'm logged in as admin. I can see the left menu with Host Settings. Everything else on the site works fine, it's just all the pages with a tab control that doesn't work.

I'm a system developer and use to develop web and windows applications with Visual Studio in my daily work. I have another vs-project in my virtual machine where I have implemented an Ajax TabContainer without problem, so I'm really confused. No error message appears...

Sorry for my bad english 😎

herman_herman
15 years ago
Hi

I have had the same problem.If you notice modal popups also do not work properly!

It is because of several wrong references to AjaxToolkit.dll.

Open the solution and go through all projects and navigate to "References" under each project and remove reference to AjaxToolkit.dll.(it has been used in 3-4 projects i guess).

Then start adding reference again to the dll this time inside your Web bin folder (you can copy one from NET 2 or NET 3 folder) and recompile.

Hope it helps.

kanox
  • kanox
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Thank you VERY much! It works now!

:cheesy: