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 Windows Mobile

After download of a CAB file from Internet Explorer the installation fails on HTC Touch 2

When download a .cab file from Internet Explorer it renames the file from .cab to .tsk (The TSK file type is primarily associated with ‘Skins (Themes) for Pocket PC PDAs’, these generally are Microsoft .CAB files). Failing to install and open Today screen themes.

Cause:
It’s a bug of HTC Touch 2 device.

Solution:

When you start downloading the file in the request form where you can select the Open file after download checkbox tap Menu > Save as… change Type from tsk to all files then add .cab extension to the filename then click Save button.

Did my solution solve your problem? Leave a reply.