I have installed the SDK Version 9.0.97.1245
I now seem to have lost the ‘RemObjects’ menu in Visual Studio 2013 and 2015 - is there a new way of importing a RODL?
‘Remoting SDK’ comes up on the RemObjects splash screen as I load VisualStudio…
I have installed the SDK Version 9.0.97.1245
I now seem to have lost the ‘RemObjects’ menu in Visual Studio 2013 and 2015 - is there a new way of importing a RODL?
‘Remoting SDK’ comes up on the RemObjects splash screen as I load VisualStudio…
The menu is now under Tools
.
I found that it had moved in Delphi, but I’ve been through evey menu in VisualStudio (including Tools) and can’t find it. I’ve also reinstalled the SDK but that didn’t help.
In the Solution Explorer select the project you want to import RODL into. Then either use the buttons in the Solution Explorer’s toolbar or go to the Tools menu.
Ok - if I create a new project I can see the menu. If I open my existing ASP.NET Oxygene project it’s not there. There also doesn’t seem to be a way of creating a new website project. I can create a WPF project but if I go ‘File…New…Website’ it only lists Visual Basic and C#
Is this ASP.NET Web Site or ASP.NET Web Application? Web Site project kind is not supported directly. You need to create a class library that will access the SDK service and to either use that assembly as reference or to copy generated _Intf file from that Class Library project to your Web Site project.
Odd, because I see these items. What VS version do you use? Also what exactly version of Oxygene do you use?
Ok I’ll read in the RODL using a separate project - thanks
Looks like the create project option is ok in VS2015 and not VS2013 - so that isn’t a problem for me.
Thanks!