Hey guys, just thought I'd chime in here! I was beginning development on some SCCM Cmdlets, and I came across a bug in the SDK (SMS 2003 actually). I was retrieving a list of advertisements, and was receiving an error stating "The value is either too large or too small for an int32"
It turns out that, after working with Product Support Services, there is a problem with the conversion from a uInt32 in WMI to a Int32 in the CTS (not really surprising I suppose).
I was provided a replacement programs.cs file which resolved the problem, which is attached to this message. Hope this helps someone out there!
--Trevor Sullivan |