how can the website work fine in VS but not in deploy???

how can the website work fine in VS but not in deploy???

am 14.04.2008 21:48:41 von jojoba

Hi!
I've got a silverlight app that runs great from VS 2008 pro, but when
i deploy it, using vista sp1 iis7, i get the javascript alert:

<<"Sys.Preveiw.UI" is null or not an object>>

I feel like since i developed this in VS 2008 beta 2, that the
Microsoft.Web.Preview.dll is the wrong version, but i can't find a
new one anywhere
Any thoughts?
Thanks to all!

Re: how can the website work fine in VS but not in deploy???

am 14.04.2008 22:42:54 von David Wier

Does your webserver have 3.5 installed?

open a new web site, and check if the versions differ in your Web.Config,
etc


David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup


wrote in message
news:2a7bd9fe-b25a-44da-bf6d-1ca73e4b291b@m1g2000pre.googleg roups.com...
> Hi!
> I've got a silverlight app that runs great from VS 2008 pro, but when
> i deploy it, using vista sp1 iis7, i get the javascript alert:
>
> <<"Sys.Preveiw.UI" is null or not an object>>
>
> I feel like since i developed this in VS 2008 beta 2, that the
> Microsoft.Web.Preview.dll is the wrong version, but i can't find a
> new one anywhere
> Any thoughts?
> Thanks to all!

Re: how can the website work fine in VS but not in deploy???

am 14.04.2008 23:31:08 von jojoba

On Apr 14, 1:42=A0pm, "David Wier" wrote:
> Does your webserver have 3.5 installed?
>
> open a new web site, and check if the versions differ in your Web.Config,
> etc
>
> David Wierhttp://aspnet101.comhttp://iWritePro.com- One click PDF, convert=
.doc/.rtf/.txt to HTML with no
> bloated markup
>
> wrote in message
>
> news:2a7bd9fe-b25a-44da-bf6d-1ca73e4b291b@m1g2000pre.googleg roups.com...
>
>
>
> > Hi!
> > I've got a silverlight app that runs great from VS 2008 pro, but when
> > i deploy it, using vista sp1 iis7, i get the javascript alert:
>
> > <<"Sys.Preveiw.UI" is null or not an object>>
>
> > I feel like since i developed this in VS 2008 beta 2, =A0that the
> > Microsoft.Web.Preview.dll =A0is the wrong version, but i can't find a
> > new one anywhere
> > Any thoughts?
> > Thanks to all!- Hide quoted text -
>
> - Show quoted text -



Hello!
I do have 3.5 installed on the server.
Weird huh?