Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2007 Jan : InternetCrackURL Returns ERROR_CANNOT_OPEN_PROFILE

www.cryer.info
Managed Newsgroup Archive

InternetCrackURL Returns ERROR_CANNOT_OPEN_PROFILE

Subject:InternetCrackURL Returns ERROR_CANNOT_OPEN_PROFILE
Posted by:"Max" (plea..@newsgroup)
Date:Wed, 24 Jan 2007 13:40:28

It happens on clean Windows 2000 Advanced Server installation. (Wich means
Internet Explorer 5.00.3700.1000 with service pack 4).
It does not happen with later versions of Internet Explorer with the same
piece of code.
Is it a known problem?
Does it have a fix or workaround?

This error is defined as follows in winerror.
//
// MessageId: ERROR_CANNOT_OPEN_PROFILE
//
// MessageText:
//
// Unable to open the network connection profile.
//
#define ERROR_CANNOT_OPEN_PROFILE 1205L

What is the network connection profile and how can I check whether it is
available?

Replies:

www.cryer.info
Managed Newsgroup Archive