|
| Subject |
Author |
Status |
Date |
Re: New features for AJAX support in VS2008 in AJ AX Control Toolkit ASP. Net 3.5
|
Rockman Konjetta |
|
5/7/2008 1:58:28 AM |
It's the same in Visual Studio Team System 2008 Developer Edition. :-( I have discovered that the control toolbar does ap pear if you manually add a control extender. In ot her words you can remove the extender but not add a new one (which would be much more useful). Hopef ully someone will be along soon with a fix! Post Comments |
|
Re: Did you install 3.5 control toolkit?
|
Andrez Sudol |
|
5/7/2008 2:03:06 AM |
Did you install 3.5 control toolkit or are you usi ng 1.0 version? Post Comments |
|
Re: I installed the release version of 3.5.
|
Rockman Konjetta |
|
5/7/2008 2:06:20 AM |
I installed the release version of 3.5. Post Comments |
|
Re: I used the new 3.5 version...
|
Bouchra Murocca |
|
5/7/2008 2:32:43 AM |
I used the new 3.5 version, as instructed by the video. the machine i am using is a newly installed windows xp box... fully patched. i have vwd2005 installed as well as sql server 2005 express edition. vwd2008 was installed yesterday and i installed the control toolkit just after that. i have not had any beta releases on this machine nor any RC editions. just the final release of vwd2008. Thanks for the help... SB Post Comments |
|
Re: We traced the issue to the version of the tool kit
|
Andrez Sudol |
|
5/7/2008 2:37:50 AM |
Unfortunately, we traced the issue to the version of the toolkit binary. Workaround for now is to b uild toolkit from sources setting assembly version to 3.5.0.0 Post Comments |
|
Re: Thanks very much for the help.
|
Bouchra Murocca |
|
5/7/2008 2:58:09 AM |
Andrez, Thanks very much for the help. Post Comments |
|
Re: Any suggestions?
|
Deiv Esteipan |
|
5/7/2008 3:01:13 AM |
Andrez, Maybe you or someone else can help me out here. I have rebuild the toolkit and that part is now working. But a new issue came up here - when I add an Extender to eg. a Button I now receive a new error:
Error 1 Unknown server tag 'ajax:ConfirmButtonExtender'. ...\Visual Studio 2008\WebSites\WebSite1\Default.aspx 13
I have tried different solutions I've found in this forum, but none of them works for me. I have tried the following:
Added a line to the webconfig:
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajax"/>
</controls> </pages>
And also tried to do it on each page:
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajax" %>
But nothing works. Any suggestions?
Post Comments |
|
Re: Network share is not considered trusted locati on in .NET
|
Andrez Sudol |
|
5/7/2008 3:04:55 AM |
Yes, network share is not considered trusted locat ion in .NET and hence assembly load mail fail for security reasons. You can change .NET policy usin g caspol.exe utility. Post Comments |
|
Re: Thanks! it really worked!
|
Jessica Tandatti |
|
5/7/2008 3:23:21 AM |
Thanks Andrez, It really worked! Setting assembly version to: // In your project AjaxControlToolkit under file AssemblyInfo.cs //You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("3.5.00000.0")] [assembly: AssemblyFileVersion("3.5.00000.0")]
To all still having problems: Make sure you get rid of the star at the end of AssemblyVersion Make sure you obviously compile in Release mode In VisualStudio recreate your Ajax Control Toolkit tab. Post Comments |
|
Re: I managed to solve the problem
|
Suguna Karyodi |
|
5/7/2008 3:30:39 AM |
I managed to solve the problem with the extender picker within a asp control (VS 2008 Exp ress) by attaching the 10618 toolkit. All works fine Post Comments |
|
Re: Updated toolkit
|
Andrez Sudol |
|
5/7/2008 3:32:45 AM |
|
Re: Thanks for the update
|
Jeiron Deivtan |
|
5/7/2008 3:35:08 AM |
Andrez, Thanks for the update. The "Add Extender" is working!
Post Comments |
|
Re: Thanks again for the quick turn around on this issue!
|
Bouchra Murocca |
|
5/7/2008 3:39:10 AM |
Andrez, Thanks again for the quick turn around on this iss ue. A fine example of customer service! Post Comments |
|
Re: Problem solved!
|
Deiv Esteipan |
|
5/7/2008 3:02:30 AM |
Problem solved! The reason was that my website were placed in a shared network-folder. When I c opied the project to my local machine all problems were gone Post Comments |
|
Re: New features for AJAX support in VS2008 in AJ AX Control Toolkit ASP. Net 3.5
|
Angelina Seitano |
|
5/7/2008 2:10:57 AM |
have the same issue here. I started with VWD 2008 Express and then with VS 2008 TS.
I am using the AJAX 3.5 Toolkit, downloaded fresh today.
I was really looking forward to the AJAX Extender awareness too.
Post Comments |
|
Re: New features for AJAX support in VS2008 in AJ AX Control Toolkit ASP. Net 3.5
|
Angelina Seitano |
|
5/7/2008 2:14:53 AM |
have the same issue here. I started with VWD 2008 Express and then with VS 2008 TS.
I am using the AJAX 3.5 Toolkit, downloaded fresh today.
I was really looking forward to the AJAX Extender awareness too.
Post Comments |
|
Re: New features for AJAX support in VS2008 in AJ AX Control Toolkit ASP. Net 3.5
|
Ausef Machaino |
|
5/7/2008 2:21:08 AM |
I watched the same video and have been trying for a while to get this working (attempted on two different machines... one Vista, one XP). I followed Joe Stanger's steps to the letter and all went well. However, I saw the same issue as you that the selectors did not appear. I am running VS2008 Professional. Looks like there is a bug in its ability to detect that the control extenders are available after adding them to the Toolbox. Other than this forum where would be a good place to log this if it is actually a bug? Post Comments |
|
I have a slightly different problem
|
Bechara Murkot |
|
5/7/2008 2:45:53 AM |
I have a slightly different problem, I have Add Extender task, but the only extender available is DragOverlayExtender. That's it.
Is there a file/setting where I can add other extenders?
Post Comments |
|
I have a slightly different problem
|
Bechara Murkot |
|
5/7/2008 2:46:03 AM |
I have a slightly different problem, I have Add Extender task, but the only extender available is DragOverlayExtender. That's it.
Is there a file/setting where I can add other extenders?
Post Comments |
|
I have tried to set "Target Framework"
|
Carolina Peipenji |
|
5/7/2008 2:46:58 AM |
Hi, I have tried to set "Target Framework" to 3.5 for the "TemplateVSI" of the AJAX tool kit for rebuid but results with error "Exception of type 'System.Runtime.InteropServices.ExternalException' was thrown" I also have VS.NET 2005 installed on my machine. How can I solve this problem please as I can't see the extender for the controls? Kind Regards, Post Comments |
|
Re: New features for AJAX support in VS2008 in AJ AX Control Toolkit ASP. Net 3.5
|
Rudra Kandedat |
|
5/7/2008 2:56:09 AM |
I wasn't able to get this to work with the latest release but found that that the previous release (10920) works fine Post Comments |
|
Re: New features for AJAX support in VS2008 in AJ AX Control Toolkit ASP. Net 3.5
|
Reymond Polstock |
|
5/7/2008 3:11:03 AM |
Attempting to rebuild the Toolkit using VWD2008 pops up the error "The Project components are not installed on this computer. Please reinstall Visual Studio". I am unfortunately on the middle of something, which does not allow me to spend the time removing old versions (VS Express 2005) and reinstalling these. The resulting issue is that the solution will open, but the AjaxControlToolkit project and the TemplateVSI project appear with the message "The project file cannot be loaded".
I am also assuming there must be a simpler explanation for this issue.
Post Comments |
|
Re: Run "DisableAjaxPolicy"
|
Carolina Peipenji |
|
5/7/2008 3:16:52 AM |
|