I am migrating some code to work in FP1, and will use this post to share my insights as things move along. I don’t intend for this to be comprehensive, but I will use it to document things that are not clearly explained in the Release Guide and other product manuals.
- (2012-05-16) The file system path has changed. It is now “C:\Program Files (x86)\Allscripts Sunrise\Clinical Manager Client\5.10.3059.0″ by default. This won’t affect most things, but I do have a couple of customizations (especially for file deployment from my development machine up to a Citrix farm) that rely on the installation point. That said, when I make this edit I will likely just code to pull the proper path instead of depending on it being in a certain place.
- (2012-05-16) The application is now using Infragistics controls at version 10.3. So to build against these, you’ll need to go get the new DLLs from the c:\windows\assembly directory – and recall that you have to rename the hidden, read-only, system file Desktop.ini in order to be able to browse that directory.
