Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Need the latest SmartSDR and Power Genius Software?
SmartSDR v3.1.12 and the SmartSDR v3.1.12 Release Notes. | SmartSDR v2.6.2 and the SmartSDR v2.6.2 Release Notes.
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes. | Power Genius XL Firmware v3.4.16. | Power Genius XL Utility v2.2.10.
SmartSDR v3.1.12 and the SmartSDR v3.1.12 Release Notes. | SmartSDR v2.6.2 and the SmartSDR v2.6.2 Release Notes.
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes. | Power Genius XL Firmware v3.4.16. | Power Genius XL Utility v2.2.10.
Util and Vita Referenced components not found

When building the Vita.csproj I get an error stating that "The Referenced component 'Util' could not be found. Also, when building Flexlib, I get an similar error concerning "UiWpfFramework", "Util" and "Vita". I'm new to VS 2017 and learning my way around. I appreciate any help. It's probably a very simple fix. My last major projects were in VS 2003 and VB6.
0
Leave a Comment
Categories
- 69 Community Topics
- 1.9K New Ideas
- 119 The Flea Market
- 5.4K Software
- 4.9K SmartSDR for Windows
- 35 SmartSDR for Maestro and M models
- 85 SmartSDR for Mac
- 143 SmartSDR for iOS
- 149 SmartSDR CAT
- 67 DAX
- 278 SmartSDR API
- 7.1K Radios and Accessories
- 5.8K FLEX-6000 Signature Series
- 553 Maestro
- 14 FlexControl
- 723 FLEX Series (Legacy) Radios
- 149 Power Genius Products
- 117 Power Genius XL Amplifier
- 10 Power Genius Utility
- 22 Tuner Genius
- 41 Shack Infrastructure
- 22 Networking
- 89 Remote Operation (SmartLink)
- 50 Contesting
- 127 Peripherals & Station Integration
- 61 Amateur Radio Interests
- 404 Third-Party Software
Answers
In VS 2017 Community, Open each of the Util.csproj, UiWpfFramework.csproj, and Vita.csproj, one at a time, and run a build each one. Do Util first, as the other two depend on this one being built first. When you see a error icon next to the defective reference for "Util" in UiWpfFramework, right click it, remove it, then Right Click on References above in the tree and select Add Reference... click Browse and browse to the Bin folder in Util project folder and re-add the DLL. Repeat the process in the Vita project and then the FlexLib project, once you have successfully compiled each component, make sure you have added references in Project>Add Reference>Assemblies>Extensions... after you've done this, your References tree in the Solution explorer should look happy and your Error List should be empty. You should be able to compile with no errors!
Now, I hope to find some code examples to play with to get started!
https://www.dropbox.com/sh/rsbsidlv5mljq5n/AAC4puhwbGXHfGxzQaS8UEnpa?dl=0
it may give you a starting point for what you want to do.
Paul
Paul, AA6Z