I've started a new WPF project/solution on a network share using UNC path. I am unable to drag-n-drop from data sources to a WPF grid; however, if i create the project/soltion on my local C: drive, drag-n-drop works fine. I mapped
the UNC path as a local drive and that appeared to solve part of the problem, however i dropped a few fields from data sources on to the WPF form, and from what I'm reading, the designer should automatically create the bindings and necessary code, but I don't
see this code being generated anywhere and when i run the program, no data is populated into these controls. Please help!
↧