Archived Forum Post

Index of archived forum posts

Question:

AccessViolatoinException on HttpResponse.BodyStr

Jun 19 '13 at 16:12

Hi,

I have the following code: string url = string.Format("http://{0}:{1}/{2}", server, port, service); Uri uri = new Uri(url);

        Chilkat.Http http = new Http();
        bool ret = http.UnlockComponent("my license");

        HttpResponse response = http.QuickGetObj(url);
        return response.BodyStr;

From time to time the BodyStr throws AccessViolationException.

Any idea?

Thanks a lot

Ophir


Answer

This should already be fixed. What .NET Framework do you use, and is it 32-bit or 64-bit?


Answer

Check to see if this new build resolves the problem: http://www.chilkatsoft.com/preRelease/ChilkatDotNet2-9.4.1-x64.zip