G
Guest
We are having a dll backward compatibility issue since we migrated to .NET
2005.
As part of our product, we build a dll which is used by other products.
Everything was fine when we were build it on VC6. We upgraded our compiler to
..NET 2005 for our new version. The new dll fails to load, we get a runtime
error: R6034. We managed to work it around by creating a manifest file for
the loading executable, but this is not an acceptable work around. Is there a
compiler flag that I can use to make it backward compatible?
2005.
As part of our product, we build a dll which is used by other products.
Everything was fine when we were build it on VC6. We upgraded our compiler to
..NET 2005 for our new version. The new dll fails to load, we get a runtime
error: R6034. We managed to work it around by creating a manifest file for
the loading executable, but this is not an acceptable work around. Is there a
compiler flag that I can use to make it backward compatible?