I had a while a go an unhappy accident on my PC.
One of the HDD broke down.
Unfortunately was that the one with all my GHI Electronics stuff on it.
I have some new projects comin up for next year and would like to work again with my FEZ Hydras & Reapers.
But I havenât done any programmin for about 5 years. So Iâm totally clueless where to start.
I remember that I had to install 4 things:
Visual Studio
??
3.??
??
Can anyone help me to find those files?
Since the stuff is discontinued I couldnât find it on the reguar website anymore.
Then I have a second question.
Since I lost all my example programms that i used to copy everything to gether⌠is it possible to download the existing Program from the main boards?
I still have 3 working projects from where I could get almost allcoding trics that I need.
just an additional point - although GHI have all the stuff you need from their library of content and their archive of netmf parts, you may still find yourself unable to get to that point. As a hint, make sure you download the old version of Visual Studio that you will need, not just the web installer but the full ISO, as the component parts may (will) go away when you least expect it.
Plus, importantly, your code is secure on the netmf device - you (yes, even you) cannot extract it and recreate the program that you originally deployed. Yes, I know thatâs a sad problem for you now, but itâs also probably time to learn GIT and store these things where you wonât lose them next time!
Althoug a bunch of links donât work anymore.
But I have now:
en_visual_studio_community_2013_with_update_5_x86_dvd_6816332.iso
GHI Electronics NETMF SDK 2016 R1.exe
MS NETMF QFE2.zip
Letâs see how far I get with that. ^.^
Thx so far
Managed it to install VS2013⌠after a few tries.
And the GHI SDK.
Then I had a look at the page to find how to create a project.
But somehow Iâm missing the page where you select the FEZ board and the accessories and then connect them to the board where they are connected physically.
I canât recall exactly what you need, but the Gadgeteer core thatâs released on github when Martin worked to get it released as open, is at this link.
Unfortunately Iâm not really making any progress here. >.<
Didnât manage to implement the âGadgeteerCoreâ.
On top of that it seems that the VS2013 version canât be used anymore.
it requres an online account. (Which I had back then) but the login is disabled it seems.
Yes try VS2015. Make sure you go to extension and update to install â.NET Micro Framework project systemâ
Also you need to create a file called âDebuggerBrowsableState.csâ with the following code in it:
namespace System.Diagnostics
{
public enum DebuggerBrowsableState
{
Never = 0,
Collapsed = 2,
RootHidden = 3
}
}
Ok, that worked. It is now enabled in the âextension and updateâ tab.
What is required next?
Still canât select GHI products when creating a new project.