When opening various projects, I intermittently get a message:

When opening various projects, I intermittently get a message:

Cannot open file "". The filename, directory name, or volume label syntax is incorrect.

The project is fine -- ie. I can open source code and compile.

Any suggestions on why this occurs and how to cure it (e.g. is there some path in the .dproj that needs to be removed?)

Comments

  1. Yes, please do file a bug report. But we need to be able to reproduce it. You might find Process Explorer useful, it will show you what files are open or what it's trying to open at any specific time - the "" name is odd. Knowing that it tried to open "foo" and it failed is very useful.

    ReplyDelete
  2. David Millington The "" name may as well be a hint to the underlying problem. Looks like a try to open a file with an empty file name without checking that in advance.

    ReplyDelete

Post a Comment