Axaptapedia is now maintained by AgileCadence For more information please click here.
Talk:AOTVersionControl
From Axaptapedia
Hi,
I have been seeing a lot of strings like this:
#// Óíàñëåäîâàòü íåïåðåêðûòûå ïàðàìåòðû îò _parent
in the xpo (and the import). What charset / language is this?
In addition, I am unable to compile the toolkit, Axapta throws the following error here (freely translated from German):
VCS_Repository::construct(): The object could not be created, the abstract method VCS_Repository.itemByPath(container) was not implemented.
Interestingly enough, the methods are all there, fine and ready. I believe that the Axapta compiler has sever problems resolving the cycles there (basically one abstract class referencing the VSS_Item interface if I get this right).
Any ideas?
Torben Nehmer <torben dot nehmer at cancom dot de>
- This is Russian Cyrillic Windows-1251 charset
- Sorry there are several dependencies loops:
- comment lines where construction of undefined things is going on
- recompile all
- uncomment commented lines
- recompile all
--Max 08:28, 28 September 2006 (EST)