tlbimp.exe does allow you to set the assembly version using the /asmversion option which also sets the file version. Note that it's the file version that matters, though - not the assembly or product version. During link, you won't need to pass -fv to light.exe since the assembly version changes. Ship a publisher policy assembly in the GAC to automatically update bindings to the new version as documented in the .NET Framework SDK at http://msdn.microsoft.com/en-us/library/dz32563a.aspx.
On Thu, Jun 25, 2009 at 4:54 PM, Tony Juricic <tjuri...@tradestation.com>wrote: > In this particular case I am not interested in setting Company Name and > version number for my interop assemblies (that is, files generated using > tlbimp) just so that the name is not an empty string and that the version is > not 1.0.0.0. > > In order to have un-installable patches I need assembly file version > numbers to change whenever the code changes. > > How are other developers handling this problem? Are you just praying that > you never have to patch interop assembly or have you settled for solution as > explained here: > > http://blogs.msdn.com/ianhu/archive/2005/06/16/429903.aspx > > I there any better, newer solution? > > As a matter of fact, I could not get the solution described at the blog > link above to work because ilasm.exe from MS SDKs just won't run without > fusion.dll. I have a bunch of fusion dlls installed in SxS (a new Hell after > DLL Hell) but, really, does anybody in this century even run ilasm.exe > anymore? If you do, please help! > > TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: > TRAD) of three operating subsidiaries, TradeStation Securities, Inc. (Member > NYSE, FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading > software and subscription company, and TradeStation Europe Limited, a United > Kingdom, FSA-authorized introducing brokerage firm. None of these companies > provides trading or investment advice, recommendations or endorsements of > any kind. The information transmitted is intended only for the person or > entity to which it is addressed and may contain confidential and/or > privileged material. Any review, retransmission, dissemination or other use > of, or taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > > ------------------------------------------------------------------------------ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Heath Stewart Deployment Technologies Team, Microsoft http://blogs.msdn.com/heaths ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users