-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can open any XAML window at design time. #4593
Comments
This is unfortunately an ongoing bug in Visual Studio (see here, closed as fixed, not really fixed completely yet). Maybe we should raise a new issue there to make sure they don't forget about it. Try to use this workaround to see if it helps. It is also possible to right-click the XAML file, choose Open with... and then use a plain XML editor. However, IntelliSense is lost this way... |
This workaround works. Thanks. |
@dmitrybv Same problem here. Where is the top left drop-down list exactly? I can't seem to find it. |
I have opened a new VS feedback for this here, please upvote to get their attention 🙂 |
The editor also fails for other reasons, I also opened this issue, It's aggregated in this Uno issue #982. |
Not work. |
Note that Visual Studio 16.9 Preview 2 fixes parts of this issue, and Preview 3 is likely to fix it completely. |
As a work around simply right click the xaml page and choose Open With > Html Editor > Set as Default |
Confirmed that Preview 3 fixed this issue for me |
This is now working well :-) |
Current behavior
Created simple UnoApp
and started to change MainPage.xaml
After I try to change View type from UWP to to something else
https://platform.uno/docs/articles/Assets/quick-start/xaml-intellisense.png
I got error - ‘Empty path name is not legal’
And design window disappeared.
So now I can' open any XAML window at design time.
It always displays an error ‘Empty path name is not legal’
Expected behavior
How to reproduce it (as minimally and precisely as possible)
Workaround
Environment
Nuget Package:
Nuget Package Version(s):
Affected platform(s):
IDE:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: