issues with provision api in FIM CM 2010
-
2011年2月8日 5:37Application attempted to use .config file settings, but it hasn't been parsed yet
- 已更改类型 Markus VilcinskasMicrosoft Employee, Owner 2011年6月6日 13:42
- 已更改类型 Markus VilcinskasMicrosoft Employee, Owner 2013年3月13日 12:06
- 已更改类型 Markus VilcinskasMicrosoft Employee, Owner 2013年3月13日 12:06
全部回复
-
2011年2月8日 7:10
Can you please provide us with some more details.
This article may help you to get best feedback from the forum
/Matthias -
2011年2月8日 7:17
Please provide the with some more details.
This article may help you getting the best feedback from the forum.
/Matthias -
2011年2月8日 9:55
Hi,
Just to brief i am creating a webapplication and using provision api for creating my enroll request i am getting below error when i use
ReadOnlyCollection<ProfileTemplate> list = FindOperations.FindAllProfileTemplates();
I am not using remoting so have used
FindOperations.UseRemoting = false;
I am getting below error
Application attempted to use .config file settings, but it hasn't been parsed yet -
2011年2月8日 15:03Have you checked in Visual Studio, if your VS class contains an application configuration file, which doesn't exist or is corrupt in the file system?
/Matthias -
2011年2月9日 6:44Firstly It is web application so we are having web.config and it is not corrupted

