DiscoCodeGenerator unable to initialize code generator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pepe

    #1

    DiscoCodeGenerator unable to initialize code generator

    Hi,

    I have created the "Hello World" web service with one web method on it
    "HelloWorld " (yes the [WebMethod] tag is there). I have deployed the
    web service to a Windows 2003 server, then I create a new project in
    my local pc and try to add a web reference to the "Hello World" web
    service and I get the warning message:

    Custom tool warning: DiscoCodeGenera tor unable to initialize code
    generator. No code generated.
    It points to the Reference.map file and the Reference.cs file is
    empty.

    However, I did deploy the same web service to a Win2000 server and I
    was able to add the web reference with no problems

    I'm getting kind of frustrated on this one and any help would be
    greatly appreciated
  • John Jenkins

    #2
    Re: DiscoCodeGenera tor unable to initialize code generator

    Not totally sure, but this could be a permissions issue. I tried to deploy
    to a 2003 box and got an error relating to permission loading assemblies. I
    was forced to deploy to another box.

    Sorry if thisn't very helpful...2003 can be a pain

    "Pepe" <pepe_vasquez@m sn.com> wrote in message
    news:ec41fe47.0 409011133.56a2d 490@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I have created the "Hello World" web service with one web method on it
    > "HelloWorld " (yes the [WebMethod] tag is there). I have deployed the
    > web service to a Windows 2003 server, then I create a new project in
    > my local pc and try to add a web reference to the "Hello World" web
    > service and I get the warning message:
    >
    > Custom tool warning: DiscoCodeGenera tor unable to initialize code
    > generator. No code generated.
    > It points to the Reference.map file and the Reference.cs file is
    > empty.
    >
    > However, I did deploy the same web service to a Win2000 server and I
    > was able to add the web reference with no problems
    >
    > I'm getting kind of frustrated on this one and any help would be
    > greatly appreciated[/color]


    Comment

    Working...