L
LJB
I have a C# app I'm working on that can't find a companion dll. The dll is
written in .Net managed c++ but part of an unmanaged c++ project by another
in-house developer. The dll isn't registered and it won't be. I can compile
my C# app OK with a reference to the dll's deployed location, however my app
will not run unless a copy of the dll is in my exe location. I have even
added the dll's deployed location to my path environment variable but still
no luck.
There is other odd behavior with this dll. If I set a reference to it the
VS2008 properties report the version as 0.0.0.0 and runtime version as
v2.0.50727. When my app runs it states it can't find version 0.0.0.0. The
version of the actual dll file reported in Windows Explorer is 1.1.0.18.
I'm not very familiar with these dll's and deployment so don't know what to
ask the dll developer to change. Any suggestions would be much appreciated.
Thanks,
LJB
written in .Net managed c++ but part of an unmanaged c++ project by another
in-house developer. The dll isn't registered and it won't be. I can compile
my C# app OK with a reference to the dll's deployed location, however my app
will not run unless a copy of the dll is in my exe location. I have even
added the dll's deployed location to my path environment variable but still
no luck.
There is other odd behavior with this dll. If I set a reference to it the
VS2008 properties report the version as 0.0.0.0 and runtime version as
v2.0.50727. When my app runs it states it can't find version 0.0.0.0. The
version of the actual dll file reported in Windows Explorer is 1.1.0.18.
I'm not very familiar with these dll's and deployment so don't know what to
ask the dll developer to change. Any suggestions would be much appreciated.
Thanks,
LJB