I inherited a client that accessed the asp.net web application where clients can upload files to our file servers. It works great for all users except one person. Two weeks ago, she tried to download a file and received the following error:
The reference to the object is not installed in the instance of the object.
The following describes which line of code is causing the error. However, it is in our products, the external environment, and debugging is disabled. Thus, this information, I suppose, is more or less apparent (the lines of code that it reports the error do not really make sense to me, because this is the cause of the error).
I know that something is available, but it is not, but I could not reproduce the error in my development environment, and it works fine for the rest of our user base. The same user experienced the error two weeks ago, and then tried another file yesterday and received the same error.
I know that all this sounds very vague, but I think my question is, does anyone have any good ideas on how to track user error execution so that I can see exactly which line of code REALLY causes it ? As I said, I could not reproduce the error, in dev, in production, inside, outside, and no other users encountered a problem. My only idea was to publish a debug version for our client facing the production site, but I really don't want to. Thanks!
source share