Hi,
It's possible, but your web project should be completely independent and not refer to any service project.
- Move all web pages of services to the web app.
 - Remove all service dependencies
 - Generate static proxy for the web app: https://docs.abp.io/en/abp/latest/CLI#options-6
 Generate static proxy for the web app: https://docs.abp.io/en/abp/latest/CLI#options-6
We support this feature after 7.0.0, (It also requires that the service version is 7.0.0.) :https://github.com/abpframework/abp/issues/13613 But you can check changes of PR: https://github.com/abpframework/abp/pull/14429/files to customize your project
Thanks for the inputs, If we understand correctly we can have different versions of solutions if we move all web pages into web and remove all depended projects (web) from main UI layer. in this case we need to remove reference to contract layer as well?
You mention We support this feature after 7.0.0, (It also requires that the service version is 7.0.0.) means this kind of approach will work only after having our entire project running on 7.0 and for future upgraded we can follow this way? please elaborate
shiwei.liang@volosoft.com
Yes we modified the web module as well. You want to connect over Microsoft teams ? or u can send the invite to viswajwalith@exceego.com
Hi,
Well, the client proxy you see is actually I think it should be dynamic client proxy.
See: https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice#updating-administration-microservice
Did you add the module dependency to AdministrationServiceHttpApiHostModule?
Yes we followed all the steps to add the micro service and changes in AdministrationServiceHttpApiHostModule is as follows
Hi,
I think it should work if you use it to generate client proxy files.
I am also not sure tried many ways, what do u suggest now?
Hi,
Module name: app is invalid
You need to specify the service(module) name. you can find it in the
/api/abp/api-definitionapi-definitionendpoint.No project file found in the directory. The working directory must have a Web project file
You need to run the command in the web project directory of the service
Hi It Seems some issue with main definition itself, not able to see newly added micro service under modules
Hi,
You need to manually generate the proxy using ClI: https://docs.abp.io/en/abp/latest/CLI#generate-proxy
Hi, We already tried this but getting the below errors
Also the suprise is without doing anything the Proxies got generated for some other services, means Proxies generated for XYZ service but same is not getting generated for PQR service.
Hi,
Yes, If there is a project dependency, then it is required
Hummm, ok. let me try that and update you accordingly.
do u think just sharing the web (UI) project works for you to replicate the issue?
No, it's not enough.
It has couple of dependent projects
Did you also upgrade the dependent projects?
do you think it is necessary to update all other services as we are following micro service based architecture, those are just Rest full services and the UI layer has nothing to do with that technology stack/version right?
But I have a question on one of the Project reference
	        <ProjectReference Include="..\..\..\..\services\volo.filemanagement\src\Volo.FileManagement.HttpApi.Client\Volo.FileManagement.HttpApi.Client.csproj" />
do you think all kind of services also need to be upgraded?