尝试通过其访问权限不允许访问套接字

问题描述:



我正在尝试运行MJsniffer代码,但始终会收到相同的错误尝试通过其访问权限不允许访问套接字".我在WINDOWS 7上使用Visual Studio 2010 Express.我认为问题可能出在操作系统权限问题上.

Hi,

I''m trying to run the MJsniffer code but always get the same error "attempt of access to socket not allowed by its permissions of access". I''m using Visual Studio 2010 Express on WINDOWS 7. i think that the problem could be the operating system permissions issue.
could you please help me?

谁知道你想做什么?但是机会是,您对权限是正确的.

首先,请尝试使用提升的特权运行您的程序.仅以管理员身份登录还不够,甚至不需要.您应该以管理员身份明确运行该应用程序.您可以使用以下选项: http://www.sevenforums.com/tutorials/11841-run- administrator.html [^ ].

—SA
Who knows what are you trying to do? But chances are, you are right about permissions.

Fist of all, try to run your program using elevated privileges. Just to log in as administrator is not enough, and not even required. You should explicitly run the application as an administrator. Here are the options you can use: http://www.sevenforums.com/tutorials/11841-run-administrator.html[^].

—SA