- Регистрация
- 11.06.2013
- Сообщения
- 7
- Благодарностей
- 1
- Баллы
- 0
Hello,
I have this code writen in CodeProject
instance.SetAuthorizationPolicy("ok", username, pass);
instance.SetProxy(proxy);
When I run application in CodeProject I get this message:
Access to requested resource disallowed by administrator or you need valid username/password to use this resource
When the same project run in ZennoPoster project work fine and proxy setup is ok.
Problem with proxy is only in CodeProject, how to resolve this?
I have this code writen in CodeProject
instance.SetAuthorizationPolicy("ok", username, pass);
instance.SetProxy(proxy);
When I run application in CodeProject I get this message:
Access to requested resource disallowed by administrator or you need valid username/password to use this resource
When the same project run in ZennoPoster project work fine and proxy setup is ok.
Problem with proxy is only in CodeProject, how to resolve this?