'Sys' is undefined

  • Thread starter Thread starter Afshar
  • Start date Start date
A

Afshar

dear asp ajax lovers,

I get 'Sys' is undefined browsing one of my asp.net pages. I solved
thia problem by removing unnecessary dlls referenced in my Web.config
in an old application. But now in a new application, my web.config is
clean and has no additional dll but get the same error again.
Can I solve it without modifying source code just by changing
configurations???
i m using asp.net 2.0 and ASP AJAX Beta 2


thanks a lot


afshar
 
Hello Afshar,

Beta2?
Which VS version you are using?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


A> dear asp ajax lovers,
A>
A> I get 'Sys' is undefined browsing one of my asp.net pages. I solved
A> thia problem by removing unnecessary dlls referenced in my Web.config
A> in an old application. But now in a new application, my web.config is
A> clean and has no additional dll but get the same error again.
A> Can I solve it without modifying source code just by changing
A> configurations???
A> i m using asp.net 2.0 and ASP AJAX Beta 2
A> thanks a lot
A>
A> afshar
A>
 
dear asp ajax lovers,

I get 'Sys' is undefined browsing one of my asp.net pages. I solved
thia problem by removing unnecessary dlls referenced in my Web.config
in an old application. But now in a new application, my web.config is
clean and has no additional dll but get the same error again.
Can I solve it without modifying source code just by changing
configurations???
i m using asp.net 2.0 and ASP AJAX Beta 2

thanks a lot

afshar

http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx
 
HelloAfshar,

Beta2?
Which VS version you are using?

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

A> dear asp ajax lovers,
A>
A> I get 'Sys' is undefined browsing one of my asp.net pages. I solved
A> thia problem by removing unnecessary dlls referenced in my Web.config
A> in an old application. But now in a new application, my web.config is
A> clean and has no additional dll but get the same error again.
A> Can I solve it without modifying source code just by changing
A> configurations???
A> i m using asp.net 2.0 and ASP AJAX Beta 2
A> thanks a lot
A>
A>afshar
A>




Dear Michael Nemtsev ,
I'm using VS2008 targeting framework 2.0
 
re:
!> i m using asp.net 2.0 and ASP AJAX Beta 2
!> I'm using VS2008 targeting framework 2.0

ASP.NET Ajax Beta 2 is incompatible with VS2008, which has its own version of Ajax built-in.

Uninstall the ASP.NET Ajax Beta.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
HelloAfshar,

Beta2?
Which VS version you are using?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

A> dear asp ajax lovers,
A>
A> I get 'Sys' is undefined browsing one of my asp.net pages. I solved
A> thia problem by removing unnecessary dlls referenced in my Web.config
A> in an old application. But now in a new application, my web.config is
A> clean and has no additional dll but get the same error again.
A> Can I solve it without modifying source code just by changing
A> configurations???
A> i m using asp.net 2.0 and ASP AJAX Beta 2
A> thanks a lot
A>
A>afshar
A>




Dear Michael Nemtsev ,
I'm using VS2008 targeting framework 2.0
 
Does that work with Beta 2, Alexey ?

I know it works with the release version (1.0), but does it work with Ajax Beta 2?



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
re:
!> i m using asp.net 2.0 and ASP AJAX Beta 2
!> I'm using VS2008 targeting framework 2.0

ASP.NET Ajax Beta 2 is incompatible with VS2008, which has its own version of Ajax built-in.

Uninstall the ASP.NET Ajax Beta.

http://weblogs.asp.net/scottgu/arch...p-net-2-0-with-asp-net-ajax-1-0-projects.aspx
 
Does that work with Beta 2, Alexey ?

I know it works with the release version (1.0), but does it work with AjaxBeta 2?

Juan, I don't know, it was to Afshar. I agree with you, he has to
uninstall Beta. Even if it does work, he could get other problems with
the old version of Ajax.
 
Juan, I don't know, it was toAfshar. I agree with you, he has to
uninstall Beta. Even if it does work, he could get other problems with
the old version of Ajax.

Dear friends,

Really really sorry for reply delay. It seems if I use framewrok 3.5's
internal ajax I should target 3.5 not 2.0. Is it true? I have just
framework 2.0 on my customer server.
 
Dear friends,

Really really sorry for reply delay. It seems if I use framewrok 3.5's
internal ajax I should target 3.5 not 2.0. Is it true? I have just
framework 2.0 on my customer server.

Yes, I think you have to install 3.5
 
Back
Top