I should have mentioned that my code was written in C# -- the link you gave
was for C++. The problem isn't just that I can't debug the assemblies -- the
"Leili Pournasseh[MSFT]" wrote:
> Hi,
> I hope this answer your question:
> One of the new linker switches: "...assemblydebug- This switch is available on the Linker Debugging Project property
> page through the Debuggable Assembly property. This switch is equivalent to the [Debuggable] attribute, which the
> compiler adds to indicate to the runtime that the assembly can be debugged. The values passed through the attribute tell
> the runtime to track information important to the debugger and to turn off just-in-time (JIT) optimization. ..."
> Taken from:
>
http://msdn.microsoft.com/msdnmag/issues/03/03/VisualCNET/#S8 >
>
> --------------------
> > Thread-Topic: Problem accessing satellite assemblies in VS2005
> > thread-index: Acb56gpcPIAXJwB/SgWp+rBzMcStow==
> > X-WBNR-Posting-Host: 64.65.129.114
> > From: =?Utf-8?B?cGRjb3NzZXR0ZQ==?= <pdcossette@discussions.microsoft.com>
> > Subject: Problem accessing satellite assemblies in VS2005
> > Date: Fri, 27 Oct 2006 10:05:01 -0700
> > Lines: 10
> > Message-ID: <A6F3D304-5665-42F6-B3FC-7B18ADAE5F30@microsoft.com>
> > MIME-Version: 1.0
> > Content-Type: text/plain;
> > charset="Utf-8"
> > Content-Transfer-Encoding: 7bit
> > X-Newsreader: Microsoft CDO for Windows 2000
> > Content-Class: urn:content-classes:message
> > Importance: normal
> > Priority: normal
> > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> > Newsgroups: microsoft.public.dotnet.internationalization
> > Path: TK2MSFTNGXA01.phx.gbl
> > Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.internationalization:2533
> > NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
> > X-Tomcat-NG: microsoft.public.dotnet.internationalization
> >
> > I have an ASP.NET application that stores strings in .resx files in the
> > App_GlobalResources folder. These files are sent to another company for
> > translation and returned in satellite assemblies, which are then placed in
> > the bin folder of the web application. When deployed the application uses
> > the satellite assemblies just fine, but when I try to debug in VS2005 these
> > satellite assemblies are ignored. The current culture is set programatically
> > based on user preferences.
> >
> > Is there any way to acess the satellite assemblies when debugging?
> >
> >
>
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the
> terms specified at
http://www.microsoft.com/info/cpyright.htm >
> Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread
> from which they originated.
>