N
Neville Lang
Hi all,
First my setup: VS2005 on Windows Vista 64-bit, Windows Mobile 2003 on
connected device, CustomInstaller.dll is written in C# in VS2005. Compact
Framework (CF) app that has some x86 EXEs on the desktop side and some CF
EXEs on the device side installed using CAB's and controlled by MSI /
Setup.exe.
I am having trouble attaching the VS2005 debugger to my CustomInstaller.dll
during the app's Uninstall process. In my C# Uninstall code in my
CustomInstaller, I added a MessageBox.Show("xxxx") to stop the uninstall
process so that I could attach the VS debugger and step through my
CustomInstaller code.
Prior to migrating my Solution from VS .NET 2003 to VS2005, something I have
done just recently, I could easily debug the CustomInstaller.dll by
attaching the MSIEXEC.EXE process to the VS .NET 2003 Debugger via VS's
Debug > Attach to Process... I find I cannot do this in VS2005 on Vista 64.
I keep getting the error message "Unable to attach to the process. The
system cannot find the file specified."
Has anyone else encountered this problem in VS2005? Could this be a VS2005
problem only on Vista 64?
Regards,
Neville Lang
First my setup: VS2005 on Windows Vista 64-bit, Windows Mobile 2003 on
connected device, CustomInstaller.dll is written in C# in VS2005. Compact
Framework (CF) app that has some x86 EXEs on the desktop side and some CF
EXEs on the device side installed using CAB's and controlled by MSI /
Setup.exe.
I am having trouble attaching the VS2005 debugger to my CustomInstaller.dll
during the app's Uninstall process. In my C# Uninstall code in my
CustomInstaller, I added a MessageBox.Show("xxxx") to stop the uninstall
process so that I could attach the VS debugger and step through my
CustomInstaller code.
Prior to migrating my Solution from VS .NET 2003 to VS2005, something I have
done just recently, I could easily debug the CustomInstaller.dll by
attaching the MSIEXEC.EXE process to the VS .NET 2003 Debugger via VS's
Debug > Attach to Process... I find I cannot do this in VS2005 on Vista 64.
I keep getting the error message "Unable to attach to the process. The
system cannot find the file specified."
Has anyone else encountered this problem in VS2005? Could this be a VS2005
problem only on Vista 64?
Regards,
Neville Lang