hi, i'm using visual studio 2005 and i'm programming in C#.
during this instruction:
BackupJob1.Selection = FileSelection1;
(where fileSelection1 has only a path as property. added with addfilestoproccess)
i always encounter this runtime problem:
Exception from HRESULT: 0x800A017C (CTL_E_INVALIDPROPERTYVALUE)
I also tried one of the sample in VB and it gives the same problem on the same line :)
PS: in another thread i found a similar problem.. it was solved.. that user said that it was a missing object instantiating. In c# i have an auto generated class that creates graphic objects...
escuse my poor english ^^
where is the problem ? :(