RE: Application Configuration File for using CRT locally in VC++ 9.0
- From: v-fengch@xxxxxxxxxxxxxxxxxxxx (Feng Chen[MSFT])
- Date: Tue, 01 Jul 2008 06:59:19 GMT
Hello Ralf,
This configuration file looks fine. However, I'm not very sure about the
exact meaning in this sentence: "The dlls which are loaded from my main
application still require version 9.0.21022.8 of the CRT and the MFC". I
assume that you came across some error message or exception. If this is
true, can you post the error message or dialog here with the details?
For the other DLL, is it shipped with application configuration files
(.config file) that specifies apply="no" in <publisherPolicy>? The
per-application configuration will be ignored if you ship components with a
..config file specifying apply="yes" in <publisherPolicy>.
In addition, I'd appreciate it if you can send me a sample project and the
detailed steps to reproduce the problem, so that we can investigate the
issue locally. It is not necessary that you send out the complete whole of
your project. We just need a sample to reproduce the problem. You can
remove any confidential information or business details from it.
Please let me know about the information above so that I can provide
further assistance on this problem. Look forward to hearing from you soon!
Thanks!
Sincerely,
Feng Chen(v-fengch@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document: http://blogs.msdn.com/msdnts/pages/postingAlias.aspx
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.
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.
--------------------
| Thread-Topic: Application Configuration File for using CRT locally in
VC++ 9.0
| thread-index: Acjak1CQ3xXZQFtDSKK9ATiII8EKgA==
| X-WBNR-Posting-Host: 207.46.19.168
| From: =?Utf-8?B?UmFsZiBUb2JlbA==?= <rtobel@xxxxxxxxxxxxxxx>
| Subject: Application Configuration File for using CRT locally in VC++ 9.0
| Date: Mon, 30 Jun 2008 02:26:02 -0700
| Lines: 52
| Message-ID: <D4340D60-E6E7-44D4-B941-B10068651ED5@xxxxxxxxxxxxx>
| 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.2992
| Newsgroups: microsoft.public.vc.ide_general
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.vc.ide_general:1526
| NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148
| X-Tomcat-NG: microsoft.public.vc.ide_general
|
| Hi All,
|
| I'm trying to set up an application configuration file to be able to use
the
| CRT and MFC locally in the application folder.
|
| I need an application configuration file, because I have to redirect the
| versions of CRT and MFC to the ones of the VC Feature Pack.
|
| I used the following file:
|
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
| <configuration>
| <windows>
| <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
| <assemblyIdentity name="Siemens.Tecnomatix.PlantSimulation"
type="win32"
| version="9.0.0.0"/>
| <dependentAssembly>
| <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
| processorArchitecture="x86"
| publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
| <bindingRedirect oldVersion="9.0.20718.0-9.0.21022.8"
| newVersion="9.0.30411.0"/>
| </dependentAssembly>
| <dependentAssembly>
| <assemblyIdentity type="win32" name="Microsoft.VC90.MFC"
| processorArchitecture="x86"
| publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
| <bindingRedirect oldVersion="9.0.20718.0-9.0.21022.8"
| newVersion="9.0.30411.0"/>
| </dependentAssembly>
| <dependentAssembly>
| <assemblyIdentity type="win32" name="Microsoft.VC90.MFCLOC"
| processorArchitecture="x86"
| publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
| <bindingRedirect oldVersion="9.0.20718.0-9.0.21022.8"
| newVersion="9.0.30411.0"/>
| </dependentAssembly>
| </assemblyBinding>
| </windows>
| </configuration>
|
| This works fine for the main application, but the other dlls which are
| loaded are not redirected. The dlls which are loaded from my main
application
| still require version 9.0.21022.8 of the CRT and the MFC.
|
| Does anyone know what else I have to do?
|
| Any help appreciated,
|
| Ralf
|
|
|
.
- Follow-Ups:
- RE: Application Configuration File for using CRT locally in VC++ 9
- From: Ralf Tobel
- RE: Application Configuration File for using CRT locally in VC++ 9
- Prev by Date: Re: Program compiled in Studio 2005 runs slower compared to Visual
- Next by Date: RE: Application Configuration File for using CRT locally in VC++ 9
- Previous by thread: Re: Program compiled in Studio 2005 runs slower compared to Visual
- Next by thread: RE: Application Configuration File for using CRT locally in VC++ 9
- Index(es):
Relevant Pages
|