We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Support to Visual Studio 2015

Can I use Orubase with Visual Studio 2015?

18 Replies

AK Arun Kumar S Syncfusion Team August 7, 2015 08:30 AM UTC

Hi Washington,
 
Thank you for using Syncfusion Products.

Currently we are working on adding Visual Studio 2015 support for Orubase. Please note that since Microsoft has officially built-in support for building Cordova apps within Visual Studio 2015, we will no longer be supporting the Orubase simulator and the Orubase developer app. We will instead integrate with Visual Studio Tools for Apache Cordova and provide Hybrid UI controls.

The current estimate for release is 13th August 2015

Disclaimer: The date for the release is tentative and not a commitment on our parts.
Please let us know if you have any concerns
 
Regards,
Arun Kumar S



WM Washington Morais August 7, 2015 03:00 PM UTC

Awesome!
I can not wait.



AK Arun Kumar S Syncfusion Team August 8, 2015 11:55 AM UTC

Hi Washington,

Thank you for your update.

As we have informed in the previous response, the current estimate for the release date is 13th August 2015. Till then we will appreciate your patience.

Please let us know if you have any concerns.
 
Regards,
Arun Kumar S


WM Washington Morais August 18, 2015 05:01 PM UTC

Hi.
Can I use Orubase with Visual Studio 2015 now?


AK Arun Kumar S Syncfusion Team August 19, 2015 08:42 AM UTC

Hi Washington,
We deeply regret for the inconvenience caused. 

Currently the integration process for the Visual Studio Tools for Apache Cordova and provide Hybrid UI controls is in testing phase. So, we have postponed the release to end of this week. We will intimate you once the release is rolled out. We appreciate your patience until then.

Please let us know if you have any queries.
Regards,
Arun Kumar S



KR Krishna August 26, 2015 02:13 PM UTC

Dear team,

We are just as eager to look at Orubase for Visual Studio 2015.

Warm regards,
Krishna


DR Dhinesh Ravi Syncfusion Team August 27, 2015 01:23 PM UTC

Hi Krishna,

We are glad to announce that our  Orubase Studio Service Pack 2 Release v4.1.0.63 is rolled out and is available for download under the following link:

http://www.syncfusion.com/forums/120064/syncfusion-orubase-v4-1-0-63-service-pack-available-for-download

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Dhinesh R


WM Washington Morais August 27, 2015 03:42 PM UTC

Wow.... Thank you very much!!!!


WM Washington Morais August 27, 2015 04:24 PM UTC

When I open the solution and try to run in my device I get this error:

JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe
Just open the solution and press F5.

Attachment: JavascriptError_46c6c492.rar


KR Krishna August 28, 2015 06:37 AM UTC

Cannot see the Simulator. Also does Orubase offer any tools for building and deploying especially to IOS?

Warm regards,
Krishna 


AK Arun Kumar S Syncfusion Team August 28, 2015 12:07 PM UTC

Hi Washington,

Please check the below response for your queries.

Regarding Query: JavaScript runtime error: Unable to add dynamic content.

We could able to reproduce the reported issue with windows phone. It is an issue with Microsoft Visual Studio tools for apache Cordova. In Windows Phone App development, properties such as innerHTML and outerHTML are filtered in order to avoid the common security issues that can result from the unsafe handling of untrusted data.

Please check the below GitHub Location for more information:

https://github.com/MSOpenTech/winstore-jscompat

While using this solution, the reported defect was solved but we could see some other issues like SVG icons and SVG elements are not rendered properly. This seems like an issue with Multi Hybrid application development with Visual Studio. We are trying to find the proper solution for this issue. We will update you the status regarding this issue on 02 September, 2015.

The above SVG issue will not be reproduced while deploying the app in windows phone using the xap (OrubaseUIDemo\platforms\wp8\Bin\Debug) file created while building the application. Please check the below link for “how to deploy the windows phone app using the windows phone application deployment tool”

https://msdn.microsoft.com/en-us/library/windows/apps/ff402565(v=vs.105).aspx
Also, we are facing an issue with ajax navigation which is a defect with Apache Cordova. Please refer the below link for more details.

Note: This issue occurs specifically in windows phone. So if we use this solution for other platforms it won’t work.

https://github.com/angular/angular.js/issues/2303

We can fix this by altering the “Start Page” content as x-wmapp0://www/index.html in the config.xml file.


Regarding Query: Cannot see the Simulator.

We need more information regarding this query. Could you please let us know, which simulator you couldn’t see?

Regarding Query: Also does Orubase offer any tools for building and deploying especially to IOS?

As we already informed, we have completely integrated our Orubase framework with Visual Studio tools for Apache Cordova. So our mobile UI controls will work along with VS Tools for Apache Cordova and we are not providing any additional tools support for iOS build and deployment since Microsoft itself provided built-in support (need MAC machine) for it. Hence we recommend you to follow the steps provided in the below link.
https://msdn.microsoft.com/en-us/library/dn757056.aspx?f=255&MSPPError=-2147217396

Please check this and let us know if you have any cocnerns.

 

Regards,

Arun Kumar S



WM Washington Morais August 28, 2015 02:57 PM UTC

Hi Arun. Thanks for the update.
Windows Phone development sometimes can be very painful.
By the way, the questions below was asked by another user: Krishna :)

- Regarding Query: Cannot see the Simulator.

- Regarding Query: Also does Orubase offer any tools for building and deploying especially to IOS?



KR Krishna August 29, 2015 08:42 AM UTC

Thanks Arun,

With regards to the issue with simulator, I can you only view the standard Ripple emulator in Visual Studio. I thought Orubase ships with an emulator.

Warm regards,
Krishna  


AK Arun Kumar S Syncfusion Team August 31, 2015 06:21 AM UTC

Hi Washington,

Thank you for the update.

As we have informed in the previous update, We will update about the defect (SVG elements not rendering) on 02 September, 2015. Till then we appreciate your patience.

Please let us know if you have any concerns.
 
Regards,
Arun Kumar S


AK Arun Kumar S Syncfusion Team August 31, 2015 06:22 AM UTC

Hi Krishna,

Thank you for the response.

As we have already informed , we have removed the simulator support in our Latest Orubase service pack release since Visual Studio 2015 itself provided simulators for all the platforms and other supported tools to create hybrid app in all the three platforms.

Please let me know if you have any concerns.
 
Regards,
Arun Kumar S


AK Arun Kumar S Syncfusion Team September 2, 2015 11:42 AM UTC

Hi Washington,

Regarding SVG elements not loading issue:

We have created the defect report with winstore-jscompat file created by MS Open Technologies which is necessary to prevent the error with "JavaScript runtime error: Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe." But we have not received any update from them yet. Please check the created defect report for SVG elements are not rendered properly in the following link.

https://github.com/MSOpenTech/winstore-jscompat/issues/21 

We will track this defect report and update you, once we get the solution. 
  
Regards,
Arun Kumar S


WM Washington Morais September 16, 2015 06:07 PM UTC

No response from them?


AK Arun Kumar S Syncfusion Team September 17, 2015 12:05 PM UTC

Hi Washington,

Sorry for the inconvenience caused.

We didn’t receive any update from the team regarding the issue with SVG elements which are not rendering properly. Once we get the update from the team will update you. We will appreciate your patience until then.
 
Regards,
Arun Kumar S

Loader.
Live Chat Icon For mobile
Up arrow icon