Categories
C#.NET Microsoft VB.NET Visual Studio Windows 7 Windows 8 / 8.1 Windows Mobile Windows Vista Windows XP

The breakpoint will not currently be hit. The specified module has not been loaded

The breakpoint will not currently be hit. The specified module has not been loaded

When you debug with Visual Studio 2005 and a Windows Mobile/Windows CE/Pocket PC from 5.0 to 6.5 version device running .NET Compact Framework 2.0 breakpoint not works showing a ring instead of the normal red dot and when holding the mouse over it shows the above error message.

Solution:
Close Visual Studio and re-install the SDK.

Note: If still not work download and install the following patch
.NET Compact Framework 2.0 Service Pack 1 Patch

Did my solution solve your problem? Leave a reply.

Categories
Microsoft Visual Studio Windows 7 Windows Server 2008 Windows Vista

Microsoft Visual Studio 2005 Service Pack 1 installation fails on Microsoft Windows 7

When you try to install the Microsoft Visual Studio 2005 Service Pack 1 on Microsoft Windows 7 appears the following error message:

The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.

in Italian:

Impossibile installare la patch di aggiornamento perché il programma da aggiornare manca oppure la patch è progettata per aggiornare una versione differente di tale programma. Assicurarsi che il programma da aggiornare sia disponibile nel computer in uso e che la versione della patch di aggiornamento sia corretta.

Solution:

Download and install SP1 from the following link:
Microsoft® Visual Studio® 2005 Team Suite Service Pack 1

Update:

After you can install the following update:
Visual Studio 2005 Service Pack 1 Update for Windows Vista (This update also applies to Windows 7, Windows Server 2008, and Windows Server 2008 R2)

Did my solution solve your problem? Leave a reply.