Author Topic: Rc3: Referencing workspace files when no workspace is open  (Read 1885 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Rc3: Referencing workspace files when no workspace is open
« on: September 26, 2016, 05:53:58 PM »
I have VS set to not restore my workspace when I launch it.
After launching it then, with no files open, seems like it shouldn't be accessing much.


Slick does continue to try to access these though.
[/size]Hotfixes, maybe ok, but the other two it doesn't seem like it should have any need for.
[/size]

vs.exe   12352   CreateFile   C:\Users\joe\Documents\SlickEdit\21.0.0\hotfixes   NAME NOT FOUND
vs.exe   12352   QueryDirectory   C:\Users\joe\Documents\SlickEdit\21.0.0\usercpp.h   NO SUCH FILE   Filter: usercpp.h
vs.exe   12352   QueryDirectory   C:\Users\joe\Documents\SlickEdit\21.0.0\_cpp.h   NO SUCH FILE   Filter: _cpp.h




Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: Rc3: Referencing workspace files when no workspace is open
« Reply #1 on: September 26, 2016, 08:04:29 PM »
usercpp.h is normal to access once.  The access to _cpp.h is a bug.  Good catch.