Home > database >  PB7 old projects of C/S upgrade into PB11 B/S program.
PB7 old projects of C/S upgrade into PB11 B/S program.

Time:09-25

To the PB don't understand, ask everybody to help,

This is a PB7 C/S structure to upgrade to the old project PB11B/S structure of the project, how to upgrade?

First step CS structure PB7 old projects to upgrade to PB11 C/S,
This process, whether to need to modify the code? PB11 can run directly old projects? What are the tools?

The second step PB11 C/S to upgrade to the B/S mode,
Using PB11 bring their own conversion tool?

CodePudding user response:

The first step, if such as useless to the PFC, can upgrade directly, pay attention to the character set some differences
The second step, more troublesome

CodePudding user response:

Thank you upstairs brother, can you give us detailed some?

Or have relevant information?

The second step is trouble?
The following method can be not?

A:

1 the development environment installed

1.1 to install Windows IIS5.0 above
1.2 to install asp.net framework 2.0
1.3 download (http://www.asp.net/iewebcontrols/download.aspx), install the IE Web Control,
After decompression operation C: \ Program Files \ Internet explorer Web Controls \ build bat
Create a C: \ Program Files \ Internet explorer Web Controls \ build
The C: \ Program Files \ Internet explorer Web Controls \ build \ Runtime \ *. * all documents copy to iis working directory
The default is c: \ inetpub \ below
Copy of the DOS command is as follows:
Xcopy/s/i. \ build \ Runtime c: \ Inetpub \ below \ webctrl_client \ 1 _0/y
(note: webctrl_client \ 1 _0 directory can also manually create copies)
1.4 download pb11 (PowerBuilder110.zip, CommonInstaller.zip), install pb11

2 conversion of c/s pb program for b/s

2.1 put your program into pb11, open the workspace and target, with pb11 pb11 automatic transplantation, debugging can run under c/sx normal
2.2 began to transform, menu operation file> New open selection window to choose [target] - [New]. NET Web Forms Application
According to the guide operation can,
Step1 introductions of the wizard
Step2 choose Use an existing library and application object
Step3 find your program entry the application object
Step4 with PBL files you use
Step5 named PBT, file name, also can be directly next [next>]
Step6 named project object, but also directly next [next>]
Step7 input in the iis virtual directory, you can also direct the next step [next>]
Step8 plus you use resource files
Step9 if you use the third party too library DLL, plus here, didn't/next>
Step10 if you want to use the javascript, in here, I don't have this thing,
Step11 you to publish web server
Step12 summary about your choice, [Finish>] , great.net Web forms created
Step13 release, and Deploy the Project, you as long as a button, you only smoke point, pour tea patience wait!

Release process is as follows:
Check whether your iis service
Generate the.net assembly file
Generate PBD files
Copy files to the IIS server
Release completed

Step14 exciting moment arrived, use ie to open your computer program (see your specific IP address, virtual directory) http://gst-susue/oands
After a long wait, asp.net the first run to compile the first, the next time to hurry up,
Step15 conversion succeeded


Information.
WEB server components needed for
1, install ASPAJAXExtSetup_PConline_PConline. Msi
2, install dotnetfx. Exe
3, the installation system iis components

PB from web application step
1, began to transform, menu operation file> New open selection window to choose [target] - [New]. NET Web Forms Application according to the operation guide can
A) information about the wizard
B) to choose the Use an existing library and application object
C) to find your program entrance namely application object
D) combined with PBL files you use
E) named PBT, file name, also can be directly next [next>]
F) named project object, may also directly next [next>]
G) enter the virtual directory in iis, you can also direct the next step [next>]
H) plus you use resource files
I) if you use the third party too library DLL, plus here, didn't/next>
J) if you want to use the javascript, in here, I don't have this thing,
K) you to publish web server
L) summary of your choice, [Finish>] , great.net Web forms created
M) release, and Deploy the Project, you as long as a button, you only smoke point, pour tea patience wait!
N) release process is as follows:
O) to check whether your iis service
P) to generate the.net assembly file
Q) to generate the PBD file
R) copy files to the IIS server
S) issued to complete
T) exciting time, change the machine use ie to open your program (see your specific IP address, virtual directory)
After a long wait, asp.net the first run to compile the first, the next time to hurry up,

CodePudding user response:

According to try this

CodePudding user response:

In project evaluation, now can't test,

CodePudding user response:

The second step PB11 C/S to upgrade to the B/S mode,
Using PB11 bring their own conversion tool?

This now rise, most use up, problem is very much,
You can consult the use of PB development BS now how many, how much success,

CodePudding user response:

The top points, 7.0 to 11.5 directly to B/S is not so easy,

CodePudding user response:

Suggestion to upgrade to the C/S mode PB11 try, if line and then consider to upgrade to the B/S
Please be careful

CodePudding user response:

Mainly transplanted directly in the past cannot guarantee no problem

Needs to be compiled, to see the error change

Pb11.5 web development - installation,
http://blog.csdn.net/xys_777/archive/2009/07/31/4397518.aspx

CodePudding user response:

A, support!

CodePudding user response:

Virtual remote application software: the main function is to provide the best performance to the enterprise, flexible and quick application delivery service, only administrators need to all kinds of application software (ERP, HR, finance, etc.) deployed on the server, through the application virtualization capabilities,

To integrate all kinds of application software and enterprise portal for the use of the end user, the terminal client do not need to install any software, can let enterprise all sorts of IT applications to get rid of the terminal equipment and the limitation of network bandwidth, realize the terminal client user at any time,

Anywhere, using any network equipment, using any Internet connection, can be efficient, fast, safe, easy access has concentrated the deployment of a variety of applications on the server.

QQ: 945440981

CodePudding user response:

Long engaged in PB + easerver or PB + jboss multi-layer development
Cs can be upgraded to IIOP distributed or upgraded to bs based on webservice prices
Can always help you upgrade, complete technical support, solutions are available
Interested to add qq group: 122879526 mutual learning communication \
At the same time also can cooperation: qq: 363991808

CodePudding user response:

1, upgrade the source code to PB11.5, there will be a compiler error, open source code source directly modify mistake, until compiled through,
2, the use of the wizard to create a B/S image, and released,

I used a pb6 released into B/S, so should be no problem, I just skip the PB7, PB8 is published, can be released,
As for the IIS and release in front of the brothers say very detailed, I wouldn't say,

CodePudding user response:

There was once a Appeon products, can convert C/S to B/S, then do not bottom go to, was taken over by Sybase
  • Related