Microsoft Silverlight application deployment to BO

Hi,
Please let me know whether we can deploy a Silverlight application to Business Objects?
If possible please let me know how to do it?
Regards,
Lity

Bjoern,
I am not sure if copying the file to the file system will be reliable since I believe that the web content stored in the DB overwrites the file content when the instance is restarted or updated.  I will let you know if I come across this issue and please do the same for me as well. 
In the mean time I will follow your suggestion as I don't have a better solution.
Thanks,
Sam

Similar Messages

  • Microsoft Silverlight application deployment to NetWeaver CE v7.1 EhP1

    Hello,
    I'm a bit new to the MS Silverlight development arena but have worked extensively with web development technologies in the past.  Recently I was tasked with getting a Silverlight application to deploy onto NW CE but I'm not sure how to perform the following:
    1) Deploy the crossdomain.xml & clientaccesspolicy.xml files to the root of the NW CE server for security access control
         a) Currently I recieve a MS security access violation messge when performing REST calls to my local MII instance.
    2) Package and deploy the Silverlight content via an SDA into the App. Server environment.
    Any and all help is appreciated.
    Thanks,
    Sam

    Bjoern,
    I am not sure if copying the file to the file system will be reliable since I believe that the web content stored in the DB overwrites the file content when the instance is restarted or updated.  I will let you know if I come across this issue and please do the same for me as well. 
    In the mean time I will follow your suggestion as I don't have a better solution.
    Thanks,
    Sam

  • How can i deploy a silverlight application when it contains an aspx page (And Aspx page content is a DevExpress Scheduler)

    I have a silverlight application. It has containing many navigation pages in it. One of this pages is containing an .aspx page and i have used devexpress scheduler on there. It is working perfect on development machine but on production machine when client
    logged and navigate to the scheduler page there is a message top of the page saying
    webbrowser is enabled only for out-of-browser applications running with elevated permissions in Internet Explorer.
    And i have found something like that
    https://msdn.microsoft.com/en-us/library/gg192793(v=vs.95)
    But I think my problem is not that in my project properties i always checked the require permission checkbox. i couldnt understand this behavior and how can i solve. I tryed to use .pfx file by adding in project properties signing tub. Even i couldnt understand
    how why are we using this certificate and is it interesting with it
    Also now i seen in my development machine when i opened this page a popup window come up this message:
    the current webpage is trying to open a site in your trusted sites list. Do you want to allow this?
    current site: res/npctrUI.dll
    Trusted site: localhost
    warning allowing this can expose your computer to security risk. If you dont trust the current page, choose no.
    regards
    Hamit YILDIRIM

    Things that require elevated trust will always work in visual studio.
    You need elevated trust to use the webbrowser inside a Silverlight page on a user's machine.
    That means purchasing a security certificate.
    https://msdn.microsoft.com/en-us/library/gg192793(v=vs.95)
    You can open up any old web page in another tab from Silverlight and I would suggest you consider that instead of using a webbrowser control inside a Silverlight page.
    Hope that helps.
    Technet articles: Uneventful MVVM;
    All my Technet Articles

  • I installed Lion and now seem to have problems with Microsoft Silverlight and other plug ins and applications.  I haven't ever used time machine to back up (my bad I know).  Is there a way to go back to snow leopard with messing up all my files and my set

    I installed Lion and now seem to have problems with Microsoft Silverlight and other plug ins and applications.  I haven't ever used time machine to back up (my bad I know).  Is there a way to go back to snow leopard with messing up all my files and my set?

    Are you using the latest version of Silverkeeper? - v.2.0.2 is stated to be compatible with Snow Leopard.
    http://www.lacie.com/silverkeeper/
    If it's messing things up you could try asking LaCie Support for assistance.

  • Since upgrading to Yosemite I cannot get directly to Netflix.  I get a message about having to download Microsoft Silverlight.  I can't get that to work and don't want it anyway.  I just want to open Netflix and play the movies.   What should I do?

    Since upgrading to Yosemite I cannot get directly to Netflix.  I get a to Netflix and there is a big message about having to download/install Microsoft Silverlight.  I can't get that to work and don't want it anyway.  I just want to open Netflix and play the movies.   What should I do?

    I can't get that to work and don't want it anyway.
    You need Silverlight. That is the application that plays the Netflix movies.
    http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx

  • Microsoft Silverlight and Adobe AIR

    I ran across this by being curious but I have installed on my system the Microsoft Silverlight Plugin and the Adobe AIR plugin...
    I am curious as to when and/or how these two plugins can be integrated into the Safari browser...
    I know for definite that Silverlight is not working and I am not for sure about Adobe AIR at this time.

    Well the Silverlight plugin from what my understanding of what it is..
    Is supposed to be something like flash. You can develop applications and stream them over the internet for various media types. If you go back to the Silverlight Website ( http://www.microsoft.com/silverlight/ ) the beginning animation that is on the page is running using Silverlight. Currently you cannot view it with Safari. It shows as though it is installed but shows nothing in the browser, so you will have to use one of the other browsers you have. I have seen it in use inside Gadgets for the Sidebar for Microsoft Windows, several examples on the website, and some websites are starting to use it and will enable the plugin if it is installed. Microsoft Expression Studio V1 now has the capability to develop with it as well.
    Adobe AIR is pretty much the same thing, ( http://www.adobe.com/products/air/ ) Like Silverlight and Flash, it enables applications and streaming of files over the internet. A good example of it in use is the Finetune Desktop. ( http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us& extid=1282522 ) This is actually an application that uses AdobeAIR inside the program... It actually installs using AdobeAIR and runs seamlessly. I have been quite impressed by it. There are several examples of this on the main site itself.
    Both are supposed to be cross platform and browser compatible, using new technologies to offer better resource usage, a higher quality of end-user experience, as well as many improved features for Businesses.
    You will probably begin to see more and more websites using the two to build applications as the year passes. Probably even more widely used in 2009.

  • Silverlight application (example.xap) doesn't run when call in other pages using "Object tag"

    Hi!
    I have silverlight 3 installed with Visual studio 2008. installation is fine.
    I have created a  silvelight application including a test page.
    In my test page I used the "object tag" to call my application as it is suggested since silverlight 3:
    <object type="application/x-silverlight-2"
    data="data:application/x-silverlight,"
    width="450" height="220">
    <param name="source" value="MySilverlightApplication.xap"/>
    </object>
    At the run time, using the test page my application runs as expected. But when i call the same application in another page i have created, nothing happens: the web page is blank. I wonder why it works with the test page created at the same time with the
    silverlight application ( i have checked the radio button that required the test paged creation during the process of the silverlight application) and why it doesn't work with a page created separately.
    Thank you for your help!
    Joel

    Hi Andy!
    Hi Qimin!
    Thank you for your helps. But i want to let you know that the html code i wrote in my post is just an example so I will complete my post with more information.
    0- I have visual studio 2008 installed with silverlight 3.
    1- I have created a web project with a master page (my master page has a content page )
    2- I added a silvelight application: carousel.xap (during its creation I've accepted to add a test page: carouselTestPage.aspx)
    3- I added a main page Home.aspx: which inherits from the master page created in step 1, then I call my silverlight application in this content page using the object tag.
    Result of the tests during run time:
    My silverlight application carousel.xap works fine when I test it with the
    carouselTestPage.aspx.
    But my silverlight application carousel.xap doesn't work with the main page I added to my web project. the web content page is blank.
         Here below the script of the carouselTestPage.aspx
    and for the Pages_Home:
    carouselTestPage.aspx code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
    <title>carousel</title>
    <style type="text/css">
    html, body {
    height: 100%;
    body {
    padding: 0;
    margin: 0;
    #silverlightControlHost {
    height: 100%;
    text-align:center;
    </style>
    <script type="text/javascript" src="Silverlight.js"></script>
    <script type="text/javascript">
    function onSilverlightError(sender, args) {
    var appSource = "";
    if (sender != null && sender != 0) {
    appSource = sender.getHost().Source;
    var errorType = args.ErrorType;
    var iErrorCode = args.ErrorCode;
    if (errorType == "ImageError" || errorType == "MediaError") {
    return;
    var errMsg = "Unhandled Error in Silverlight Application " + appSource + "\n" ;
    errMsg += "Code: "+ iErrorCode + " \n";
    errMsg += "Category: " + errorType + " \n";
    errMsg += "Message: " + args.ErrorMessage + " \n";
    if (errorType == "ParserError") {
    errMsg += "File: " + args.xamlFile + " \n";
    errMsg += "Line: " + args.lineNumber + " \n";
    errMsg += " + args.charPosition + " \n";
    else if (errorType == "RuntimeError") {
    if (args.lineNumber != 0) {
    errMsg += "Line: " + args.lineNumber + " \n";
    errMsg += " + args.charPosition + " \n";
    errMsg += "MethodName: " + args.methodName + " \n";
    throw new Error(errMsg);
    </script>
    </head>
    <body>
    <form id="form1" runat="server" style="height:100%">
    <div id="silverlightControlHost">
    <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
    <param name="source" value="ClientBin/carousel.xap"/>
    <param name="onError" value="onSilverlightError" />
    <param name="background" value="white" />
    <param name="minRuntimeVersion" value="3.0.40624.0" />
    <param name="autoUpgrade" value="true" />
    <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
    </a>
    </object><iframe id="_sl_historyFrame" style="height:0px;width:0px;border:0px"></iframe></div>
    </form>
    </body>
    </html>
    2. Home.aspx code:
    <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPages/MyMasterPage.master" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="Pages_Home" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
    </asp:Content>
    <asp:Content ID="Content2" ContentPlaceHolderID="MyContent" Runat="Server">
    <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
    <param name="source" value="~/ClientBin/carousel.xap"/>
    <param name="background" value="white" />
    <param name="minRuntimeVersion" value="3.0.40624.0" />
    <param name="autoUpgrade" value="true" />
    <param name="enableHtmlAccess" value="true" />
    <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
    </a>
    </object>
    <iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px">
    </iframe>
    </asp:Content>
     so the application source is correctly supplied in the object tag description. so I wonder why it doesn't work with a separate content page in the same web project and work with this embedded Silverlight Test page.
    Thank you for your helps.
    Joël

  • How to read/write local file in lync silverlight application?

    I tried doing that by various method but an exception pop-ups. My lync silverlight application works fine in browser or out of browser (with elevated permissions) but when I try to do so in lync's window extension (CWE) is throws an exception saying "File
    operation not permitted. Access to path '<some path>' is denied". Please help!
    private void button1_Click(object sender, RoutedEventArgs e)
    try
    if (!string.IsNullOrEmpty(textBox1.Text))
    string path = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "abc.txt");
    StreamWriter writer = File.CreateText(path);
    writer.Write(textBox1.Text);
    writer.Close();
    catch (Exception ee)
    MessageBox.Show(ee.Data + "\n\n" + ee.Message);

    Hi,
    You might post the issue on Lync MSDN forum and more developing expert will help you with Lync SDK. Thank you for your understanding.
    http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/threads
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • How can i install Microsoft Silverlight. Is there an app for?

    How can I install Microsoft Silverlight. Is there an app for this?
    Ipad does not recognise programms .dmg

    You can't. Silverlight applications won't work on iOS devices.
    .dmg files are typically Mac OS X disk image files, you can't run them on an iPad either.
    tt2

  • SQL Views for applications, deployment types and deployments

    Has anyone seen any diagrams yet of the relationship between the views in the database for applications?  They are needless to say quite a bit more complex than the old Packages/Programs/Advertisements views.  I can probably figure out what I need,
    but it would save quite a time to be able to see the relationships called out.  A description of what some of the views actually do would be helpful too, I can figure out some, but others are a bit obtuse.
    Unfortunately there isn't an out of the box report that shows the information my customer wants, so I have to create one from scratch.
    If anyone is currious they want to see the status for all the computers that are targetted with an application deployment, this would include error codes, status, ect...
    Bob

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    The SQL view document has been release, it should help you out.
    https://technet.microsoft.com/en-us/library/dn581978.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Conditions for faster Application Deployment

    Hi together,
    we're in need to deploy some Applications to some computers as fast as it is possible.
    I've searched for criterias which influences the speed of a deployment, for example the client push intervall setting from the Client Settings, but i didn't found much information.
    Is there an overview / chart / graphic which shows the technical workflow which happens in the background when i target a collection with an application? I couldn't find something like that in the Technet Library or elsewhere in the internet.
    Also i'm interested in your experiences with a scenario like that if you have some.
    Thank you for all your tips and information!
    Rolf

    Client push has nothing to do with Application Deployment. This is only used to deploy the SCCM client.
    Assuming the following:
    Application has already been created and tested
    Application are deployed to a device collection
     The collection already contain the required members
    Under Client Settings you configure the "Client Policy polling interval". The default is 60 minutes.
    You could lower the time, but as a general rule I wouldn't do that. It will increase the load on your management points. But there are scenarios where this is the way to go.
    If this is a one time operation, or something you just want in you toolbox if something need to go out really fast, you could also trigger an update "now" using Client notification, by right-clicking the collection and select Client notification.
    A third option could be to install a right-click tool like this
    http://www.nowmicro.com/rct/
    Hope it helps...
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • Microsoft Azure Application Development services Requried

    I want Microsoft Azure Application Development for my website but there is more changes required. Finally I am stuck in the situation so please help me or suggest me a better source that could be able to change it. 

    Hi Vivaan Saxena,
    This forum is to discuss and ask questions about the setup and deployment of .NET Framework. Apparently, this issue isn't related with the topic here. I suggest you ask in
    Microsoft Azure forum.
    https://social.msdn.microsoft.com/forums/azure/en-US/home?category=windowsazureplatform
    Best regards,                                     
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Application deployed from the software center hung at "in Progress"

    How can you clear the "In Progress" state. The application has installed but the deployment monitor shows "in progress".

    More info:
    Troubleshooting Application Deployment in System Center 2012 Configuration Manager
    http://social.technet.microsoft.com/wiki/contents/articles/11447.troubleshooting-application-deployment-in-system-center-2012-configuration-manager.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Application deployment evaluation powershell script

    Hi,
    Is there a way that I can run a powershell script or vbs script that will allow me to run the Client actions on the local client. kind of like a shortcut that will go into the configuration manager client control panel icon and run the client action required.
    Specifically for the Application Deployment Evaluation
    Any help would be appreciated
    Regards
    Mike

    Hi,
    Check out this old thread on the topic,
    http://social.technet.microsoft.com/Forums/en-US/9ec7318f-4ab7-4db3-bfa5-958ab1c39f4f/application-deployment-evaluation-cycle-not-willing-to-start-by-script?forum=configmanagersdk
    An example is included in there as well.
    You can also use the Right-click tools extensions in the console which include this action as well.
    http://myitforum.com/myitforumwp/2012/09/21/sccm-rctools/
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Application deployment wizard- General Information-.Publisher and Software version fields - HOWTO build installation to support?

    Hi all,
    I have built an installer (using WIX) that gets deployed by SCCM Application Deployment.
    The Publisher and Software version fields on the "General Information" page of "Create Application Wizard" do not get populated for the specified msi.
    I looked in Orca at the Property table for the msi and the Manufactuer and ProductVersion values are filled in correctly.
    Where is the SCCM "Create Application Wizard" looking for the "Publisher" and "Software version" values within the msi?  It would be very useful to the SCCM Administrator if these values get filled in automatically by using
    the values within the msi.
    Thanks in advance! 
    Anthony LaMark

    Hi,
    If you could get the Manufactuer and ProductVersion values from Orca.
    Use the following command creates a new application with the Manufactuer and ProductVersion.
    PS C:\> New-CMApplication -Name "Contoso-test" -AutoInstall $True -Description "Contoso-test1" -Keyword "Contoso" -LinkText "Contoso-App" -LocalizedApplicationDescription "Contoso-test" -LocalizedApplicationName
    "Contoso-test" -Manufacturer "Contoso-Mfg" -OptionalReference "Contoso-test4" -Owner "Contoso-testOwner" -ReleaseDate 2013/5/24
    -SoftwareVersion "v3" -SupportContact "Contoso-supp" -UserDocumentation "Contoso-Help:"
    For more information, please refer to the link below:
    New-CMApplication
    http://technet.microsoft.com/en-us/library/jj821860.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Posting between customer reconciliation account

    Dear Experts, We have wrong posting in Customer account XXX (with reconcl.account A) then we should reclass/transfer posting from the wrong reconciliation account A to reconciliation account B (customer YYY). Which transaction code to be used?Is it p

  • Error when run page with EJB + ADF

    hello when i run one page with EJB+ ADF give me this error: <15/Set/2009 17H35m WEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1253032513131' for task '0'. Error is: 'weblogic.application.Modul

  • BW extraction settings for Billing  Data from SAP ISU SYSTEM

    Hi dudes, iam currently  extracting data from  sap isu  to  bw systesm,but even after  generation of many  billingmaster dats i  dnt  find nay record to  be extracted in bw system since some settings are missing in  isu suystem for extarction process

  • CUCM 10 Self Provisioning Problem with TAGs on Universal Device Template

    Hi friends. I've been provisioning IP Phone by Self Povisioning. The phones were provisioned almost perfectly. I notice the TAGs that i filed up on Device Template (look above), are not "translated" on Device Phone. Universal Device Template The Tags

  • Certificate issue for order response messages to Tradeplace

    hi, it appears that you may not even get that message out to us due to a cert issue. In fact it is not finding the cert probably (u201CNo trusted certificate found # nullu201D). IDoc  processed successfully through XI prod but there is error in proce