This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Facing an issue in Upgrading from 7.0 to 7.1

Hi Experts,

 

i have some web customizations in 7.0 version and working properly, when i upgarded the version to 7.1 web customizations are getting compilation issues 

 

 

  • What is the exact exception message when you click on "Show"?

    Open WebDesigner and compile from there, then take a look at the definition nodes that cause the compilation errors.
  • Hi,

    Find the detailed error message below.


    Object reference not set to an instance of an object.
    at VI.WebDesigner.Loader.CompileQueue.<ProcessQueueAsync>d__24.MoveNext()
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    --- End of stack trace from previous location where exception was thrown ---
    at VI.WebDesigner.Loader.CompilerBase.CompileBindingItem.<CompileAsync>d__3.MoveNext()
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    --- End of stack trace from previous location where exception was thrown ---
    at VI.WebDesigner.Loader.BaseBinding.<CompileAsync>d__30.MoveNext()
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    --- End of stack trace from previous location where exception was thrown ---
    at VI.WebDesigner.Definition.Components.VirtualFunctionMapping.MappedTableBinding.<BindAsync>d__1.MoveNext()
  • Also Noticed below when i am accessing web page

    Script assembly Webapp_VI_StandardWeb_Debug_AP not found in 'DialogScriptAssembly'

  • I'd suggest you contact support; the compiler reports a problem in a standard component (VI_ITShop_ApprovalItem) but that is not normal behavior.
    Did you install any hotfixes after migration?
  • Also; if you have a customized copy of VI_ITShop_PersonWantsOrg_GridColumns in place; then you will need to declare the function ShowUIDPriority() in your customized copy.