Hi Jay
To do this, follow these steps:
--------------------------------------------------------------
Click Start, click Run, type regedit, and then click OK.
Locate and then click the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\VB Editor
Note If you are using Visual Basic Express, the registry key is as follows:
HKEY_CURRENT_USER\Software\Microsoft\VBExpress\8.0\VB Editor
Click Edit, click New, and then click DWORD Value.
Type OptimizePDB, and then press ENTER.
Right-click OptimizePDB, and then click Modify.
Type 1, and then click OK.
Exit Registry Editor.
After you add the OptimizePDB registry value, open the Visual Basic solution in Visual Studio 2005. Then, click Clean Solution on the Build menu.
The OptimizePDB registry value makes the Visual Basic compiler optimize the .pdb file to improve performance. However, the new .pdb file format is not fully compatible with the old .pdb file format. Therefore, a version of Visual Studio 2005 that does not have this hotfix applied may be unable to read the new .pdb file format. To resolve this issue, use one of the following methods:
Apply this hotfix on all development computers.
Click Clean Solution or Rebuild Solution on the Build menu before you start debugging the solutio
Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator