interop dll file version - where does it come from?
- From: rosstaylorm@xxxxxxxxx
- Date: Fri, 11 Jul 2008 11:02:34 -0700 (PDT)
Hello all,
I am having a problem with the file version of an Interop.* dll
created automatically by Visual Studio 2008. I work with another
developer, and on his system, this particular Interop DLL is created
as version 1.11.0.0. On my system, the automatically created version
is always 1.10. An error occurs because my project is referencing both
1.10 and 1.11. I have tried using tlbimp.exe with the /asmversion
switch to force the creation of version 1.11. But ultimately, Visual
Studio creates its own 1.10 version of the file in the project's obj/
debug folder.
Is there a way that I can trick Visual Studio into generating the
Interop file with the version that I need?
Thanks for any input!
Ross
.
- Follow-Ups:
- Re: interop dll file version - where does it come from?
- From: Christian Fröschlin
- Re: interop dll file version - where does it come from?
- Prev by Date: Re: StdCall vs. CDecl
- Next by Date: Re: StdCall vs. CDecl
- Previous by thread: StdCall vs. CDecl
- Next by thread: Re: interop dll file version - where does it come from?
- Index(es):
Relevant Pages
|