Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Can i debug using assemblies from the GAC?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Julia  
View profile  
 More options Nov 16 2004, 4:07 am
Newsgroups: microsoft.public.dotnet.languages.csharp
From: "Julia" <codewiz...@012.net.il>
Date: Tue, 16 Nov 2004 11:07:04 +0200
Local: Tues, Nov 16 2004 4:07 am
Subject: Can i debug using assemblies from the GAC?

Is it possible to debug an application when with assemblies added to the
GAC?
I cannot set break points?!

Thanks


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Blewett [DevelopMentor]  
View profile  
 More options Nov 16 2004, 4:52 am
Newsgroups: microsoft.public.dotnet.languages.csharp
From: "Richard Blewett [DevelopMentor]" <richa...@NOSPAMdevelop.com>
Date: Tue, 16 Nov 2004 01:52:11 -0800
Local: Tues, Nov 16 2004 4:52 am
Subject: Re: Can i debug using assemblies from the GAC?
You need to put the .pdb file in the same physical directory as the assembly in the GAC. Do do this you have to use the command line as a shell extension masks the physical makeup of the GAC. You want to put the .pdb file in the following directory:

 c:\<windir>\assemblies\gac\<simple name>\<version>_<culture or blank>_<public key token>

 e.g.

 c:\windows\assemblies\gac\util\1.0.0.0__12adf3eb23567acf

 Regards

 Richard Blewett - DevelopMentor
 http://www.dotnetconsult.co.uk/weblog
 http://www.dotnetconsult.co.uk

   Is it possible to debug an application when with assemblies added to the
 GAC?
 I cannot set break points?!

 Thanks


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bonj  
View profile  
 More options Nov 17 2004, 11:23 am
Newsgroups: microsoft.public.dotnet.languages.csharp
From: "Bonj" <B...@discussions.microsoft.com>
Date: Wed, 17 Nov 2004 08:23:02 -0800
Local: Wed, Nov 17 2004 11:23 am
Subject: RE: Can i debug using assemblies from the GAC?
You dont' want to do that - debug it when it's in debug mode and in the
application  or debug directory or whatever. Then when you know it works as
you want, put it in release mode, do a build, build the setup project, and
that will install it into the GAC. You shouldn't ever need to *debug* it once
it's already in the GAC...

If you 're doing production-mode debugging (i.e. debugging that *has* to be
done on a computer that doesn't have the IDE installed) you'd want to be
doing a "special edition" build with a setup project that doesn't install to
the GAC.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Blewett [DevelopMentor]  
View profile  
 More options Nov 17 2004, 1:11 pm
Newsgroups: microsoft.public.dotnet.languages.csharp
From: "Richard Blewett [DevelopMentor]" <richa...@NOSPAMdevelop.com>
Date: Wed, 17 Nov 2004 10:11:13 -0800
Local: Wed, Nov 17 2004 1:11 pm
Subject: RE: Can i debug using assemblies from the GAC?
Try debugging a component thats being used from a BizTalk Orchestration then repost your opinion ;-).

 Sometimes you don't have an option about how you perform debugging

 Regards

 Richard Blewett - DevelopMentor
 http://www.dotnetconsult.co.uk/weblog
 http://www.dotnetconsult.co.uk

   You dont' want to do that - debug it when it's in debug mode and in the
 application or debug directory or whatever. Then when you know it works as
 you want, put it in release mode, do a build, build the setup project, and
 that will install it into the GAC. You shouldn't ever need to *debug* it once
 it's already in the GAC...

 If you 're doing production-mode debugging (i.e. debugging that *has* to be
 done on a computer that doesn't have the IDE installed) you'd want to be
 doing a "special edition" build with a setup project that doesn't install to
 the GAC.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google