while compiling windows service

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

    while compiling windows service

    while compiling windows service

    Project configuration skipped because it is not selected in this solution
    configuration



    Regards,

    Raghavendra


  • Jon Skeet [C# MVP]

    #2
    Re: while compiling windows service

    raghavendra <raghavendra.ti lve@thomson.com > wrote:[color=blue]
    > while compiling windows service
    >
    > Project configuration skipped because it is not selected in this solution
    > configuration[/color]

    Look at your solution's build settings - you may have unchecked a
    project to be built for a particular configuration.

    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    • raghavendra

      #3
      Re: while compiling windows service

      Hi,

      I have checked in solution properties....i t's already checked ....
      i am able to build both with 0 errors & 0 warning successfully...


      "Jon Skeet [C# MVP]" <skeet@pobox.co m> wrote in message
      news:MPG.19eca5 838bb4646d98980 f@msnews.micros oft.com...[color=blue]
      > raghavendra <raghavendra.ti lve@thomson.com > wrote:[color=green]
      > > while compiling windows service
      > >
      > > Project configuration skipped because it is not selected in this[/color][/color]
      solution[color=blue][color=green]
      > > configuration[/color]
      >
      > Look at your solution's build settings - you may have unchecked a
      > project to be built for a particular configuration.
      >
      > --
      > Jon Skeet - <skeet@pobox.co m>
      > http://www.pobox.com/~skeet
      > If replying to the group, please do not mail me too[/color]


      Comment

      • Jeffrey Tan[MSFT]

        #4
        Re: while compiling windows service


        Hi ,

        After the project's Configuration has been checked, does your problem
        resolved?

        Best regards,
        Jeffrey Tan
        Microsoft Online Partner Support
        Get Secure! - www.microsoft.com/security
        This posting is provided "as is" with no warranties and confers no rights.

        --------------------
        | From: "raghavendr a" <raghavendra.ti lve@thomson.com >
        | References: <#UFwQrLjDHA.32 04@tk2msftngp13 .phx.gbl>
        <MPG.19eca5838b b4646d98980f@ms news.microsoft. com>
        | Subject: Re: while compiling windows service
        | Date: Wed, 8 Oct 2003 08:08:29 -0400
        | Lines: 24
        | X-Priority: 3
        | X-MSMail-Priority: Normal
        | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
        | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
        | Message-ID: <eoPD$bZjDHA.31 72@tk2msftngp13 .phx.gbl>
        | Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
        | NNTP-Posting-Host: 164.164.89.27
        | Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!tk2 msftngp13.phx.g bl
        | Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1898 06
        | X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
        |
        | Hi,
        |
        | I have checked in solution properties....i t's already checked ....
        | i am able to build both with 0 errors & 0 warning successfully...
        |
        |
        | "Jon Skeet [C# MVP]" <skeet@pobox.co m> wrote in message
        | news:MPG.19eca5 838bb4646d98980 f@msnews.micros oft.com...
        | > raghavendra <raghavendra.ti lve@thomson.com > wrote:
        | > > while compiling windows service
        | > >
        | > > Project configuration skipped because it is not selected in this
        | solution
        | > > configuration
        | >
        | > Look at your solution's build settings - you may have unchecked a
        | > project to be built for a particular configuration.
        | >
        | > --
        | > Jon Skeet - <skeet@pobox.co m>
        | > http://www.pobox.com/~skeet
        | > If replying to the group, please do not mail me too
        |
        |
        |

        Comment

        Working...