Adding HealthVault to an existing web application and make it be a library

Answered Adding HealthVault to an existing web application and make it be a library

  • Monday, January 21, 2013 6:58 AM
     
     

    Dear Sir,
     I already have a web site, I wanna make HealthVault library. But it can't be work.
    First, I creat a web site from SDK. So, I move all .dll files from bin folder, .cer file from cer folder and Web.config file to library project. But it's can't work.
     Any sample for make HealthVault library? Or how to do that?
     Please kindly help me, please.

    Best Regards,                Ariel Liu

All Replies

  • Monday, January 21, 2013 7:19 PM
     
     
    To begin with, do you have ApplicationId in the Web.config?

  • Tuesday, January 22, 2013 12:53 AM
     
     

    Dear Sir,

            I already added ApplicationId in the Web.config.

    Best Regards,                Ariel Liu

  • Tuesday, January 22, 2013 1:08 AM
     
     
    If you are adding HealthVault functionality to an existing site, the page may not be derived from HealthServicePage. You should check out this post and see of that applies.
  • Tuesday, January 22, 2013 3:14 AM
     
     

    Dear Santhosh,

            Thank you for your response. I already see that, but still can't work. And any sample for existing site? Or for build HV library?

    I really need to know how to do. Please kindly help me, thank you.

    Best Regards,                        Ariel Liu


    • Edited by ping liu Tuesday, January 22, 2013 3:14 AM
    •  
  • Tuesday, January 22, 2013 3:20 AM
     
     
    Is your page derived from HealthServicePage?
  • Tuesday, January 22, 2013 3:29 AM
     
     

    Dear Santhosh,

            I set up a namespace and class like this.

    Best Regards,                Ariel Liu

  • Tuesday, January 22, 2013 5:34 AM
     
     

    Dear Santhosh,

            How can I make sure that my page derived from HealthServicePage? or not?

    Best Regards,                    Ariel Liu

  • Tuesday, January 22, 2013 5:44 AM
     
     

    Dear Santhosh,

            I think I my page can't derived from HealthServicePage?

            Please kindly help me, thank you.

    Best Regards,                    Ariel Liu

  • Tuesday, January 22, 2013 6:41 AM
     
     Answered
    If that's the case, then you should handle by yourself what HealthServicePage provides for free. See this for more details.
    • Marked As Answer by ping liu Wednesday, January 23, 2013 8:19 AM
    •