ScriptManager Error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/10/2008 10:26:15 PM
Gravatar
Total Posts 2

ScriptManager Error

Hi Joe...

I'm using the latest version of mojoportal...

but I found ScriptManager Error =

Duplicate component name 'ScriptManager1'. Component names must be unique and case sensitive..

Could you help me to solve this problem?

Thanks..

 

7/11/2008 5:46:33 AM
Gravatar
Total Posts 18439

Re: ScriptManager Error

Hi,

Are you using a custom skin?

ScriptManager lives in the layout.master file of your skin, maybe you have 2 of them and there should only be one.

<asp:ScriptManager ID="ScriptManager1" EnablePageMethods="true" runat="server" />

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.