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 ...)