|
Latest Discussions
|
 |
|
|
|
|
 |
|
Support Forum
|
 |
|
| Author |
Messages |
|
Muhammad Burhan Posts:6

 |
| 10/30/2007 9:33 AM |
|
I have purchased ultra media gallery with source code. I wondered, there is no data access layer in source code that compiled in dll. How can i change business logic layer, if i want to. Secondly if i changed in code, it doesn't effect on site. That seems source code is just like compiled copy. Please guide me how can i access data access layer. Secondly why code change don't effect the site. P.S: I am using visual Studio 2005 Regards, |
|
|
|
|
Pengtsen R Posts:5177

 |
| 10/31/2007 12:53 AM |
|
From UMG 4.0.5, we offer source code both in VS 2003 format and VS 2005 format, to install the source package, please install module PA first, then please copy the source code to /Desktopmodules/BizModules - UltraPhotoGallery/ folder, then unpack the source package to CURRENT folder, click on UMG_DOTNET2.sln will open the source code in VS 2005. I just configured that the data access layer is included in source package, in \DesktopModules\BizModules - UltraPhotoGallery\Providers\DataProviders\SqlDataProvider folder there is UMG_DOTNET2.SqlDataProvider.vbproj and SqlDataProvider.vb, which are the VB project file and sql provider source. If you make any changes to the source code, please ensure the "Build output path" is your /bin folder, you can set it in Project Properties screen -> Compile. Then compile your source and it should take effect. thank you. |
|
Pengtsen R http://www.bizmodules.net |
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
 |
 |
|
 |
|