Skip to main content
Question

Custom code in 26R1 Self Service Portal has changed

  • July 22, 2026
  • 2 replies
  • 25 views

Joe Schmucker
Captain II
Forum|alt.badge.img+3

I am migrating a 25R1 Self Service Portal to 26R1. 

I have the main site running in 26R1 with my customizations.

I installed the portal against my 26R1 database.  I created a new VS project and copied in my code from the 25R1 stuff.  It is all kinds of broken.  The PX.Objects.SP is gone.  

I added PX.Objects.Portals.dll into my project and it resolved some of the bad references.

Does anyone know what assembly I need for PortalSetup?

 

 

I also used SP.Objects.IN.Descriptor.  That is missing too.

Is there some reference material as to what I need to do to fix my bad references?  Sorry if it is something I should know about already, but I am not able to find anything.

2 replies

Forum|alt.badge.img+3
  • Pro III
  • July 23, 2026

@Joe Schmucker 

I checked in my 26R1 environment, and PX.Objects.SP.DAC.PortalSetup is present. Could you check if the required portal assembly is referenced correctly in your project?

 


Joe Schmucker
Captain II
Forum|alt.badge.img+3
  • Author
  • Captain II
  • July 23, 2026

Hi ​@SaiKrishnaV  Thanks for looking into this for me.  I don’t have the PX.Objects.SP dll in my bin folder.

 

I also used SP.Objects.IN.Descriptor.  That is missing too.

I am going to re-install a new site and see if it shows up.