Changes between Version 34 and Version 35 of CompilingMapGuide22Windows
- Timestamp:
- 08/03/10 15:14:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v34 v35 57 57 * In Solution Explorer tree, select Solution ''Server'', then click Build->Build Solution, build process will start and should be successful. 58 58 59 4. Build Web Extension 59 4. Build Web Extension (i.e MapGuide Web Application) 60 60 * File->Open->!Project/Solution and browse to ''c:\mgdev\Web\src\!WebTier.sln'', click Ok to open 30 web extension projects in Visual Studio 61 61 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful. … … 82 82 '''''Note 2: After Building is done successfully, there should be ''bin'' folder under ''Server'', installation is not necessarily needed since you are working on the source code. ''''' 83 83 84 '''''Note 3: building mapguide source does not necessarily build web extensions. Web extension are third party applications and are not stored in subversion repository, as mentioned above. So, the only thing that needs to be done is to configure the web extensions. '''''85 86 84 == Testing Installation == 87 85