This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Installed Visual Studio 2015 Community Edition and then upgraded from Lightspeed 5.0 to 5.5 (nightly build 01 June 2016) by running the 5.5 install program. Ensured that the Visual Studio 2015 support was selected for the Lightspeed install. When I go to the lightspeed model file in my project and open it, it opens to XML instead of the visual designer. I also notice that when I click "Add new Item..." and go to the Data option, LIghtspeed does not show up on the list of items. So it looks like the Lightspeed install didn't correctly install into Visual Studio 2015. I've uninstalled and installed again a few times but can't get it to work. Your help is appreciated! |
|
|
We have had a few reports of this happening which is when Visual Studios template caches are not updated after installation and this can be resolved by forcing a refresh. To do this, open an administrator command prompt, change directory to your Visual Studio 2015 install location, e.g. C:\Program Files (x86)\Microsoft Visual Studio 14.0, then cd Common7\IDE, then run devenv /setup
|
|