G
Guest
I have a WinForms application that comprises files similar to this:
a.exe
b.dll
c.dll
The application is hosted on a Unix-based web server (case sensitive) and is
accessed via HTTP ("no touch") deployment. For .NET 1.1, the probing rules
required that the libraries all have upper-case "DLL" extensions, but the exe
could remain lower-case. After upgrading to .NET 2.0, however, the probing
fails, because the fusion process cannot locate "a.exe". Requesting "a.EXE"
works fine, so I'm looking for confirmation that .NET 2.0 included this
breaking change. Another byproduct of this is that the config file must also
be renamed to "a.EXE.config", instead of the original (lower-case)
"a.exe.config".
Thanks,
Rob
a.exe
b.dll
c.dll
The application is hosted on a Unix-based web server (case sensitive) and is
accessed via HTTP ("no touch") deployment. For .NET 1.1, the probing rules
required that the libraries all have upper-case "DLL" extensions, but the exe
could remain lower-case. After upgrading to .NET 2.0, however, the probing
fails, because the fusion process cannot locate "a.exe". Requesting "a.EXE"
works fine, so I'm looking for confirmation that .NET 2.0 included this
breaking change. Another byproduct of this is that the config file must also
be renamed to "a.EXE.config", instead of the original (lower-case)
"a.exe.config".
Thanks,
Rob