I have recently installed SQL Server and the Acumatica application.
I then created a Customization Project and added a Sales Order screen but did not make any other modifications.
Then I published it, but the system showed an error message. The system is not validating this.
I assume this is the Local configuration issue.
I tried to get this to Visual studio, I have attached the screen.
I would like to know how to fix this. I have uninstalled and reinstalled multiple times, but it does not work.
Best answer by darylbowman
Then I published it, but the system showed an error message. The system is not validating this.
Firstly, the text in yellow is not an error. It’s a warning, and is not the reason your package is failing. There may be another reason, but it would be towards the bottom of the output.
Secondly, the issue in Visual Studio may be the same issue or a different one. It’s hard to tell from the information provided. But the issue comes from allowing Visual Studio to attempt to build the Acumatica webpage, as @aiwan mentioned. You will probably need to perform a site repair (by ‘upgrading’ to the same version). After this, make sure to right-click on the website in Visual Studio and turn off building the site in Property Pages.
Hi @nethupul, did you ever figure out a solution to the above. I’m AU (MYOB) based as well and running into the same problem when publishing a customization into a local install
This can happen if you try to build the website rather than the solution itself, in Acumatica local instances, not too sure of MYOB but i assume the same could occur.
Then I published it, but the system showed an error message. The system is not validating this.
Firstly, the text in yellow is not an error. It’s a warning, and is not the reason your package is failing. There may be another reason, but it would be towards the bottom of the output.
Secondly, the issue in Visual Studio may be the same issue or a different one. It’s hard to tell from the information provided. But the issue comes from allowing Visual Studio to attempt to build the Acumatica webpage, as @aiwan mentioned. You will probably need to perform a site repair (by ‘upgrading’ to the same version). After this, make sure to right-click on the website in Visual Studio and turn off building the site in Property Pages.