how to use IdentityPicker in ActivitySettingsPart?
Hi, I'm struggling with Email template lookup control for my custom approval activity. Every time I'm trying to do: private IdentityPicker txtEmailTemplate; I meet "identityPicker" is inaccessible due to its protection level. but I can remember that it was working before Update 1. any ideas what's wrong here? ps. template's GUID as a string in a TextBox is not a solution :)
November 22nd, 2010 10:19am

did they change it to internal class?
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 10:23am

it seems to me that the lass you mentioned has always been an internal class. is it possible that you used it in an RCDC instead?
November 22nd, 2010 11:05am

may be... no other simple solutions to have IdentityPicker control for ActivitySettingsPart, right?
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 11:22am

looked inside the .dll it is an internal class :( why Microsoft does it with me all the time....
November 22nd, 2010 1:50pm

You could use Reflection to do what you want, but, I think the access modifier here is a pretty clear support statement.My Book - Active Directory, 4th Edition My Blog - www.briandesmond.com
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 2:20pm

Brian, I wouldn't say Reflection is a simple solution, more over if its a private class then we can expect it to change in a next update.
November 23rd, 2010 2:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics