Welcome to MSDN Blogs Sign in | Join | Help

HealthVault FAQ

This blog hosts FAQ questions (and answers) for developers using the HealthVault SDK

Syndication

HealthVault platform exception: “The specified transform was not found.”

If you see HealthVault platform throw the above exception when you run HealthRecordSearcher.GetMatchingItems() with specified type ID, the likely cause is that the locale of the application server is set to a value that doesn’t match the locale of the XSLT transform in HealthVault platform. The platform then fails to retrieve the XSLT transform with the application server’s locale. To work around this, we can add an element in Web.Config to specify the locale.

 

<configuration>

    <system.web>

        <globalization uiCulture=”en-US” culture=”en-US” />

    </system.web>

</configuration>

 

When debugging issues like this, the request-response tracing described at http://msdn.microsoft.com/en-us/healthvault/cc135993.aspx should be quite helpful. 

Published Tuesday, February 17, 2009 4:39 PM by Tremonte

Filed under: , ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# HealthVault platform exception: ???The specified transform was not found.??? - Click &amp; Solve @ Tuesday, February 17, 2009 8:15 PM

PingBack from http://www.clickandsolve.com/?p=9856

HealthVault platform exception: ???The specified transform was not found.??? - Click &amp; Solve

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
Page view tracker