Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Wednesday, July 25, 2012

VS2010 Network BIOS Command Limit has been reached

Resolution :

1. Start Menu | Run | Regedit.exe
2. Create a DWORD key (32 bits) in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\parameters , name the key "MaxCmds" with a decimal value of 500.
3. Create a DWORD key (32 bits) in  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\parameters, name the key "MaxMpxCt" and give it a decimal value of 500.
4. Reboot the computer.