Customization validation doesn't lie a 'using' statement - E10.2.200.18

Hi there,

Wondering if anyone has seen this. In a screen customization, validating/exporting/importing we’re losing a particular using statement.

Yesterday I added a line to fix a compilation error:

using Infragistics.Win.UltraWinToolbars;
using System.Collections.Generic;
using System.Net;
using System.IO;
using System.Xml;

using Ice.Proxy.BO; // jt from jk/ff

Today it says:

using Infragistics.Win.UltraWinToolbars;
using System.Collections.Generic;
using System.Net;
using System.IO;
using System.Xml; // jt from jk/ff

It seems not to like that using line. Here’s tail end of the validation comments:

----------------------------------------------------------
Validation for Version: 3.2.200.0
Status: Error
Version: w3.2.200.0
Custom code contains compiler errors.
[Ven_EstesBF: 2/18/2019 1:12:10 PM]
----------------------------------------------------------

----------------------------------------------------------
Validation for Version: 3.2.200.0
Status: Error
Version: w3.2.200.0
Custom code contains compiler errors.
[Ven_EstesBF: 2/18/2019 1:31:52 PM]
----------------------------------------------------------

----------------------------------------------------------
Validation for Version: 3.2.200.0
Status: Error
Version: w3.2.200.0
Custom code contains compiler errors.
[Ven_EstesBF: 2/19/2019 5:20:01 AM]
----------------------------------------------------------
Note: added the using line here.
----------------------------------------------------------
Validation for Version: 3.2.200.0
Status: Warning
Version: w3.2.200.0

[Ven_EstesBF: 2/20/2019 7:34:09 AM]
----------------------------------------------------------

----------------------------------------------------------
Validation for Version: 3.2.200.0
Status: Error
Version: w3.2.200.0
Custom code contains compiler errors.
[Ven_EstesBF: 2/20/2019 7:36:52 AM]
----------------------------------------------------------

----------------------------------------------------------
Validation for Version: 3.2.200.0
Status: Pass
Version: f3.2.200.0

[jtrent: 2/20/2019 8:01:42 AM]
----------------------------------------------------------

I added the line again and all is well for now.

Thoughts?

Thanks,

Joe

Try going into customization maintenance, opening custom data editor and adding it there, then saving. See if it sticks then.

1 Like

Thanks, Joshua. I’ll try it.

Same thing, sadly.

When I save the code in the customization maintenance and run the quote entry, it runs okay. But when I try exporting the customization it validates the customization and removes that using line in the export and the current customization, so I have to correct it in the current environment and in the environment I’m exporting to.

Bug, I guess. ???

Thanks,

Joe

Is it only the using statement that’s been removed? I’ve seen several customizations, especially those layered with base extensions that will have multiple layers of customization which only call one. The way I’ve gotten around this in the past which is a bit hacky is to export the customization, modify the XML to remove the additional code blocks, then reimport. A quick check would be to open the XML and look for how many times you see public class Script

Joseph,

It had only a single “public class Script” entry in the XML. But now it’s working again. We ran a regen earlier and now it works. Coincidence? The world may never know.

Thanks,

Joe