Search

"The path is not of a legal form." by PaulBowden

Closed
as Postponed Help for as Postponed

42
Sign in to vote
1
Sign in to vote
Sign in
to vote
Type: Bug
ID: 90564
Opened: 5/11/2005 5:08:40 AM
Access Restriction: Public
Duplicates: 90130 110554 111082 121345
10
Workaround(s)
31
User(s) can reproduce this bug
All of a sudden when trying to open a project I get the message "The path is not of a legal form."

All that has changed is that windows update ran this morning. I have uninstalled VS2005, removed all directories and registry entries, then re-installed. Same problem
Details (expand)
Product Language
English
Version
Visual Basic 2005 Express Beta 2
Category
Editor UI
Operating System
Windows XP Professional
Operating System Language
English
Steps to Reproduce
Open any project
Actual Results
Get the message "The path is not of a legal form."
Expected Results
Should be able to open the project
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 5/16/2005 at 1:23 PM
Thank you for submitting this issue. I'm passing it to the feature team to investigate and get back to you.

-Shamez
Posted by Microsoft on 5/19/2005 at 3:53 AM
Thanks for reporting this issue, for some reason I am not able to reproduce the problem with the steps provided. If you have any additional information and/or project files that could help me repro it would be much appreciated.

Thank you,
Vivek, VS2005 Product Team.
Posted by Microsoft on 5/24/2005 at 11:58 AM
Thanks for your bug report!

We have reviewed your bug and have been unable to reproduce the problem. We are closing the bug, but if in the future, with a later build, you can reliably reproduce the issue please let us know. Thanks for using Visual Studio!

Sincerely,
-VS Core Project/Soln QA
Posted by Microsoft on 7/28/2005 at 10:37 AM
This bug lives! This was reported again through ladybug under a different bug ID. We're bringing this puppy back so we can dig into it some more.
Posted by Microsoft on 7/28/2005 at 10:49 AM
This bug lives! This was reported again through ladybug under a different bug ID. We're bringing this puppy back so we can dig into it some more.
Posted by Microsoft on 7/29/2005 at 6:43 PM
For those watching the sordid tale of this bug through MSDN Feedback, we have come up with a concrete repro internally and have moved the bug over to the appropriate team to get it fixed. Woohoo!

Neil
Posted by Microsoft on 7/30/2005 at 1:43 PM
The Microsoft Sub-status is now "Working on solution"
Posted by Microsoft on 8/4/2005 at 10:54 AM
The Microsoft Sub-status is now "Working on solution"
Posted by Microsoft on 8/8/2005 at 2:30 PM
The Microsoft Sub-status is now "Working on solution"
Posted by Microsoft on 8/10/2005 at 10:54 AM
This error happens because a reference cannot be resolved in your project. When the designer loads, it attempts to locate and load every assembly that is in your reference list. In C#, you can expand the reference list to see this. In VB, you must click the "Show All Files" button in the solution explorer window to view the references collection. Try to remove and readd any custom references and then reload the designer.

Our fix here, if anything, would be to make the error more clear than it is now -- and possibly try to avoid the error if you don't use a type that comes from the bad reference. Unfortunately, this type of change does not meet our bar at this stage, so we will not be changing behavior with respect to this bug.
Posted by xlouk on 6/22/2006 at 6:50 AM
I checked the References (Folder) in the project (C#) an found dead references which has been marked with a yellow exclamation mark. After removing them, I could open the Form in the designer without an error. The reference was once used but was not required any more due to project improvements (referenced library did not exist any more) and my colleagues did forget to remove the reference entry from the References folder.
A better hint for that error would be very helpfull.
Posted by rchatto on 7/30/2007 at 1:33 PM
I would like to defer from the comment from microsoft. This is a microsoft BUG. The references are found and forms are loaded properly one day and the next day it doesn't and the next day it does. it is Intermittent. I believe microsoft needs to handle the old .dlls and .ocxs in a more stable manner before claiming, that they are compatible.

Related issues, when I try to rebuild project referring to old components, it generates errors and warning, then I try to build and those errors goes away, this should not happen.

Microsoft is not open source but more and more it is behaving like one. I think you need to show lot more initiative in resolving issues we face everyday.

Google "The path is not of a legal form.", see all the hits you get. do you think all those people are loosing their references for nothing.

Please reconsider fixing the bug. I will help you with everything you need.


Posted by jdrake3 on 8/30/2007 at 12:44 PM
Agreed. That Microsoft should take responsibility for this issue. At the very least a KB article of the suggested workarounds would be very helpful. The IDE is STILL corrupting the references, or the files themselves.

Thank you,