Advanced Forum Search Results
-
hi all,
my application wrote on sl 2 beta, and i need to load it in sl 2 release.
i change the version in the html and aspx pages, and the build succeeded.
but when i run it i get error - 2103 in the browther.
what is thet error and what i need to do?thanks.
-
hi,
a. what this clear solution does?
b. what i need to to if i dont have AppManifest file in myProperties folder?
thanks for help.
-
hi all,
i whrote an application in sl2 beta, and i tried to build it in sl2 release.
after a lot of fixes, i stuck with this error:
Could not find file 'C:\Documents and Settings\.....\SilverlightApplication30\Bin\Debug\AppManifest.xaml'.
the file signed with yellow triangle and exclamation mark (!).
what i need to do with ...
-
to fix this problem - 9.0.30729.XX
i need to re install vs 2008 ??
-
there is no answer in thet forum.
why microsoft do it so hard to us?
-
i get this messege when download Tools for Visual Studio 2008 SP1
Installation Requirements:
Build 9.0.30729.XX of Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 must be installed before installation can continue. See <A ...
-
hi all,
i have got a beta 2 application, thet works fine.
i upload it to my server, and all was very good.
in the last time i can't see my site, and i accept a messege to install silverlight.
i tried to install by the link, and i get allways the same messege.
i dont understand what to do.
note - i can see all the ...
-
thanks,
but what is the sintax for thet call to web service from .js?
-
hi all,
i have got a list for movies in silverlight 1, that i need to show tham with title description and thir sources.
now the code is static, how can i take the information for all the movie list from database?
my .js code:item = new Object();
item.title = "title" ;item.description = "description"; ...
-
need to call the service from js file,
or from the html?