Click here to Skip to main content
15,917,608 members
Home / Discussions / C#
   

C#

 
GeneralCheck if Windows Form is already loaded Pin
Alan Zhao14-May-04 16:21
Alan Zhao14-May-04 16:21 
GeneralRe: Check if Windows Form is already loaded Pin
..Hubert..15-May-04 0:49
..Hubert..15-May-04 0:49 
GeneralRe: Check if Windows Form is already loaded Pin
Dave Kreskowiak15-May-04 3:01
mveDave Kreskowiak15-May-04 3:01 
GeneralRe: Check if Windows Form is already loaded Pin
Alan Zhao15-May-04 6:07
Alan Zhao15-May-04 6:07 
GeneralRe: Check if Windows Form is already loaded Pin
Dave Kreskowiak15-May-04 9:15
mveDave Kreskowiak15-May-04 9:15 
GeneralRe: Check if Windows Form is already loaded Pin
Alan Zhao15-May-04 14:44
Alan Zhao15-May-04 14:44 
GeneralRe: Check if Windows Form is already loaded Pin
Dave Kreskowiak16-May-04 4:15
mveDave Kreskowiak16-May-04 4:15 
GeneralWSE Client recieveing attachment from service. Pin
Michael A. Barnhart14-May-04 16:09
Michael A. Barnhart14-May-04 16:09 
I have been experimenting with Web Service Extentions WSE 1.0 (v1.0.2312) and initially fine until I tried to send an attachment back to the client. From the messages it appears the responce SOAP message and attachment are being correctly generated but I am missing something in being able to recive the response. The error message is:

Client found response content type of 'application/dime', but expected 'text/xml'.

I see not place to change the content type of either what the server is sending back (well yes but see below) nor what is valid for the receive.

Some notes the Service now has the Microsoft Web services
using Microsoft.Web.Services;
using Microsoft.Web.Services.Dime;

The web.config has the extentions defined
<system.web>
<webservices>
<soapextensiontypes>
<add type="Microsoft.Web.Services.WebServicesExtension, Microsoft.Web.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0">


.....

The stub code in the client does not have the Microsoft.Web.Service defined

The clint code does have the Microsoft.Web.Service defined.

When I look at the WSDL I see nothing that would indicate the client should expect one content type over another. I actually expected this but then I should be able to accept (or limit) valid types in some definition on the client.
I do not see where to set what the response type should be. I can set it on the server but when I add the attachment it corrects that, which I think it should be doing but would like to override it (I am sure I would have a reson some time.)

I do think that I should be able to specify on the client what is correct.

Any helpful hints?


I do not mind getting old. It beats all the other options that can think of.
GeneralRe: WSE Client recieveing attachment from service. Pin
Michael A. Barnhart15-May-04 2:12
Michael A. Barnhart15-May-04 2:12 
Generaltapi communication over the LAN Pin
Member 69108914-May-04 15:43
Member 69108914-May-04 15:43 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak15-May-04 3:04
mveDave Kreskowiak15-May-04 3:04 
GeneralRe: tapi communication over the LAN Pin
Member 69108915-May-04 6:55
Member 69108915-May-04 6:55 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak15-May-04 9:21
mveDave Kreskowiak15-May-04 9:21 
GeneralRe: tapi communication over the LAN Pin
Member 69108916-May-04 2:53
Member 69108916-May-04 2:53 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak16-May-04 4:22
mveDave Kreskowiak16-May-04 4:22 
GeneralRe: tapi communication over the LAN Pin
Member 69108916-May-04 7:57
Member 69108916-May-04 7:57 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak16-May-04 11:52
mveDave Kreskowiak16-May-04 11:52 
GeneralRe: tapi communication over the LAN Pin
andré_k28-Dec-04 21:49
andré_k28-Dec-04 21:49 
GeneralPassing data between forms Pin
pj4FarEweDsf14-May-04 14:35
pj4FarEweDsf14-May-04 14:35 
GeneralRe: Passing data between forms Pin
Meysam Mahfouzi14-May-04 16:05
Meysam Mahfouzi14-May-04 16:05 
GeneralRe: Passing data between forms Pin
Jeff Varszegi15-May-04 6:23
professionalJeff Varszegi15-May-04 6:23 
GeneralTicker &#8211;Gimme Some Desktop property.. Pin
Eustov14-May-04 13:56
Eustov14-May-04 13:56 
General&quot;DataGrid received an exception at design time. Please reset the DataSource and DataMember property on the grid.&quot; Pin
turtle9549214-May-04 11:37
turtle9549214-May-04 11:37 
GeneralRedrawing form borders Pin
PhineasPhreak14-May-04 10:41
PhineasPhreak14-May-04 10:41 
GeneralRe: Redrawing form borders Pin
Heath Stewart14-May-04 11:05
protectorHeath Stewart14-May-04 11:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.