Advanced Forum Search Results
-
Jay ,
mine is a product development , so i need to get the Product packaged and placed in a common share for registered clients or provide a cd install for my sales team ...
i also need to set up the empty DB in the client's sql server ....
so i am in need of a package creation tool \ project which ...
-
hi Jay , Thanks!
How do we create an MSI Package ? is the default setup and deployment - web setup project needs to be used ?
or is there any other tools for creating the Package and installler ?
-
Hi all,
am in the final stages of my Silverlight + WCF components based project...
what are the general tools available for deploying Silverlight + WCF ?
is there a one touch deployment project in vs2008 where i can deploy SL , WCF with the references of my WCF services reflected in Silverlight client ?
pls let know
-
Hi ,
My issue is resolved !
i am using Silverlight 2.0
i made the expander Visibility="Collapsed" and then in code behind made the visibility of the expanders...
-
Hi ,
Added to the above info , am trying to Plot a STEP Graph, where in there are 3 Line Series.
The main problem is whenever i have value for the Month June 30th as 10, i get the X axis plotted with value 10 on June 15th ...because of which there is a gap seen in the Graph from point ranging from 0 - 10 and all the other month ...
-
Hi all,
i have a charting requirement , where i am showing Value in the Y-axis and the Month Name in the X- Axis. am doing the binding as per the below code:
chartingToolkit:LineSeries
x:Name="Valueseries"
Title="Value"
ItemsSource="{Binding}"
IndependentValuePath="Monthname" ...
-
Hi all,
any solution for the above ??
-
Hi,
Getting this error in one of my XAML where we have Enpander under an Accordian Item and when Themes is applied.
err: sys.InvalidOperationException : AG_E_UNKOWN_ERROR
we are making the Accordian Item to be visible in the load.
But when i comment out the accordian Item AccordianContainer.Visibility = Visibility.Visible; this ...
-
Hi ,
i was using Log4Net in my previous projects in Dotnet.
Is Log4Net the best one to use for Silverlight + WCF projects?
or is there any other good logging tools?
Thanks
Senthil
http://dotnetcrunch.blogspot.com
-
Hi ,
I think u can still seperate the XAML Client part and Aspx web layer which hosts the xap..
i mean :
1. SL client Layer : XAP----you can load multiple xap's according to the users navigation.
2. Site ASPX which hosts the SL- this can be seperate to that this can contain the Main Service WCF - which speaks to the rest of the ...