<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>AtlServer Forum Rss Feed</title><link>http://www.codeplex.com/AtlServer/Thread/List.aspx</link><description>AtlServer Forum Rss Description</description><item><title>New Post: SDL1005 Error for Sproxy.exe</title><link>http://atlserver.codeplex.com/discussions/42696</link><description>&lt;div style="line-height: normal;"&gt;gbuddell, thanks a lot for your reply!&lt;br /&gt;
&lt;/div&gt;</description><author>micbsv</author><pubDate>Tue, 23 Apr 2013 23:35:55 GMT</pubDate><guid isPermaLink="false">New Post: SDL1005 Error for Sproxy.exe 20130423113555P</guid></item><item><title>New Post: ISE Error SDL0000 : Internal Sproxy Error (most likely out of memory).</title><link>http://atlserver.codeplex.com/discussions/438927</link><description>&lt;div style="line-height: normal;"&gt;Hi Marcos,&lt;br /&gt;
&lt;br /&gt;
Thanks for the reply, I have tried using the same command that you used above and still I get the same error. Even when trying to build the header file using the weather web service I still get the same error.&lt;br /&gt;
&lt;br /&gt;
I am not sure if this is linked to my OS or possibly a missing reference somewhere? I am using Windows 7 64bit.&lt;br /&gt;
&lt;br /&gt;
Will debug the sproxy source in VS and see if I can find more details...&lt;br /&gt;
&lt;br /&gt;
Thanks again...&lt;br /&gt;
&lt;/div&gt;</description><author>donjuan201</author><pubDate>Wed, 03 Apr 2013 13:14:10 GMT</pubDate><guid isPermaLink="false">New Post: ISE Error SDL0000 : Internal Sproxy Error (most likely out of memory). 20130403011410P</guid></item><item><title>New Post: ISE Error SDL0000 : Internal Sproxy Error (most likely out of memory).</title><link>http://atlserver.codeplex.com/discussions/438927</link><description>&lt;div style="line-height: normal;"&gt;Hi.&lt;br /&gt;
I've just compiled sproxy in VS2012 ant it's working fine.&lt;br /&gt;
I tested with one server from &lt;a href="http://www.webservicex.net/ws/default.aspx" rel="nofollow"&gt;http://www.webservicex.net/ws/default.aspx&lt;/a&gt; that shows the global weather forecast: &lt;a href="http://www.webservicex.net/globalweather.asmx?WSDL" rel="nofollow"&gt;http://www.webservicex.net/globalweather.asmx?WSDL&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I managed to create the header file with the following command:&lt;br /&gt;
&lt;blockquote&gt;
.\sproxy.exe /wsdl &lt;a href="http://www.webservicex.net/globalweather.asmx?WSDL" rel="nofollow"&gt;http://www.webservicex.net/globalweather.asmx?WSDL&lt;/a&gt; /out:weather.h&lt;br /&gt;
&lt;/blockquote&gt;
where &amp;quot;weather.h&amp;quot; is my output file.&lt;br /&gt;
&lt;br /&gt;
What command are you using to try to create the header file?&lt;br /&gt;
&lt;br /&gt;
Marcos&lt;br /&gt;
&lt;/div&gt;</description><author>marcosmrs</author><pubDate>Wed, 03 Apr 2013 12:59:27 GMT</pubDate><guid isPermaLink="false">New Post: ISE Error SDL0000 : Internal Sproxy Error (most likely out of memory). 20130403125927P</guid></item><item><title>New Post: ISE Error SDL0000 : Internal Sproxy Error (most likely out of memory).</title><link>http://atlserver.codeplex.com/discussions/438927</link><description>&lt;div style="line-height: normal;"&gt;After following a lot of different tutorials on building and configuring the sproxy addition to VS2008 I finally got everything up and running.&lt;br /&gt;
&lt;br /&gt;
I now sit with the above SDL0000 error when trying to generate a header file to include in my project. I am not sure why this error was generated so I went through the source code and the error is linked to the sproxy.cpp file when evaluating the arguments. I have tried various different combinations of arguments to get my header file generated without any luck?&lt;br /&gt;
&lt;br /&gt;
If anyone has encountered the same error or know of a possible solution please assist?&lt;br /&gt;
&lt;/div&gt;</description><author>donjuan201</author><pubDate>Wed, 03 Apr 2013 11:49:26 GMT</pubDate><guid isPermaLink="false">New Post: ISE Error SDL0000 : Internal Sproxy Error (most likely out of memory). 20130403114926A</guid></item><item><title>New Post: Simple question, how to use ATL in VS2012?</title><link>http://atlserver.codeplex.com/discussions/435565</link><description>&lt;div style="line-height: normal;"&gt;VS2012 does not support ATL, how to use it in VS2012?&lt;br /&gt;
&lt;/div&gt;</description><author>digger_semi</author><pubDate>Wed, 06 Mar 2013 12:35:48 GMT</pubDate><guid isPermaLink="false">New Post: Simple question, how to use ATL in VS2012? 20130306123548P</guid></item><item><title>New Post: VS2012 compatibility</title><link>http://atlserver.codeplex.com/discussions/391907</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've got the same question...&lt;/p&gt;
&lt;/div&gt;</description><author>vyemialyanchyk</author><pubDate>Thu, 20 Dec 2012 00:57:32 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 compatibility 20121220125732A</guid></item><item><title>New Post: Is someone on this project looking into the .rdata issue?</title><link>http://atlserver.codeplex.com/discussions/397796</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm using VS2012 and ran into the same issue.&amp;nbsp; If you compare atlbase.h to an eariler version, such as VS2005, you'll see that these sections were changed&amp;nbsp;from &amp;quot;read, shared&amp;quot; to &amp;quot;read&amp;quot;.&lt;/p&gt;
&lt;p&gt;In the ATLServer source you'll see the same sections in atlisapi.h and atlpref.h.&amp;nbsp; I changed them to the following&lt;/p&gt;
&lt;p&gt;FROM:&lt;br&gt;
#pragma section(&amp;quot;ATLP$A&amp;quot;, read, shared)&lt;br&gt;
#pragma section(&amp;quot;ATLP$Z&amp;quot;, read, shared)&lt;br&gt;
#pragma section(&amp;quot;ATLP$C&amp;quot;, read, shared)&lt;/p&gt;
&lt;p&gt;TO:&lt;br&gt;
#pragma section(&amp;quot;ATLP$A&amp;quot;, read)&lt;br&gt;
#pragma section(&amp;quot;ATLP$Z&amp;quot;, read)&lt;br&gt;
#pragma section(&amp;quot;ATLP$C&amp;quot;, read)&lt;/p&gt;
&lt;p&gt;This eliminated the compiler warning and there seems to be no&amp;nbsp;unwanted side-effects.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>bwengert79</author><pubDate>Fri, 30 Nov 2012 22:28:21 GMT</pubDate><guid isPermaLink="false">New Post: Is someone on this project looking into the .rdata issue? 20121130102821P</guid></item><item><title>New Post: SProxy Anyone?</title><link>http://atlserver.codeplex.com/discussions/404963</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've recently been experimenting with WWSAPI and discovered (like everyone else) that it's not available on WinXP, which is an issue for me as many of our clients still run XP.&lt;/p&gt;
&lt;p&gt;This lead me to experiment with sproxy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've had some success making some modifications so it generates that proper code to communicate with a WWSAPI web service.&amp;nbsp; However, it definitely has some issues with nested complex types or messages with more than one part.&lt;/p&gt;
&lt;p&gt;Nested Complex Type example:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:element name=&amp;quot;UploadRequestType&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:complexType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:sequence&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:element name=&amp;quot;UploadInfoType&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:complexType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:sequence&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:element minOccurs=&amp;quot;1&amp;quot; name=&amp;quot;name&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:sequence&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:complexType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:element&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:element name=&amp;quot;UploadDataType&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:complexType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:sequence&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsd:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;data&amp;quot; type=&amp;quot;xsd:base64Binary&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:sequence&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:complexType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:element&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:sequence&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:complexType&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/xsd:element&amp;gt;&lt;/p&gt;
&lt;p&gt;Message Part Example:&lt;br&gt;
&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;IFileManager_Upload_InputMessage&amp;quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;theInfo&amp;quot; element=&amp;quot;tns:UploadInfoType&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;theData&amp;quot; element=&amp;quot;tns:UploadDataType&amp;quot; /&amp;gt;&lt;br&gt;
&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;&lt;/p&gt;
&lt;p&gt;I know I could go the .NET route but I'm a native kind of guy. Anyone out there playing around with proxy?&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>bwengert79</author><pubDate>Thu, 29 Nov 2012 01:22:52 GMT</pubDate><guid isPermaLink="false">New Post: SProxy Anyone? 20121129012252A</guid></item><item><title>New Post: VS 2012 cannot find include file.</title><link>http://atlserver.codeplex.com/discussions/397539</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My solution was to create a simple test app that included a static ATL library.&lt;/p&gt;
&lt;p&gt;Then I used the property sheet from the simple app in the original project.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>williamj77</author><pubDate>Mon, 22 Oct 2012 17:12:49 GMT</pubDate><guid isPermaLink="false">New Post: VS 2012 cannot find include file. 20121022051249P</guid></item><item><title>New Post: Is someone on this project looking into the .rdata issue?</title><link>http://atlserver.codeplex.com/discussions/397796</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;This seems to be an issue:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/vcmfcatl/thread/4763bc2d-0e86-45e9-bfe4-ddaa735e5ad5"&gt;http://social.msdn.microsoft.com/Forums/en-US/vcmfcatl/thread/4763bc2d-0e86-45e9-bfe4-ddaa735e5ad5&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>rasharm_msft</author><pubDate>Tue, 02 Oct 2012 23:53:22 GMT</pubDate><guid isPermaLink="false">New Post: Is someone on this project looking into the .rdata issue? 20121002115322P</guid></item><item><title>New Post: VS 2012 cannot find include file.</title><link>http://atlserver.codeplex.com/discussions/397539</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;VS 2012 says it cannot find the &amp;quot;atlrx.h&amp;quot; include file.&lt;/p&gt;
&lt;p&gt;I simply added the include directory to an existing property sheet.&lt;/p&gt;
&lt;p&gt;Yet, VS still can't find the file.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;williamj&lt;/p&gt;
&lt;/div&gt;</description><author>williamj77</author><pubDate>Mon, 01 Oct 2012 14:19:47 GMT</pubDate><guid isPermaLink="false">New Post: VS 2012 cannot find include file. 20121001021947P</guid></item><item><title>New Post: VS2012 compatibility</title><link>http://atlserver.codeplex.com/discussions/391907</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I tried compiling with VS2012 recently, and it told me it couldn't find dbgautoattach.h when atlisapi.h&amp;nbsp;tried to #include it. The issue appears at
&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/728582/dbgautoattach-h-is-missing"&gt;
microsoft connect&lt;/a&gt; too, but they offer no solution except to remove the offending reference.&lt;/p&gt;
&lt;p&gt;So I removed the #include&amp;nbsp;&amp;lt;dbgautoattach.h&amp;gt; from atlisapi.h, and everything still works.&lt;/p&gt;
&lt;p&gt;What purpose did that file serve, and what is going to stop working now it's been removed? Should we accept this as a full and proper resolution of the problem, and if so, should a new release of ATL Server be made with it removed? If not, what else can
 be done?&lt;/p&gt;
&lt;/div&gt;</description><author>andy_p</author><pubDate>Thu, 16 Aug 2012 18:33:57 GMT</pubDate><guid isPermaLink="false">New Post: VS2012 compatibility 20120816063357P</guid></item><item><title>New Post: Bug in CAtlHttpClientT::ReadChunkedBody() ?</title><link>http://atlserver.codeplex.com/discussions/358565</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'd like to pay attention to the issue described here:&lt;/p&gt;
&lt;p&gt;http://www.tech-archive.net/Archive/VC/microsoft.public.vc.atl/2005-04/msg00139.html&lt;/p&gt;
&lt;p&gt;Chunked responses with png images began to work right for me only after I made this fix. Thanks to Shaun.&lt;/p&gt;
&lt;p&gt;Probably it's worth fixing in the repository.&lt;/p&gt;
&lt;p&gt;-- Sergei&lt;/p&gt;
&lt;/div&gt;</description><author>sleschinski</author><pubDate>Wed, 06 Jun 2012 12:09:53 GMT</pubDate><guid isPermaLink="false">New Post: Bug in CAtlHttpClientT::ReadChunkedBody() ? 20120606120953P</guid></item><item><title>New Post: ATL Server</title><link>http://atlserver.codeplex.com/discussions/357127</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We have ATL Server implementation for our web services and we are seeing some memory leak and IISDiag make us point to the CWin32Heap::Free function. Within the services we have used ATL Server Mem Manager to allocate memory for the&amp;nbsp;web service params&amp;nbsp;which
 needs to be returned to the client. (e.g: &amp;#65279;&amp;#65279;&amp;#65279;GetMemMgr()-&amp;gt;Allocate(size) ). Now the question is can be used for local variables used within the context of web service implementation?. Also the freeing of this memory shall happen automatically?&lt;/p&gt;
&lt;p&gt;Any help in this regard is appreciated.&lt;/p&gt;
&lt;p&gt;Thanks in Advance,&lt;/p&gt;
&lt;p&gt;Sujith&lt;/p&gt;
&lt;/div&gt;</description><author>manuelsujith</author><pubDate>Fri, 25 May 2012 13:23:51 GMT</pubDate><guid isPermaLink="false">New Post: ATL Server 20120525012351P</guid></item><item><title>New Post: I would like to download ATL Server sample apps</title><link>http://atlserver.codeplex.com/discussions/352005</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I would like to download ATL server sample apps, but I could not find the download link on codeplex.&lt;/p&gt;
&lt;p&gt;Could you please share download link? I'm especially interested in HttpClient sample. The task is the following:&lt;/p&gt;
&lt;p&gt;1. Download image (jpg, png, etc)&amp;nbsp;using CAtlHttpClient&lt;/p&gt;
&lt;p&gt;2. Create instance of CImage based on image byte array&lt;/p&gt;
&lt;p&gt;3. Display it in MFC app&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Andrew&lt;/p&gt;
&lt;/div&gt;</description><author>komiagin</author><pubDate>Thu, 12 Apr 2012 07:08:34 GMT</pubDate><guid isPermaLink="false">New Post: I would like to download ATL Server sample apps 20120412070834A</guid></item><item><title>New Post: SDL1005 Error for Sproxy.exe</title><link>http://atlserver.codeplex.com/discussions/42696</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I know this is a &lt;em&gt;really&lt;/em&gt; old topic, but in the interests of providing an answer to anyone else who stumbles across this question via Google, here's the fix that I've found:&lt;/p&gt;
&lt;p&gt;Make sure that when you call sproxy.exe at the command line, you include the /wsdl parameter (sproxy.exe /wsdl [/output:filename] service_location). The documentation for the sproxy.exe utility is &lt;a href="http://msdn.microsoft.com/en-us/library/ztta389h(VS.80).aspx"&gt;here on MSDN&lt;/a&gt;, if you need it.&lt;/p&gt;&lt;/div&gt;</description><author>gbuddell</author><pubDate>Mon, 27 Feb 2012 19:11:22 GMT</pubDate><guid isPermaLink="false">New Post: SDL1005 Error for Sproxy.exe 20120227071122P</guid></item><item><title>New Post: Deploy ATL Server via VS2008</title><link>http://atlserver.codeplex.com/discussions/279427</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;So it turns out I am an idiot (or at least I act as one for my job). &amp;nbsp;I had been messing around with this upgraded project and had commented out the contents of the [SERVICE].def file. &amp;nbsp;As soon as I replaced the contents of that .def file, everything worked again. &amp;nbsp;Good thing it only took me 10 hours to figure that out...&lt;/p&gt;&lt;/div&gt;</description><author>svendogg21</author><pubDate>Tue, 15 Nov 2011 15:26:06 GMT</pubDate><guid isPermaLink="false">New Post: Deploy ATL Server via VS2008 20111115032606P</guid></item><item><title>New Post: Deploy ATL Server via VS2008</title><link>http://atlserver.codeplex.com/discussions/279427</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I followed jpsander's &lt;a href="http://blogs.msdn.com/b/jpsanders/archive/2008/01/17/building-with-atlserver-based-soap-project-with-visual-studio-2008.aspx"&gt;
guide &lt;/a&gt;to getting ATL Server projects running in Visual Studio 2008 and I can compile/link my project just fine using that technique in Visual Studio 2010. &amp;nbsp;However, I am unable to connect to the service built using ATL Server once I deploy it locally
 in IIS. &amp;nbsp;If I try to hit the Handler for the WSDL for the service (localhost/[SERVICE]/[SERVICE_DLL]?Handler=GenSERVICEWSDL), I get this error in Chrome: &amp;nbsp;-2147467259 (0x80004005). &amp;nbsp;IE and IIS logging tell me that it is a 500 error but that's
 all the detail I can get. &amp;nbsp;The only changes I made were to get it to compile in VS2010 (a combination of jpsander's guide and various compiler issues, nothing that should have affected functionality).&lt;/p&gt;
&lt;p&gt;Has anyone else encountered this? &amp;nbsp;Does anyone know any way of getting more detail on what exactly is going wrong here? &amp;nbsp;Do I need to somehow package the ATL Server code with the project? This is my first foray into ATL Server stuff and as you
 can tell, it isn't going as well as I would like :)&lt;/p&gt;
&lt;p&gt;On a quasi-related note, Intellisense will give me errors related to &amp;quot;#injected_line&amp;quot; being an unrecognized preprocessor directive, but doesn't prevent compilation. &amp;nbsp;Is that expected?&lt;/p&gt;
&lt;/div&gt;</description><author>svendogg21</author><pubDate>Mon, 14 Nov 2011 20:12:15 GMT</pubDate><guid isPermaLink="false">New Post: Deploy ATL Server via VS2008 20111114081215P</guid></item><item><title>New Post: sproxy project error when openeing in VS2010</title><link>http://atlserver.codeplex.com/discussions/255813</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;&lt;br /&gt; &lt;br /&gt; Yes. That would be great :-)&lt;br /&gt; You can send it to mail mail gheorghe.marinca at. &lt;a href="http://gmail.com" target="_blank"&gt; gmail.com&lt;/a&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>Ghita</author><pubDate>Tue, 13 Sep 2011 06:55:06 GMT</pubDate><guid isPermaLink="false">New Post: sproxy project error when openeing in VS2010 20110913065506A</guid></item><item><title>New Post: sproxy project error when openeing in VS2010</title><link>http://atlserver.codeplex.com/discussions/255813</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I had the same problem, but with a little work I was able to manually convert it to VC 2010. I was only interested in sproxy, so I didn't try to build/convert the other components. But sproxy works now. I can send you the solution if you like.&lt;/p&gt;&lt;/div&gt;</description><author>andychops</author><pubDate>Tue, 13 Sep 2011 02:00:16 GMT</pubDate><guid isPermaLink="false">New Post: sproxy project error when openeing in VS2010 20110913020016A</guid></item></channel></rss>