Replies: 2 comments 1 reply
-
|
Without seeing your code hard to tell what's wrong. Can you upload your project to GitHub and post the link here? But I doubt it's a bug of Avalonia. Can I convert this to a Q&A for now? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Unfortunately I cannot post the project to GitHub due to firewall constraints but you can push to Q&A. I'm thinking it may be a caching issue. What default path does avalonia use for the designer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Receive an invalid markup randomly in designer for control and/or window.
"Unable to load requested types" in the Error Dialog with the following Debug Error:
System.Xaml.XamlException: Unable to load one or more of the requested types.
Could not load type 'IndexerClosure_866593db90bb4f9280a91671a23e424e' from assembly 'a3a03ba952344b5fbd0bb1aae3034105, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
11:48:48.491 [Verbose] 56148 Finished PreviewerProcess.OnMessageAsync()
Problem typically arises when using a data template but not sure if this is the culprit. After the error occurs, removing all content from the xaml will still produce the error on a blank control. Cannot trace any further on the failed type as there are no indication in the XAML there is an error. Program compiles fine and runs fine.
Beta Was this translation helpful? Give feedback.
All reactions