Advanced Forum Search Results
-
hello.
well, you cannot interop with non-silverlight code from silverlight...
-
hello.
are you trying to debug silverlight code from your asp.net project? if so, don't forget to enable the silverlight debug option in your web project options.
-
hello.
well, you'll have to use xmlreader, xmlwriter and a stringbuilder...a small sample on how to do that is available on the quick starts:
http://silverlight.net/QuickStarts/ViewSample.aspx?sref=SilverLightXML/cs/Page.xaml.cs
-
hello again.
i'd like you to redirect you to Moth's excellent article on sharing code between desktop and mobile apps: the concepts are the same (here's the link via my blog):
http://msmvps.com/blogs/luisabreu/archive/2007/09/25/how-to-share-code-between-silverlight-and-other-kinds-of-applications.aspx
-
hello again.
hum...interesting. did you create a vdir or a web app? ar we talking about a server system?
-
hum...what happens when you hold a reference from js to an object that has been removed from the canvas? will it stay alive? or will only its "managed portion" be kept alive?
-
hello.
that is correct: silverlight has a "simplified" security system (when compared with the full .net framework) and there are several restrictions associated with calling public methods of the API. here are a couple of posts that explain what's going ...
-
hello.
if you can, build a small demo project that reproduces that error and send it to me. i'm not a silverlight guru but i do enjoy a good puzzle :)
-
hello.
small experience: does it work if you remove the custom control for the xaml page?
-
hello.
you should keep in mind that silverlight is still in beta (or is it alpha? :) ) so there are some things which really don't work as expected. for instance, you cannot define complex propeties and use them from xaml since you'll get compilation errors (at least, that was what happened 2 months ago).