RE: Custom Module will not debug
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Tue, 18 Mar 2008 02:50:59 GMT
Hi Dave,
Thanks for your feedback.
This is not a feature of Visual Studio. It is the .Net loader algorithm
that probes the GAC first. This is documented in the link below:
http://msdn2.microsoft.com/en-us/library/yx7xezcf.aspx
Note: .Net loader will only probe GAC for strong named assembly. This
algorithm decision is introduced to address the DLL Hell and version
conflict problem pre-.Net. So, for debugging purpose, you may not deploy
your strong named assembly into the GAC. Once the .Net loader can not find
your strong named assembly in GAC, it will use your private folder assembly
instead. This will be convenient for development debugging.
Additionally, one approach to find out where your assembly is loaded from
is using Debug->Windows->Modules window. In this window, you can find your
assembly module and its full path.
Hope this makes sense.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Custom Module will not debug
- From: David Thielen
- RE: Custom Module will not debug
- From: "Jeffrey Tan[MSFT]"
- RE: Custom Module will not debug
- From: David Thielen
- Custom Module will not debug
- Prev by Date: RE: Custom Module will not debug
- Next by Date: Weird Literal rendering behavior
- Previous by thread: RE: Custom Module will not debug
- Next by thread: Debug vs Release compile differences.
- Index(es):
Relevant Pages
|