Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Determine results of DockStyle.Fill (size/width) during form initialization? Pin
Anonymous18-Mar-03 7:21
Anonymous18-Mar-03 7:21 
GeneralUpdate a Treeview from a Listview click Pin
vlusardi17-Mar-03 8:49
vlusardi17-Mar-03 8:49 
GeneralRe: Update a Treeview from a Listview click Pin
Stephane Rodriguez.17-Mar-03 21:37
Stephane Rodriguez.17-Mar-03 21:37 
GeneralRe: Update a Treeview from a Listview click Pin
vlusardi18-Mar-03 5:31
vlusardi18-Mar-03 5:31 
GeneralMDI Question Pin
Cody C17-Mar-03 8:14
sussCody C17-Mar-03 8:14 
GeneralRe: MDI Question Pin
Don_s25-Mar-03 3:35
Don_s25-Mar-03 3:35 
GeneralRe: MDI Question Pin
codycaillet25-Mar-03 4:57
codycaillet25-Mar-03 4:57 
GeneralEasy Question for a Web Services Guru... really!! Pin
codeweenie17-Mar-03 7:18
codeweenie17-Mar-03 7:18 
I have written a simple web service, well it's kind of complexe, but it is working GREAT on my local machine. I can call it via the URL and it does EXACTLY what I want it to do (http://localhost/webServiceName/WebService.asmx/theWebMethod?var1=stingVar1&var2=stringVar2....). So now I want to put it out on my production server. So I follow all the steps that are laid out in this example.

When I run it, I get this error:
==========================================
Server Error in '/agnWmEventTools' Application.
--------------------------------------------------------------------------------

Request format is unrecognized. 
Description: An unhandled exception occurred during the execution of the current web request.
Please review the stack trace for more information about the error and where it originated
in the code. 


Exception Details: System.InvalidOperationException: Request format is unrecognized.


Source Error: 

An unhandled exception was generated during the execution of the current web request. 
Information regarding the origin and location of the exception can be identified using the exception stack trace below.  


Stack Trace: 
[InvalidOperationException: Request format is unrecognized.]
   System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +388
   System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +94
   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +718
   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.510; ASP.NET Version:1.1.4322.510

==========================================

I know this has to be something simple, right?? Big Grin | :-D The only difference is in the systems running it. When I first put this on, I got an MDAC issue so I upgraded the MDAC on the server running .Net and that error went away and now I get this error above.

Thanks,
Bill K.
GeneralRe: Easy Question for a Web Services Guru... really!! Pin
codeweenie18-Mar-03 3:08
codeweenie18-Mar-03 3:08 
GeneralOverriding ToString Pin
monrobot1317-Mar-03 5:39
monrobot1317-Mar-03 5:39 
GeneralRe: Overriding ToString Pin
Stephane Rodriguez.17-Mar-03 5:59
Stephane Rodriguez.17-Mar-03 5:59 
GeneralRe: Overriding ToString Pin
monrobot1317-Mar-03 7:02
monrobot1317-Mar-03 7:02 
GeneralRe: Overriding ToString Pin
se99ts17-Mar-03 21:12
se99ts17-Mar-03 21:12 
GeneralRe: Overriding ToString Pin
Stephane Rodriguez.17-Mar-03 21:29
Stephane Rodriguez.17-Mar-03 21:29 
GeneralRe: Overriding ToString Pin
se99ts17-Mar-03 21:35
se99ts17-Mar-03 21:35 
GeneralRe: Overriding ToString Pin
Stephane Rodriguez.17-Mar-03 21:46
Stephane Rodriguez.17-Mar-03 21:46 
GeneralRe: Overriding ToString Pin
leppie17-Mar-03 6:04
leppie17-Mar-03 6:04 
GeneralRe: Overriding ToString Pin
monrobot1317-Mar-03 7:03
monrobot1317-Mar-03 7:03 
GeneralRe: Overriding ToString Pin
Wolfgang Loder18-Mar-03 1:55
Wolfgang Loder18-Mar-03 1:55 
GeneralRe: Overriding ToString Pin
Don_s25-Mar-03 3:45
Don_s25-Mar-03 3:45 
GeneralWebServices and Security Pin
Braulio Dez17-Mar-03 5:13
Braulio Dez17-Mar-03 5:13 
GeneralRe: WebServices and Security Pin
Kannan Kalyanaraman17-Mar-03 17:56
Kannan Kalyanaraman17-Mar-03 17:56 
Generalform to form Pin
monrobot1317-Mar-03 4:56
monrobot1317-Mar-03 4:56 
GeneralRe: form to form Pin
Braulio Dez17-Mar-03 5:16
Braulio Dez17-Mar-03 5:16 
GeneralRe: form to form Pin
Anonymous19-Mar-03 1:34
Anonymous19-Mar-03 1:34 

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.