Click here to Skip to main content
15,896,290 members

Comments by s yu (Top 200 by date)

s yu 3-May-24 15:18pm View    
Pete: Thanks for your post. For System.Windows.Controls.TreeView, it can be refreshed by
.Items.Refresh()
s yu 3-May-24 9:00am View    
Great! Thanks to Pete!
s yu 3-May-24 8:09am View    
I re-added a new class-library type Project into the solution, the namespace can be recognized. Before, the project type created was an ArcGIS Pro Managed Configuration, which causes the Error CS0234. Thanks to Dave and Richard for your responses.
s yu 24-Apr-24 13:24pm View    
Actually, I also tried what you said. But I got another bug https://www.codeproject.com/Questions/5381071/IDE0005-error-using-directive-is-unnecessary?cmt=1126156#cmt1126156
s yu 23-Apr-24 13:35pm View    
True. When I tried to check on the PresentationFramework.dll, I got error "The project configuration 'DebugAndCPU' was not found in the project manifest. How to resolve it? Thanks.