I have no problems to access this file on the network using my credential. Why the control cannot load this project? This was working fine before.
ppreuschoff
(combit Support - Patrick Preuschoff)
2
Hello Anthony,
thank you for your post.
Could you try to backup your project file to a different directory, delete the original project file and paste it again in the path your application is looking for it?
If this doesn’t show any positive effects you could try to analyze it in detail with the help of the Microsoft Process Monitor which can be downloaded from Process Monitor - Sysinternals | Microsoft Learn - this will allow you to detect any problems regarding rights management or maybe a locked file, …
Otherwise we can offer you to have a closer look if you open up a support case via our support portal at My acccount: Login, user registration, product registration. Please copy any pertinent information from this thread into the case description. Thanks in advance.
I downloaded Microsoft System Internals and tried to debug our problem again. Now, I can see the behavior of program running from VS2015 is different from running application like a normal user do.
The application running inside VS2015 was trying to CreateFile, a corresponding lbp file for the lbl file in my temp folder while the normal application never did this. Why?