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
|
Hi, I just installed Lightspeed ORM 5.5 (from nightly build). When I want to add a new project item from VS 2015, I can't see Lightspeed Model item. Indeed, I tried to open your sample Deals and the existing Model insn't opened with the Designer but with a default text editor. Any Idea ? Thx. Jonathan. |
|
|
However, I can see the Designer in the Visual Studio About Window ... Please help. LightSpeed Designer for Visual Studio 2015 af67eb34-a276-4aad-9e7a-9a672c30f1f1 LightSpeed Model Designer for Visual Studio 2015 (c) Mindscape 2015 |
|
|
It seems like LightSpeed has installed but you can double check this by running devenv /setup from an elevated command prompt as this has been a common problem with installation into VS 2015. Assuming that is not the problem the next thing to check would be is if you open up the project file (e.g. .csproj) into a text editor and locate the entry for the .lsmodel file check if it has a child node named "SubType" with the inner text content being "Designer". If you see this remove that child node and then open the project again in Visual Studio and see if that resolves the issue. The presence of that node prevents VS from loading the custom designer associated with that file type leading it to be treated as XML.
|
|
|
Hi Jeremy, Thx for your support. I solved my issue with thelast visual studio update (update 3) and now I can use the Lightspeed designer with success. Thx. Jonath. |
|