I have configured my machine.config file to have the
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
section and defined the DEVPATH as follows:
DEVPATH=D:\Development\VBInterop\HW.NET\;
What would cause the log viewer show that DEVPATH is not defined? It
apparently isn't using it to resolve the path.
The problem we are trying to resolve is finding .NET assemblies when
debugging an application using VB6 IDE. The VB6 code calls the .NET
assemblies but cannot find them since when in debug mode it apparently
searches the file:///C:/Program Files/Microsoft Visual Studio/VB98/ path and
not the applications path.
Any ideas or suggestions?
Tim Kurtzman - 07 Oct 2003 01:38 GMT
Just a quick sanity check. Are you sure that your DEVPATH environment
variable is defined in the context of which your app is running?
Tim
--------------------
>From: "Jim" <jim@nospam.com>
>Subject: DEVPATH is not set. Falling through to regular bind.
[quoted text clipped - 30 lines]
>
>Any ideas or suggestions?