Advanced Forum Search Results
-
Hi,
In my app, while creating the user profile i give an option to upload the image(same as shown in the file upload video in SL3).I want that this image should be stored in the SQLServer Database.
Also, on the profile page, this image should be accessd through database using WCF.
How can i do it?
If possible, put sample code.
Thanks in ...
-
Thanks a lot ! it's working now.
The Build action was not set to Content.
-
if i rename it to appmanifest.xml.bak, while building the app it gives
Error 3 Application manifest generation failed. Cannot find the app manifest template file C:\SL3\Project_2009-07-07\Project\Properties\AppManifest.xml. Project
-
Also tried
<Deployment.Parts>
<AssemblyPart x:Name="ProjectName" Source="ProjectName.dll" />
</Deployment.Parts>
but it still doesn't work.
Please Help.
-
Hi,
I have implemented the OOB Feature in my app.But when i right click and select install it gives the popup asking for the Shortcut and when i click on ok it install's nothing on my desktop nor my start menu.
AppManifest.xml file is as follows.
<Deployment ...
-
Hi ,
I wanted to know that, is it possible to detach just a part of the application.
-
HI,
I have a CheckBox.
What i want to do is,When the checkbox is in checked condition it would be reflected by an image and when it is unchecked it would be reflected by other image.
How can it be done?
-
Can anyone please tell me how to implement localization in sliverlight 2.0(mulyilanguage support) with code and simple steps as I am new to silverlight2.0.
-
so you mean to say that this wont be possible?
I am trying to access files in the folder under my Application's root directory.
-
Hi,
For what purpose are ClientAccessPolicy and CrossDomainPloicy files used?
What is the difference between ClientAccessPolicy and CrossDomainPloicy?