Saturday, March 31, 2012

VS2008 AJAX and .Net 2.0

I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

MikeAjax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.

Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.

"Mike" <Mike@.discussions.microsoft.comwrote in message
news:1BB22721-BAFB-4EFD-BBA9-1B3D148B9764@.microsoft.com...

Quote:

Originally Posted by

>I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page
and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?
>
Thanks in advance,
>
Mike


"by" creating a standard...

"Scott M." <smar@.nospam.nospamwrote in message
news:%23nWjDXDPIHA.4948@.TK2MSFTNGP02.phx.gbl...

Quote:

Originally Posted by

Ajax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.
>
Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.
>
>
"Mike" <Mike@.discussions.microsoft.comwrote in message
news:1BB22721-BAFB-4EFD-BBA9-1B3D148B9764@.microsoft.com...

Quote:

Originally Posted by

>>I am using VS2008 release and am trying to create a AJAX web site
>>targetted
>to .Net 2.0. however, there is no AJAX template and the default.aspx page
>and
>web.config that is created has no AJAX 2.0 references. Is this supported
>under VS2008 or must I downgrade to VS2005?
>>
>Thanks in advance,
>>
>Mike


>
>


there currently is no template for 2.0, but if ajax is installed, update the
web.config as specified in the docs, and it will work.

-- bruce (sqlwork.com)

"Mike" wrote:

Quote:

Originally Posted by

I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?
>
Thanks in advance,
>
Mike


Scott,

Thanks. I guess I'll just have to wire 1.0 by hand as my company is not yet
willing to put 3.5 in production.

Regards,

Mike

"Scott M." wrote:

Quote:

Originally Posted by

"by" creating a standard...
>
>
"Scott M." <smar@.nospam.nospamwrote in message
news:%23nWjDXDPIHA.4948@.TK2MSFTNGP02.phx.gbl...

Quote:

Originally Posted by

Ajax is supported in VS 2008, but creating a standard web form and adding
Ajax controls to it from the Toolbox.

Ajax is not a part of .NET 2.0, it's a part of the 3.x Framework. You can
develop the application using VS 2008, but your server will need the 3.x
Framework installed. The 3.5 Framework has just recently been released.

"Mike" <Mike@.discussions.microsoft.comwrote in message
news:1BB22721-BAFB-4EFD-BBA9-1B3D148B9764@.microsoft.com...

Quote:

Originally Posted by

>I am using VS2008 release and am trying to create a AJAX web site
>targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page
and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?
>
Thanks in advance,
>
Mike



>
>
>


Bruce,

That's what I figured. Can you point me to the appropriate docs? I added the
references and handlers manually and got the page to render with scripting
properly, I'm just not sure if I missed anything (probably the stuff related
to WS callbacks).

Regards,

Mike

"bruce barker" wrote:

Quote:

Originally Posted by

there currently is no template for 2.0, but if ajax is installed, update the
web.config as specified in the docs, and it will work.
>
-- bruce (sqlwork.com)
>
>
"Mike" wrote:
>

Quote:

Originally Posted by

I am using VS2008 release and am trying to create a AJAX web site targetted
to .Net 2.0. however, there is no AJAX template and the default.aspx page and
web.config that is created has no AJAX 2.0 references. Is this supported
under VS2008 or must I downgrade to VS2005?

Thanks in advance,

Mike

0 comments:

Post a Comment