A required device isn’t connected

Microsoft recently released Dynamics AX 2012 R2 Solution Demo Package V4, i.e. a new version of the virtual machine with Dynamics AX and related components installed and configured. The version of AX there is 2012 R2 CU7. I successfully downloaded, unpacked and imported VM A (30 GB), but when I tried to boot it, I …

Continue reading ‘A required device isn’t connected’ »

A required device isn’t connected

Microsoft nedávno uvolnil Dynamics AX 2012 R2 Solution Demo Package V4, tedy novou verzi virtuální počítače (Virtual Machine, dále jen VM) s nainstalovaným a nakonfigurovaným systémem Dynamics AX a souvisejícími komponentami. Obsahuje verzi AX 2012 R2 CU7. Úspěšně jsem stáhl, rozbalil a naimportoval VM A (30 GB), ale při pokusu o boot jsem dostal následující …

Continue reading ‘A required device isn’t connected’ »

Size matters

X++ normally doesn’t distinguish letter case – you can call warning(“x”) or WaRnInG(“x”) and both will do the same (although your colleagues may not be as forgiving as the X++ compiler). Nevertheless the same doesn’t apply to .NET Interop from X++ – although you can use System.Math::Cos(0), for example, you’ll get a compilation error if you …

Continue reading ‘Size matters’ »

Na velikosti záleží

X++ normálně nerozlišuje velikost písmen – můžete zavolat warning(“x”) nebo WaRnInG(“x”) a oboje udělá to samé (ačkoli vaši kolegové nemusí být tak benevolentní jako kompilátor X++). Nicméně to samé naplatí pro .NET Interop z X++ – můžete sice použít například System.Math::Cos(0), ale pokud zkusíte zavolat System.Math::cos(0), dostanete kompilační chybu. Existují dokonce případy, kdy změna velikosti …

Continue reading ‘Na velikosti záleží’ »