1
I have a very strange problem: I made a program using Winforms in C#, and this program manipulates data from an excel spreadsheet. This spreadsheet is saved on the company network, to which we all have access.
When testing the program on my computer and on 5 other computers, they all work correctly (i.e., the program writes and reads the spreadsheet data; it locate and open the spreadsheet normally), with the exception of a.
This computer, from a user, when trying to open the spreadsheet, returns the following error:
Could not find "S:...". It is possible that it has been moved, renamed or deleted?
The funny thing is: who created the folder in which the excel file is was the user herself! It can open excel by File Explorer, but when it is opened by my program, excel accuses not being able to locate the file. And this happens only with that user.
Any idea?
The
S:\
is mapping a network directory different from the others?– Ronaldo Araújo Alves
No... I checked now. Problem solved hehe puts this as an answer, for me to accept.
– krobelusmeetsyndra