issues with provision api in FIM CM 2010

Discussion issues with provision api in FIM CM 2010

全部回复

  • 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:03
     
     
    Have 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:44
     
     
    Firstly It is web application so we are having web.config and it is not corrupted