Re: Visual Studio 2008 Webservice conversion problem
- From: "John Saunders" <X0@xxxxxxxxxxxx>
- Date: Mon, 21 Apr 2008 14:51:11 -0400
"jms" <jms@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:C9B420A3-1A79-4228-87E6-F010EAA51F1A@xxxxxxxxxxxxxxxx
Hi,
I have a problem that confounds me. We have made a decision to go with
Visual Studio 2008. I have a webservice that was working fine in our dev
environment under 2005. The webservice needs to be able to run on Windows
2000 servers and Windows 2003 so I made the decision to Target Framework
version 2.0. I uninstalled the Webservice on our test server and installed
the new one. The Test environment happens to be a Windows 2003 Server. I am
now failing with
Exception type: HttpParseException
Exception message: Could not create type
messages. Nothing has changed in the structure or the code. I simple
converted the project to 2008 and recompiled... Any help would be greately
appreciated.
Could not create type usually means that your code did not actually compile.
Did you create your projects using File->New Project, or File->New Web Site? Web Sites aren't projects, so they don't compile.
--
--------------------------------------------------------------------------------
John Saunders | MVP – Windows Server System – Connected System Developer
.
- Follow-Ups:
- References:
- Prev by Date: Re: DateTimes and MinOccurs
- Next by Date: Re: Visual Studio 2008 Webservice conversion problem
- Previous by thread: Visual Studio 2008 Webservice conversion problem
- Next by thread: Re: Visual Studio 2008 Webservice conversion problem
- Index(es):
Relevant Pages
|