cancel
Showing results for 
Search instead for 
Did you mean: 

Error "Exception from HRESULT:0xFFFF82C"

Former Member
0 Kudos

Hi expert

When I opens my sdk form i getting error "Exception from HRESULT:0xFFFF82C"

Development :- Dot Net 2005

SAP :-2007B Patch:4

Accepted Solutions (1)

Accepted Solutions (1)

former_member682029
Contributor
0 Kudos

Check these

Form already exists in SBO.

Some times it will be there but visibility might be false.. So go to Menu->Windows->CloseAllForms

If you are using XML file, try using LoadBatchActions() method.

Anoop

Former Member
0 Kudos

Thanx Annop

My Form load by without components ang gets error which i specified on the subject also i specified loadbatchaction

like

Soft_Application.LoadBatchActions(oXmlDoc.InnerXml)

Former Member
0 Kudos

Hi Dhanraj,

Most likely there is an error in your xml form.

Check if you can load a blank form (form without any items). If you can, then the problem really is in the xml.

If the problem is in the xml file, I suggest you create a copy of the xml file and take all the items out. Then you can add the items one by one and try loading the form to detect which item has the error.

Common error are misspelled datasource ids (take particular attention to the capitalization - UDO when it should be Udo or udo) and duplicated Item Ids - each item on a form must have it's unique id.

Regards,

Vítor Vieira

Answers (0)