CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2008_express Tags:
Item Type: NewsGroup Date Entered: 2/21/2008 5:55:45 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 10 Views: 73 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
11 Items, 1 Pages 1 |< << Go >> >|
Pierrejn
Asp.Net User
Visual Web Developer 2008 and the Ajax Tool Kit2/21/2008 5:55:45 AM

0/0

I was wondering if there is anyone that has gotten past the ( Unrecognized tag prefix or device filter 'ajaxtoolkit' ) even though i have it registered on the page and I also have it registered in my web.config file. 

Mikhail Arkhipo
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/21/2008 8:43:59 PM

0/0

Please elaborate which version of the toolkit are you using, what version of .NET project is targeting, how exactly did you add toolkit to the site, page and web.config.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Pierrejn
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/22/2008 2:11:23 AM

0/0

 Can do :)

 

I am using the 3.5 tool kit and I put the following into the page and the web.config:

 Below is what is in the page.

                <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajaxToolkit" %>

Below is what is in web.config:

                <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                <add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" />

I installed it by unzipping this into a new folder then adding a new tab on the toolbox.  Right clicking and going to choose items and when the .Net Framework Components comes up I, browsed to where the ajaxtoolkit.dll file was located it and added it to the .NET Framework Components list.  Everything went fine when doing so the bad part is that I just can't use it.  I didn't have any problems with the beta edition of VS 2008.

If there is any other information that is needed please let me know cause I would really like to get this solved.

 

Version of VWD that I am running is:  Microsoft Visual Studio 2008

                                                        Version 9.0.21022.8 RTM
 

Mikhail Arkhipo
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/22/2008 5:52:00 PM

0/0

If you are using 3.5 toolkit, then you are targeting .NET 3.5. Therefore you should remove any references to System.Web.Extensions 1.0. 1.0 version is only for .NET 2.0 + AJAX toolkit 1.0. .NET 3.5 includes extensions in it. For clarity, possible configurations are

1. .NET 2.0 + AJAX 1.0 + Ajax Toolkit 1.0

2. .NET 3.5 + Ajax Toolkit 3.5


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Pierrejn
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/22/2008 8:30:51 PM

0/0

 Understood, and I have removed that line out and it sitll doesn't respond right.  I do have intelisense though which I thought was an odd thing.

Mikhail Arkhipo
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/22/2008 9:24:31 PM

0/0

So what is not working still?


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Pierrejn
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/22/2008 10:51:58 PM

0/0

I'm still getting the same error as before. 

Mikhail Arkhipo
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/23/2008 12:07:43 AM

0/0

OK, you said "I do have intelisense" which confised me. Try deleting everything in C:\Users\USER-NAME\AppData\Roaming\Microsoft\VisualStudio\9.0\ReflectedSchemas. Also, remove any AJAX 1.0 assemblies from bin.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Pierrejn
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/27/2008 9:15:18 PM

0/0

Sorry it took so long I did that and still have the same results.  I also have not remnants of Ajax 1.0
anhphan
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit2/29/2008 6:16:17 PM

0/0

Can you try the following:

Create a new 3.5 website. Add an asp button control to Default.aspx. Drag and drop a ConfirmButton onto the asp button control. Then let me know what if says in the web.config and what the register directive looks like. Thanks.

Pierrejn
Asp.Net User
Re: Visual Web Developer 2008 and the Ajax Tool Kit3/5/2008 2:09:32 AM

0/0

Here is what my web.config looks like

 

?xml version="1.0"?>
<!--
    Note: As an alternative to hand editing this file you can use the
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in
    machine.config.comments usually located in
    \Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
    <configSections>
        <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
            <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
                <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
                    <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
                    <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                    <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                    <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
                </sectionGroup>
            </sectionGroup>
        </sectionGroup>
    </configSections>
    <appSettings/>
    <connectionStrings/>
    <system.web>
        <!--
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.

            Visual Basic options:
            Set strict="true" to disallow all data type conversions
            where data loss can occur.
            Set explicit="true" to force declaration of all variables.
        -->
        <compilation debug="false" strict="false" explicit="true">
            <assemblies>
                <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies>
        </compilation>
        <pages>
            <namespaces>
                <clear/>
                <add namespace="System"/>
                <add namespace="System.Collections"/>
                <add namespace="System.Collections.Generic"/>
                <add namespace="System.Collections.Specialized"/>
                <add namespace="System.Configuration"/>
                <add namespace="System.Text"/>
                <add namespace="System.Text.RegularExpressions"/>
                <add namespace="System.Linq"/>
                <add namespace="System.Xml.Linq"/>
                <add namespace="System.Web"/>
                <add namespace="System.Web.Caching"/>
                <add namespace="System.Web.SessionState"/>
                <add namespace="System.Web.Security"/>
                <add namespace="System.Web.Profile"/>
                <add namespace="System.Web.UI"/>
                <add namespace="System.Web.UI.WebControls"/>
                <add namespace="System.Web.UI.WebControls.WebParts"/>
                <add namespace="System.Web.UI.HtmlControls"/>
            </namespaces>
            <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"/>
            </controls>
        </pages>
        <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
        <authentication mode="Windows"/>
        <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
        <httpHandlers>
            <remove verb="*" path="*.asmx"/>
            <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
        </httpHandlers>
        <httpModules>
            <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        </httpModules>
    </system.web>
    <system.codedom>
        <compilers>
            <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
                <providerOption name="CompilerVersion" value="v3.5"/>
                <providerOption name="WarnAsError" value="false"/>
            </compiler>
            <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
                <providerOption name="CompilerVersion" value="v3.5"/>
                <providerOption name="OptionInfer" value="true"/>
                <providerOption name="WarnAsError" value="false"/>
            </compiler>
        </compilers>
    </system.codedom>
    <!--
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0.  It is not necessary for previous version of IIS.
    -->
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false"/>
        <modules>
            <remove name="ScriptModule"/>
            <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        </modules>
        <handlers>
            <remove name="WebServiceHandlerFactory-Integrated"/>
            <remove name="ScriptHandlerFactory"/>
            <remove name="ScriptHandlerFactoryAppServices"/>
            <remove name="ScriptResource"/>
            <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        </handlers>
    </system.webServer>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
                <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
                <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>

