Mike
July 5, 2012, 2:23pm
#21
@ wmdigital -
When I added a camera with the designer, all the necessary references were added aromatically. You should not have to do anything
manually.
Create a new solution/project and document all the steps you use. The new solution/project should only contains a Spider mainboard and camera.
Do not use an old solution/project.
What kind of stink did that create?
Mike
July 5, 2012, 2:50pm
#23
That was not my fault! I blame it on Gus’s spel checker.
If only I could get this going, I’d settle for aromatic as a solution
My steps were:
Open VS2010
Create new ,NET Gadgeteer Application (NETMF 4.2)
Delete Hydra from designer (it auto-adds it for me regardless of my having my Hydra connected or not)
Drag out Spider into designer (observe References added for FEZSpider )
Drag out Camera into designer
Error: A required library could not be found (clicked 4 times before it would go away, which meant one or more files weren’t found)
Thanks,
{wm}digital
Mike
July 5, 2012, 4:54pm
#26
@ wmdigital -
your procedure looks correct.
What do you see within the folder “C:\Program Files (x86)\GHI Electronics\GHI .NET Gadgeteer SDK\Modules\Camera\NETMF 4.2”
Looks kind of like this:
GadgeteerHardware.xml
/NETMF 4.1
– GTM.GHIElectronics.Camera.dll
– GTM.GHIElectronics.Camera.pdb
– GTM.GHIElectronics.Camera.xml
– /be
– / – GTM.GHIElectronics.Camera.dll
– / – GTM.GHIElectronics.Camera.pdb
– / – GTM.GHIElectronics.Camera.pdbx
– / – GTM.GHIElectronics.Camera.pe
– /le
– / – GTM.GHIElectronics.Camera.dll
– / – GTM.GHIElectronics.Camera.pdb
– / – GTM.GHIElectronics.Camera.pdbx
– / – GTM.GHIElectronics.Camera.pe
/NETMF 4.2
– GTM.GHIElectronics.Camera.dll
– GTM.GHIElectronics.Camera.pdb
– GTM.GHIElectronics.Camera.xml
– /be
– / – GTM.GHIElectronics.Camera.dll
– / – GTM.GHIElectronics.Camera.pdb
– / – GTM.GHIElectronics.Camera.pdbx
– / – GTM.GHIElectronics.Camera.pe
– /le
– / – GTM.GHIElectronics.Camera.dll
– / – GTM.GHIElectronics.Camera.pdb
– / – GTM.GHIElectronics.Camera.pdbx
– / – GTM.GHIElectronics.Camera.pe
/Resources
– / – image.jpg
Thanks,
{wm}digital
Mike
July 5, 2012, 5:14pm
#28
Weird…
At this point, I would uninstall VS Studio, MF SDKand GHI SDK and reload in the following order:
VS2010 -> VS2010 SP1 -> MF SDK ->GHI SDK
Mike:
Weird…
At this point, I would uninstall VS Studio, MF SDKand GHI SDK and reload in the following order:
VS2010 -> VS2010 SP1 -> MF SDK ->GHI SDK
Maybe just pull the SDK’s and re-install them. Pulling VS should be an absolute last resort.
Ken
Mike
July 6, 2012, 6:39pm
#30
The original poster has already re-installed the SDKs several times. Problem dictates a VS re-install.
Just wanted to close the loop on this and say that after several re-installs of Visual Studio and the SDK (in the order @ Mike suggested) has me now able to put a Spider board and a Camera module into the designer with no more errors.
Thanks again, @ Mike.
{wm}digital