[progress Communities] [progress Openedge Abl] Forum Post: Re: Mixing 11.5 And 11.6 R-code

  • Thread starter Thread starter Darren Parr
  • Start date Start date
Status
Not open for further replies.
D

Darren Parr

Guest
Thanks Mike I devised this approach after reading your blog post. I have taken great care to ensure we don't put .net assemblies in the GAC by only installing OE studio on our compile PC. We ensure this is always unpatched and is fixed at the release level which was 11.5 and now is 11.6. We manually link the assemblies we need into a specific assemblies directory which contains the infragistics controls we need and also an additional c# assembly I wrote for colouring rows in the grid and drawfilters etc. I can confirm that our compiled code against 11.6 that is failing does not directly include .net assemblies but links to a class through a variable defn. All of my classes reference 11.5 assemblies (14.2) when compiled in 11.6. Its a strange issue that almost looks like an adm2 issue. We have a smartwindow with a paging button on it. The system is fixed at lower levels of the adm2 duie to some of the overrides which have been used etc. On selecting next page, the viewer which is compiled against 11.6 (whilst the rest of the system was compiled against 11.5) just doesn't show. No fields on screen. Nothing. No errors either. We do fix the propath to a specific version of the adm2 during compile and also at runtime. Do you know of anything which can cause issues in the adm2 like this. Ive searched for proversion etc. Its not obvious. -Darren

Continue reading...
 
Status
Not open for further replies.
Back
Top