Dear all,
I am facing a frustrating problem in trying to make sense of an
existing MMC Snapin developed using Visual Studio .NET by You-Know-Who.
Well, the project type for the Snapin is a Class Library. Once I build
the solution from visual Studio .NET, the solution consisting of the
Class Library and the Packager, will churn out a .MSC file.. All this
is working fine..
I am supposed to enhance this project and I must add that I have no
prior experience in developing or debugging MMC Snapins in .NET. Since
I have not developed this project, I have really no clue as to how to
go about getting into a debug environment for this project. Can anyone
please help?? An attempt to debug would say that the project is of
class library type and therefore cannot be debugged directly....
I need to be able to debug to make sense of how this one works...
Any help would be really appreciated..
Thanks and regards,
Varkey
"Peter Huang" [MSFT] - 11 Aug 2005 03:42 GMT
Hi
The class library project, we need to attach to the process as the link
below
Attaching to a Running Program
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/htm
l/vxtskAttachingToRunningProgram.asp
For mmc extension, you may try to attach to the mmc.exe which launch the
msc extension.
Best regards,
Peter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.