Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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?
Posted

1 solution

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
 
Share this answer
 
v2
Comments
Simon Bang Terkildsen 6-Oct-11 19:12pm    
yeah, I realized that, saw your solution and deleted the answer :)
My 5
Sergey Alexandrovich Kryukov 6-Oct-11 19:15pm    
Thank you, Simon.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900