-
Notifications
You must be signed in to change notification settings - Fork 43
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
"Cannot locate resource" #56
Comments
@martin-braun I do not think there is a design-time support. I have not tested it, it will hopefully work in runtime. If not, try the |
@paulushub It didn't compile for the same reason I think. SharpVector on the other hand works (also at design time, just not reliably), so I think here is room for improvement. Due to time-pressure I had to move on and use SharpVector now. If you cannot reproduce the issue, I have no problem when you close this issue, I just wanted to report this issue on my end whatsoever. Maybe someone else can confirm my observation, maybe it was just me. |
@martin-braun That is part of the original code and you cannot modify it without breaking existing codes using it. Also, the build is set for automatic nuget updates so versioning is not controlled. I have added |
The Control also worked at design time (some time ago). So some change broke it, but for me this was not critical, so I never investegated into it. |
Probably referring to Visual Studio dependent |
I've set the build action to Resource, but it's still not working.
The text was updated successfully, but these errors were encountered: