You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, When installing I choose all 3 compilers 2008,2010,2012. However it only appears and works in 2010 and 2012.
In 2008 it crashes on launch (Error 8013101b) and disables.
Any suggestions?
Need to look into this.
The text was updated successfully, but these errors were encountered:
I believe that error occurs because the complete project is compiled against .NET 4.0, which is not supported in VS 2008.
I changed this for Switch.Core and Switch.2008 to .NET 3.5 (and had to uncomment some code that references functionality not available in .NET 3.5, like DatePicker, or TextFormat).
See this note:
Hi, When installing I choose all 3 compilers 2008,2010,2012. However it only appears and works in 2010 and 2012.
In 2008 it crashes on launch (Error 8013101b) and disables.
Any suggestions?
Need to look into this.
The text was updated successfully, but these errors were encountered: