09-30-2014 07:27 AM
I also just ran into this issue on Windows Server 2012. My application has calls to .NET and WS2012 only installs .NET 4.5 by default and doesn't include .NET 3.5 (which includes 3.0 and 2.0). I hadn't realised that .NET 4.5 doesn't include .NET <= 3.5. Installing .NET 3.5 solved the issue for me.
09-30-2014 07:50 AM
Yes, LV up to 2012 (i believe) uses .NET2.0 as standard, so it makes sense.
/Y
01-22-2015 10:53 AM - edited 01-22-2015 11:19 AM
Just had this error (2208) when trying to run an exectuable on WinXP that was compiled with LabVIEW 2012 (32-bit) on a Win7 (64-bit) PC (executable runs fine on build PC)
I'm presently installing .NET 4.0 - as is requred by the NI Update 14.0 software (or so NI Update installer told me...)
update
-> Upgrading to .NET 4.0 and NI Update 14.0 hasn't fixed the 'broken run arrow/error 2208' issue
-> So now busy installing NI-488.2 14.0
->
--> also got a few Windows updates to install for .NET 4.0
Kev
01-23-2015 04:06 AM
Hi,
In the end the answer was simple (?), the 'Microsoft .NET Framework 3.5' was missing, once installed the 'error 2208' message stopped appearing and the executable ran
Kev
02-12-2016 04:50 AM
For those stumbling onto this thread like I did. One thing to try which has worked for me is to clear the object cache.
Go to: Tools>Advanced>Clear Compiled Object Cache
Reload the LabVIEW project and do a new build.
03-03-2016 06:53 AM
Hi,
I just ran into error 2208 and error 102208 in executable (Labview 2013). I managed to get rid of those - very vague - error codes by doing the following:
- Keeping the name of libraries, classes and methods as short as possible (seems to solve error 102208)
- Checking if there are any VI incorreclty claimed by a library (right click on project). Once the VI are identified, I remove the Vi from the library and then put it back in.
- Clear the object cache as Michael suggested.
- Recompile all the VIs (CTRL+SHIFT while clicking on the run arrow).
It's not clear what action solved the 2208 error code, though.
Just thought I would share that with the forum.
Regards,
peper
09-22-2016 06:27 AM
Hi!
Have a similar problem as described here. Have tried to follow the suggestions given, but can't get it to work anyway.
Have wrote a program using Window Framework to use dialog boxes and GUI's presented to the user. It is working fine in the LabView development environment but can't build a working exe file. Getting the error message 423A8 and 2208, anyone who has any idea the reason and any suggestion how to solve it? Using Labview 2013
09-22-2016 06:37 AM
Hi,
I did not mention in my previous post that I also converted a few libraries to packed libraries to get rid of error 2208. It makes working on the code a bit harder though.
Keeping the names of VI, classes, librairies,... as small as possible seems to help too.
Eventually, I've just ditched Labview 2013 and upgraded to Labview 2015. The executable building process seems way smoother with the latter.
Good luck
peper