Menu

#5 Some rare IL constructs not correctly interpreted

open
nobody
None
3
2006-08-28
2006-08-28
No

Here is an IL line which does not make sense for me -
and also not for ILDASMDC (broken at arbitrary places):

IL_0016: callvirt instance class ['Framework.Core']

'MyCompany.Framework.Core.IWFL.Data'.'GridData`1'<class
'MyCompany.Kontaktverwaltung.IWFL'.
'GrossH„ndlerGridTO'>
'LieferantenšberweiserGrosshandelGridTO'::
'get_GrossH„ndlerGrid'()

What is the class of the called method? ... Currently,
ILDASMDC uses LieferantenšberweiserGrosshandelGridTO
*without a namespace*, which is wrong from the view of
the developer (the class
LieferantenšberweiserGrosshandelGridTO *is* defined in
a namespace) ...

Discussion


Log in to post a comment.