I've migrated a Lightswitch 2011 project to LS 2012. I start the compiled application by running "vslshost.exe". This works well using Windows 7 (32 and 64 Bit, but when I use Windows XP starting the application fails (vslshost.exe ist not a valid Win32-Application). Before switching to LS 2012 everything went fine.
The application is compiled as desktop application, it depends on a SQL Database which is avaiable and doesn't use the internal ApplicationData database. I can reproduce this on 2 PCs, both having Windows XP up to date.
After looking at vslshosts.exe with ildasm, I'm shure the project was compiled targeting .NET 4.0. So the Framework didn't change with migrating the project to LS 2012.
I wasn't able to find any information regarding this problem. I only came across some issues regarding Windows XP and C++ using VS 2012.
Do you have any information on this?
Thanks in advance!