My personal blog about Microsoft Dynamics in code and text (Stockholm/Sweden)
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at this site.
Visual Studio 2005 project
I saw in your code, that you make a "webRequest.GetResponse();" call without disposing the returned response. I think, it would be good to explicitely free the response object by writing the code like "using ( WebResponse myResponse = webRequest.GetResponse() ){}".
Regards,
Alexander
Good comment and you are so right! I will try to update the source code this week.
ping back from http://www.castorsoft.com/articles/2008.3.20.htm