I'm trying to set up our Axis camera on the robot using Labview, but I've been having some difficulties. Our goal is to have the camera relay an image back to the laptop through the cRIO's wireless connection, so we have the following code set up;

The front panel has an image display set up corresponding to the labeled point in the code, and I'm attempting to run it through the front panel's run button (this code exists in our robot main, so the visual display does as well).
However, when I hit the run button, I get the two following errors:
1) Error -44085 occurred at Loaded FPGA has incorrect version or revision. Library expecting Version 2009, Revision 1.0.0.
Possible reason(s):
FRC: The FPGA bit file has an incorrect version or revision.
2) Error -44003 occurred at The operation failed because there was a failure in communication with the camera.
Possible reason(s):
FRC: Operation failed due to a communication failure with the camera.
This occurs both if I plug the laptop's ethernet cable into the linksys router on our control board, or the driver's station's second port (side note, which one of those should I use?). Also, neither labview nor the robot's image has been updated since the last time we loaded code onto the robot.
Am i doing anything wrong, or is there something I should be doing that I'm not? thanks in advance for any help.