Search

You searched for the word(s): userid:643421

Matching Posts

  • Re: Create a excel file and prompt user to save it

    Hello, I realize this thread is very old but I am stuck on a problem with the out put of this method. No matter what I do my output file contains "[1]" in the name in the form of myfile[1].xls. I have cleared temp folder and I still get the same thing. THe funny this is that if I click Save instead of Open the fialog to save does not contain the "[1]". Any advice?
  • Export to Excel and Filename

    Hello, I am stuck on a problem with the out of data to Excel via HttpContext .Current.Response.AddHeader( "content-disposition" , string .Format( "attachment; filename={0}" , "DummyTTDownload.xls" )); HttpContext .Current.Response.ContentType = "application/excel" ; No matter what I do my output file contains "[1]" in the name in the form of myfile[1].xls when I click on the "Open" button. I have cleared temp folder and I still get the same
    Posted to Enterprise Services Integration (Forum) by saintperez on 11/23/2009
    Filed under: Sheets, Export, Workbook, Excell
  • Re: Export to Excel and Filename

    The xport is fine, it's all being handled by Xporter tool from http://www.xporttools.net/xPorter.aspx . My problem is the file name. It has to be a certain name for another process that is sitting on the user's computer to recognize.
  • Re: Export to Excel and Filename

    You are not understanding. THe sheets are created already with the Xporter components. They have the proper names, I am concerned with the FILE NAME not sheet name. The file name of the workbook is the one containing the [1] not the sheet name. There must be a way to avoid the [1] in the file name. Has nothing to do with with sheets or generation of the file. It appears to be something with the response that gets output on the client computer. Like I said, I cleared temp IE files.
  • Help with WCF Error Message, please!

    Wrote a simple WCF service. Accessing it through COnsole Application for test. When I hit the call to the Operation I want in my WCF service from my client I get the following: The message could not be processed. This is most likely because the action 'FDOTTAT/iTicketService/SubmitTicket' is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings. The security context token would be invalid if the service aborted
    Posted to XML Web Services (Forum) by saintperez on 5/28/2009
  • Proxy not identifying return type of Operation Contract

    New to WCF, have the following OperationContract: [ OperationContract ] MobileTicket. iTicket GetTicket<T>( int UniqueID, ref string sError) where T : MobileTicket. iTicket , new (); When I do an update Update Service Reference in my client app. I get the following signature : public object GetTicket( int UniqueID, ref string sError) { return base .Channel.GetTicket(UniqueID, ref sError); } Why is it returning an Object instead of a MobileTicket.iTicket?? I have set the ServiceContract as follows
    Posted to XML Web Services (Forum) by saintperez on 5/1/2009
  • Re: System.ServiceModel.Security.SecurityNegotiationException was unhandled

    Like I said, I'm new to WCF. Excuse the ignorant question but how do you turn on WCF tracing and better yet, how do you view it?
    Posted to XML Web Services (Forum) by saintperez on 5/1/2009
  • System.ServiceModel.Security.SecurityNegotiationException was unhandled

    New to WCF and am trying to call an OperationContract from a windows client. I'm getting the exception at the bottom of this post. Funny thing is, my console client application I used for testing does not come up with this exception. Here's my App.config for the WIndows CLient. < system.serviceModel > < bindings > < ws2007HttpBinding > < binding name = " ws " closeTimeout = " 00:01:00 " openTimeout = " 00:01:00 " receiveTimeout = " 00
    Posted to XML Web Services (Forum) by saintperez on 5/1/2009
  • ServiceModel.FaultException when trying to submit type to WCF service

    I am trying to call a WCF Service and passing it an object that is in an external library. I have that object declared as a DataCOntract in it's own Library. Ialso have a class in that library named Contract.cs with the following decleration: namespace FDOT.TAT.Ticket { public class Contract { public string Identifier = "FDOT.TAT.Ticket" ; } } So from my client I am calling my Service passing this object in. My operation contract looks like this: [ OperationContract ] string SubmitTicket
    Posted to XML Web Services (Forum) by saintperez on 4/29/2009
Page 1 of 9 (90 items) 1 2 3 4 5 Next > ... Last »