Peli,

Sorry I'm behind on my WiX reading. :) While I don't know how to force a
PDB file into the GAC, I'm guessing you're looking to get the PDB file
there for debugging so you get source, line, and locals. If that's the
case, an easier thing to do is to set the DEVPATH environment variable.
That way you can have the CLR use a directory as an addendum to the GAC
and you can keep your PDB file alongside the assembly. I'm on a plane
right now so can't give you the MSDN Online URL, but here's where
DEVPATH is discussed in the MSDN Library:
ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxconf
ig/html/44d2eadf-7eec-443c-a2ac-d601fd919e17.htm

If this is not what you were after, just ignore me. :) 

John
Wintellect
http://www.wintellect.com
877-968-5528

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:wix-users-
>[EMAIL PROTECTED] On Behalf Of Peli de Halleux
>Sent: Wednesday, February 07, 2007 12:25 AM
>To: wix-users@lists.sourceforge.net
>Subject: [WiX-users] Placing PDB next to assemblies in the GAC
>
>I am looking for a way to place the symbol files (pdb's) next to
>assemblies that are installed in the GAC (to get nice stacktraces). Has
>anybody already tried this?
>
>
>
>Thanks, Peli


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to