1
Answer

WCF Silverlight HTTPS

Photo of GoLive

GoLive

13y
1.2k
1

I have an application which uses silverlight and WCF service. This application works fine in losthost with HTTP. But production server is secure HTTPS and there is no way i can make it work. Is it necessary to install certificate in web server in order to work? Can any one provide me with one good working example.

Thank you

Answers (1)

0
Photo of Ramesh Palanivel
NA 9.5k 138.7k 7y
HI Bhaskar,
 
Please refer this below URL for your reference,
 
http://www.c-sharpcorner.com/UploadFile/6b8651/read-excel-file-in-windows-application-using-C-Sharp/
 
Accepted
0
Photo of Ramesh Palanivel
NA 9.5k 138.7k 7y
Hi Baskar,
 
Can you share your screnn shot of error message 
0
Photo of Bhaskar Sharma
NA 12 166 7y

I am talking about the example on that URL , there it gives an exception on giving the name of sheet as the name of sheet becomes too long., so any solution for that

 
i.e OleDbDataAdapter oleAdpt = new OleDbDataAdapter("select * from [Sheet1$]", con);  
0
Photo of Ramesh Palanivel
NA 9.5k 138.7k 7y
Hi Baskar,
 
xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item("Mention your sheet name")
//mention your excel sheet name
<span style="font-family: Roboto, sans-serif;"> </span>
0
Photo of Bhaskar Sharma
NA 12 166 7y

I have to upload a  specific sheet from a woorkbook how can i do that.