I still fasten the WPF loop with WinForms and when I roll I have a problem loading some of my controls The software in production locally works well on my machine, but when the clients exit the machine, I get the following error:
NumericalUpDown..ctor () - Resource 'wpfcontrols / numericalupdown Can not locate .xaml '
The control I made is in an orbit library. If I use the control on the main window then it works fine, but when I try and remove it from a new window, all the necessary assemblies are present (whether they are or will not work at the local level) and Apart from this there is no external resource, which is the default WPF control. I have been beating my head against the wall for the last 2 hours, any help is greatly appreciated,
thanks, Paul
Perhaps there is a copy of the assembly in your output bin, but the copy delivered by you is not a copy of it, in the publishing options, do you copy the distribution package Was the assembly set to make? Is there a copy of .dll next to the .exe file?
Comments
Post a Comment