Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. VS 2008 and ATL Web Service / Server

VS 2008 and ATL Web Service / Server

Scheduled Pinned Locked Moved ATL / WTL / STL
c++visual-studiocomsysadminhelp
4 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hadi Rezaee
    wrote on last edited by
    #1

    Hi, I've installed VS 2008 and i want to create a new ATL Webservice project. I just downloaded the last update of ATL Server project from Codeplex.com and copied the *.h files into related directories and build the VCDeploy, SProxy and ... utilities. But i cannot find the ATL Webservice / Server Project template in VS 2008. Please help me what to do ?! Regards,

    S 1 Reply Last reply
    0
    • H Hadi Rezaee

      Hi, I've installed VS 2008 and i want to create a new ATL Webservice project. I just downloaded the last update of ATL Server project from Codeplex.com and copied the *.h files into related directories and build the VCDeploy, SProxy and ... utilities. But i cannot find the ATL Webservice / Server Project template in VS 2008. Please help me what to do ?! Regards,

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      There's no project wizard/template in the ATL Server project - probably because the one that came in VS2003 (and VS2005? I don't know) is (c) Microsoft. Two options:

      1. Write it from scratch yourself
      2. Create an ATL Server project in a version of VS that does have the ATL Server project wizard and then upgrade it into VS2008
      H 1 Reply Last reply
      0
      • S Stuart Dootson

        There's no project wizard/template in the ATL Server project - probably because the one that came in VS2003 (and VS2005? I don't know) is (c) Microsoft. Two options:

        1. Write it from scratch yourself
        2. Create an ATL Server project in a version of VS that does have the ATL Server project wizard and then upgrade it into VS2008
        H Offline
        H Offline
        Hadi Rezaee
        wrote on last edited by
        #3

        Well, it is sad that there is no way to start new project from VS2008 even when ATL Web Service/Server project has been moved to open communicate (So what the ... developer group do ?!!!!!) Ok, I've converted one of my old ATL Webservice project to VS9, but i got some errors about :

        error C2337: 'request_handler' : attribute not found
        error C2337: 'soap_handler' : attribute not found
        fatal error C1903: unable to recover from previous error(s); stopping compilation

        I googled the web and found out i should use /FX for compiling the project, but i had no luck and got same errors ! Is there anyway to solve this problem ? (It seems it's time to dotnet ...)

        S 1 Reply Last reply
        0
        • H Hadi Rezaee

          Well, it is sad that there is no way to start new project from VS2008 even when ATL Web Service/Server project has been moved to open communicate (So what the ... developer group do ?!!!!!) Ok, I've converted one of my old ATL Webservice project to VS9, but i got some errors about :

          error C2337: 'request_handler' : attribute not found
          error C2337: 'soap_handler' : attribute not found
          fatal error C1903: unable to recover from previous error(s); stopping compilation

          I googled the web and found out i should use /FX for compiling the project, but i had no luck and got same errors ! Is there anyway to solve this problem ? (It seems it's time to dotnet ...)

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #4

          Seems to me that the ATL server attributes have been removed from the compiler (because that's where they're implemented). Looking at the attribute references for VS2005 and VS2008 on MSDN, you can see that the ATL Server attributes have disappeared between the two releases. What's wrong with just staying with VS2005 for building ATL Server projects? It's not like you have to be using the latest version - just look at all the people who still use (and prefer) VS6 to build MFC apps...can't for the life of me understand why they prefer VS6, but there you go.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups