i have a web application built in .net 4 - Visual studio ultimate 2010. This application is using AjaxControlToolkit.dll for functionalities like tab in an aspx page.
I have created a msi(Web setup project) to deploy the web application in server.
The problem is when i create the msi(build the web setup project) in visual studio 2010 installed in windows 7 the msi package is successfully created, but when it is deployed the ajaxcontroltoolkit tabs are not getting rendered properly. But i am not having
any issues when the build is taken from a windows xp machine. Please help
Thanks in advance.
please click 'Mark as Answer' if my post helped you.
If the problem is with the deployment, would you please advise where did you deploy your site? Is that to a remote server? If it is, have you made sure the same AjaxControlToolkit.dll is installed on the server?
I also appreciate if you can copy the error message so that I and the other forum members can help you. Thanks
i connect to the server through remote desktop. i copy the msi there and then install it.
The ajaxcontroltoolkit is not installed in the server as the dll is in the bin folder of the web application.
There are no error messages. Only there is some problem with the rendering of the tab, in fact the working of the tab is proper. there is only a rendering problem.
please click 'Mark as Answer' if my post helped you.
sidharth049
Member
356 Points
155 Posts
Web setup package - AjaxcontrolToolkit dll issue in windows 7
Oct 27, 2011 10:15 AM|LINK
i have a web application built in .net 4 - Visual studio ultimate 2010. This application is using AjaxControlToolkit.dll for functionalities like tab in an aspx page.
I have created a msi(Web setup project) to deploy the web application in server.
The problem is when i create the msi(build the web setup project) in visual studio 2010 installed in windows 7 the msi package is successfully created, but when it is deployed the ajaxcontroltoolkit tabs are not getting rendered properly. But i am not having any issues when the build is taken from a windows xp machine. Please help
Thanks in advance.
necro_mancer
Star
8169 Points
1595 Posts
Re: Web setup package - AjaxcontrolToolkit dll issue in windows 7
Oct 27, 2011 11:31 AM|LINK
hi sidharth,
If the problem is with the deployment, would you please advise where did you deploy your site? Is that to a remote server? If it is, have you made sure the same AjaxControlToolkit.dll is installed on the server?
I also appreciate if you can copy the error message so that I and the other forum members can help you. Thanks
:)
Professional SQL 2008 R2 Service
sidharth049
Member
356 Points
155 Posts
Re: Web setup package - AjaxcontrolToolkit dll issue in windows 7
Oct 27, 2011 11:38 AM|LINK
i connect to the server through remote desktop. i copy the msi there and then install it.
The ajaxcontroltoolkit is not installed in the server as the dll is in the bin folder of the web application.
There are no error messages. Only there is some problem with the rendering of the tab, in fact the working of the tab is proper. there is only a rendering problem.
Anindita.Bas...
Contributor
2448 Points
416 Posts
Re: Web setup package - AjaxcontrolToolkit dll issue in windows 7
Oct 27, 2011 11:42 AM|LINK
Use standard ASP.NET
instead ofhttp://ajaxcontroltoolkit.codeplex.com/workitem/26717
Thanks,
Anindita
http://anindita9.wordpress.com
sidharth049
Member
356 Points
155 Posts
Re: Web setup package - AjaxcontrolToolkit dll issue in windows 7
Oct 27, 2011 11:56 AM|LINK
i am already using ScriptManager and i dont get any javascript error when this issue happens. Its only some rendering issue related to style.