Advanced Forum Search Results
-
[quote user="Sergey Volk MSFT"] string abc = System.Windows.Browser.HtmlPage.Document.QueryString["param1"];
string def = System.Windows.Browser.HtmlPage.Document.QueryString["param2"];
...
-
[quote user="fashai"]
Well in that case you already have answered your question. You should not embedd them as resource to the XAp file rather use them as external resources and ship your assets folder to the deploying location. That should ensure your XAP file from not increasing. Ther are alternatves to try decrease the XAP size by ...
-
Thanks a lot for your interest and your time. My application is really large. I have some pictures embedded, and some not. I have them the same way in SL2.
Actually, I do not really know, how to work with pictures that I want them to be downloaded on demand. So I just have all the pictures I am going to use in my home and other static XAML ...
-
Yes I will Webdroid. Same to you!
regards,
-
Thanks for your interest.
I change nothig. I just upload the app into Blend 3 and compile.
The result was the size of the xap file that increases from 4MB to 16MB.
When I look into the xap file, the application.dll was the one that change in size, from 4MB to 16MB.
What I am going to do, is to start a new project and import each xaml to see if ...
-
Yes, i am sure, the increase was because of silverlight 3. When I went back to SL2 the size, became the normal size.
I may try later on. By now, I have a project with SL2, so I can't use SL3.
-
I did look at the Xap content. And the silverlight application dll had grown 4 times de other one.
I do nothing to the app. Just compiled it.
Even with assembly caching, a 16MB dll is too big to download just to open the home!
I did try to recompres the xap with rar, but it was not enought.
Thanks a lot for your time!
-
I have a project made with blend 2 and VS2008. I downloaded and installed Blend 3. I open my SL2 application in Blend 3. It asked me to update it and I accepted. When Y compile it, the XAP file passed from 4MB to 16MB. This is terrible for my project, because I am trying to downsize it. Any suggestions?
The worst problem is that my Blend 2 ...
-
Thanks a lot Ken
-
Thanks a lot Ken.
Now, I am getting the error message:
the type or namespace new "uri" could not be found (are you missing a using directive or an assembly reference)
Can you help me with this?
Regards, Lina