J
JahMic
Here is my situation:
I have a client who wants to run a .NET binary from one of his web
scripts (not asp). Furthermore, it is on a shared virtual hosting
environment (yes, it's at least Windows), so we have FTP access and
that is about it. So, no nice installer, etc, just FTP.
In our localhost testing, this works fine. But on the actual server,
the key operation fails because it can't find the needed assembly.
It's usually in the GAC, and I am trying to get it use a local copy
with no luck thus far.
I tried to make an app.config to specify this local copy with no luck,
but admittedly, I know little about this process.
Any suggestions more then welcome.
Thanks, J
I have a client who wants to run a .NET binary from one of his web
scripts (not asp). Furthermore, it is on a shared virtual hosting
environment (yes, it's at least Windows), so we have FTP access and
that is about it. So, no nice installer, etc, just FTP.
In our localhost testing, this works fine. But on the actual server,
the key operation fails because it can't find the needed assembly.
It's usually in the GAC, and I am trying to get it use a local copy
with no luck thus far.
I tried to make an app.config to specify this local copy with no luck,
but admittedly, I know little about this process.
Any suggestions more then welcome.
Thanks, J