Advanced Forum Search Results
-
Hey,
I would like to create installer for my OOB application, to install it on local user's PC, without turning on web browser. Is it possible?
What I would like to achieve in the end, is a "short cut" or application on user's desktop, which will check if application is installed. If yes, then run it, if no, then install it. ...
-
Hi,
How to run your demo? ;)
--
Jacek Ciereszko
-
Remember that "PlaneProjection" is not a 3D, it is just a nice transformation. Try to change element with PlaneProjection inside another elementy with PlaneProjection. You will see that element inside is not 3D but 2D :]
-
Inside tags' "PluginNotInstalledTemplate" you can put whatever html/asp code you want to show/execute. You can event put there another tag '<object' with flash application or JavaScript code, so it will run when client will not have silverlight plug-in.
But you won't be able to run Silverlight application.
-
Try to delete lines:
" xmlns:d="http://schemas.microsoft.com/expression/blend/2008
"
and
" mc:Ignorable="d"
"
I had some problems with additional tags, added by Blend but not supported by VS 2008.
-
thx. I hope it will work in the future
Jacek Ciereszko
-
Have you tried OOB with Silverlight Virtual Earth MapControl?
Bests,
Jacek
-
upup...
so any ideas how to run "Silverlight VirtualEarth Map Control " with "out of browser (OOB)" in Silverlight 3.0?
--
Jacek
-
Rid00z, try to invoke LoadFamilyClasses() and LoadChildren();
You have to do this for both tables to load data.
Bests,
Jacek
-
Hi,
I used collection and tried MVVM with RIA Services and it worked. As you wrote, you have to use " LoadOptions" on all tables that you use.
But I got usual all data, even when I tried to create my own queries (Get..). I made some modification and eventually I moved to WCF webservice and simple LINQToSql :/Have you seen this ...