Discussion Created a windows service application for managed MSPL

  • Thursday, February 23, 2012 11:42 AM
     
     

    Hi all,

    I have created a windows service which works same as Managed MSPL application.

    if anyone require any help regarding creating windows service for MSPL application Plz let me know.


    Girish

All Replies

  • Monday, November 12, 2012 3:48 PM
     
     

    Hi, what I am trying to achieve is to inspect a XML file where are stored information "on the fly" of user ( example: diversions ) and exctract them to use in a MSPL script.

    Is that possibile?

    Thanks

  • Tuesday, December 04, 2012 6:08 AM
     
     
    Sorry But you can not do this using MSPL script, you can use .net instead.

    Girish

  • Tuesday, December 04, 2012 12:02 PM
     
     
    Sorry But you can not do this using MSPL script, you can use .net instead.

    Girish

    Hi Girish,

    can you point me in a right way how to build it? I am a newbie :-)

  • Tuesday, December 04, 2012 12:50 PM
     
     

    Please let me know the scenario to help you in better way...

    If you want to create your own application where you have this kind of "on the fly " requirement, you can use LINQ in dot net.

    where you'll be using variables to store xml data and later you can perform the required operations on that xml data.


    Girish