Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I started learning programming using vb.net and am now learning C#. I am trying to rewrite my code for AutoCAD commands, but am having this issue. It doesn't have this issue in the VB.NET version I should add. In the code snippet below the issue for all is: The type control is defined in an assembly that is not referenced. You must add a reference to assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. How do I add that reference? why does it have this issue in C# and not VB.NET?
Solved! Go to Solution.