11 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
ASP.NET 3.5 AJAX Pocket Guide Authors: Matthew Ellis, Pages: 232, Published: 2008
ASP.NET 3.5 For Dummies Authors: Ken Cox, Pages: 404, Published: 2008
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Visual C# How to Program Authors: (Harvey & Paul) Deitel & Associates Inc., Deitel & Associates, Pages: 1608, Published: 2008
Simply Visual Basic 2008 Authors: P. J. Deitel, Deitel & Associates ,Inc. Staff, G J Ayer, Pages: 896, Published: 2008
Visual Basic 2008 How to Program Authors: P. J. Deitel, Deitel & Associates, Deitel and Associates Inc. Staff, & Assoc Deitel, (Harvey & Paul) Deitel & Associates Inc, Pages: 1415, Published: 2008
Learning ASP.NET 3.5 Authors: Jesse Liberty, Dan Hurwitz, Brian MacDonald, Pages: 576, Published: 2008
Beginning ASP.NET 3.5 in VB 9.0: From Novice to Professional Authors: Matthew MacDonald, Pages: 1149, Published: 2007
Beginning Google Web Toolkit: From Novice to Professional: From Novice to Professional Authors: Bram Smeets, Uri Boness, Roald Bankras, Pages: 350, Published: 2008
Pro ASP. Net 3. 5 Server Controls and AJAX Components Authors: Rob Cameron, Dale Michalk, Pages: 740, Published: 2008

Web:
Ajax Control Toolkit Installation in Visual Web Developer ... Open your Visual Web Developer and right click in the Toolbox area. ... I do have Visual Studio 2008 installed now, and no, the Ajax toolkit is not a part ...
Visual Web Developer 2008 Express Edition NET AJAX; Download the free AJAX Control Toolkit which includes over 30 ... the Introduction to Visual Web Developer 2008 video; New to Web Development? ...
Visual Web Developer Team Blog : Using VS 2008 to target ASP.NET ... NET AJAX Toolkit Controls to the VS 2008 Toolbox ..... (v1.0 & 3.5) and both Toolkit collections, in the toolbox of my Visual Web Developer 2008 B2. Thanks. ...
Installing AJAX Control Toolkit in Visual Studio 2008 Visual Web Developer ยท Web Services ... NET 2008. The AJAX Control Toolkit can be installed in 2005, ... Developer Resources. Server Intellect Rocks.
Problems in Vs 2008 and ajax toolkit with dnn 4.8.2 // Problemas ... Problems in Vs 2008 and ajax toolkit with dnn 4.8.2 // Problemas con Vs 2008 y ajax ... Estoy utilizando el Visual Web Developer 2008 con . ...
Ajax Control Toolkit available for Visual Web Developer Express ... Is the Ajax Control Toolkit available for Visual Web Developer Express 2008, or is it meant only for the visual studio products only? ...
ASP.NET AJAX Control Toolkit and Web Deployment Project Releases ... NET AJAX Control Toolkit as well as the Visual Studio Web Deployment project ... NET AJAX Control Toolkit in VS 2008 and Visual Web Developer 2008 Express. ...
Home | The Dojo Toolkit If you were at Ajax Experience or Dojo Developer Day a couple weeks back, you probably saw the quick demo of the Project Zero Visual HTML Page Editor tool ...
Thomas Burke Holland: Unable To Load Ajax Control Toolkit In ... Unable To Load Ajax Control Toolkit In Visual Web Developer 2008. I have been using Visual Web Developer 2008 lately for a project and I have been deceived ...
Visual Web Developer 2008 and the Ajax Tool Kit - ASP.NET Forums Re: Visual Web Developer 2008 and the Ajax Tool Kit. 02-21-2008, 3:43 PM ... Re: Visual Web Developer 2008 and the Ajax Tool Kit. 02-21-2008, 9:11 PM ...




Search This Site:










beginner issues, documentation

images not showing

vs 2008

smart tags don't work correctly in vwd 2008

vwd2008: losing focus when switching between design and source mode

no script manager or update panel

textbox event actions

want to upgrade the website to be used with . net framework 3.5?

problem with inserting the the reportviewer from toolbox

visual studio express and business use

crash on design view.

how do i multi select controls on a web page for positioning

will .net framework 3.5/vs2008/express editions install in windows 2000 professional/server?

vwd 2008 express bug? cannot display aspx in design mode and split mode

marquee (scrolling text)

web.config file crashing my vwd 2008/.net 3.5 framework site?

vwd 2005 to vwd 2008

when orcas express beta1 will release

cannot open log for source 'devenv'. you may not have write access.

can't connect with ftp

vwd closes when trying to go to design mode

what could be if the smtp service is not working in vs?

creating a new ajax enabled web site in vwdexpress 2008

column width cannot be changed visual web developer 2008 express edition.

query with a parameter help.

vwde 2008 - objectdatasource control - missing business objects

visual web developer 2008 keeps crashing

dynamic loading and display of gridview

how to set vwd 2008 express default .net framework target for new sites

error using 2008 v-w-d- express

  Privacy | Contact Us
All Times Are GMT