Using ConfigMgr 2007 SDK

Hello,

I am fairly new to C#. I see that ConfigMgr 2007 SDK has lots of sample codes for various feature sets. I am planning to build a custom Admin Portal using ASP.net written in C#. I see that there are certain namespaces and DLL's needs to be used. Could you please guide me on the right path on how to approach. Is it like, I can directly start using the namespaces, create objects and call functions?

Any help is greatly appreciated. Thanks in advance.

Regards,

Rajiv

July 14th, 2013 10:42am

In general, there are two libraries that you will need to include a reference to: adminui.wqlqueryengine.dll and configurationmanagement.managementprovider.dll

Once you include a reference to these two libraries, then the majority of the namespaces should be available to you.

Hope this helps.

Free Windows Admin Tool Kit Click here and download it now
July 14th, 2013 12:56pm

Hello,

Where can I find these two libraries (dll's). Should it be located under AdminUI folder? I will take a look referencing them.

Thanks

Rajiv

July 14th, 2013 10:22pm

Yes, they are in AdminUI\bin, BTW configurationmanagement.managementprovider.dll should be Microsoft.configurationmanagement.managementpr
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2013 11:25pm

Here is a link that discusses the requirements to run the sample code found within the SDK: http://msdn.microsoft.com/en-us/library/cc145284.aspx
July 14th, 2013 11:30pm

Hello,

It works. I am able to enumerate functions from the dll's. One question though, you mentioned majority of the namespaces would be available. Is there any missing for which I might have to reference something else. Just a curiosity.

Thanks

Rajiv

Free Windows Admin Tool Kit Click here and download it now
July 15th, 2013 12:45pm

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

Other recent topics Other recent topics