Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash can occur in VS2008 #18

Open
dwmkerr opened this issue Mar 1, 2014 · 2 comments
Open

Crash can occur in VS2008 #18

dwmkerr opened this issue Mar 1, 2014 · 2 comments
Labels
Milestone

Comments

@dwmkerr
Copy link
Owner

dwmkerr commented Mar 1, 2014

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.

@1100101
Copy link

1100101 commented Mar 11, 2014

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).

After that, it works just fine with VS 2008.

@dwmkerr
Copy link
Owner Author

dwmkerr commented Mar 16, 2014

Well spotted! I'll make the changes required for the next release 👍

@dwmkerr dwmkerr added the bug label Mar 16, 2014
@dwmkerr dwmkerr added this to the Version 2.2 milestone Mar 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants