Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If you reference the DLL on disk, you will have to manually copy the file each time the business objects change. If you reference the BOLibrary project, then VS will automatically take care of building and copying the DLL to the \bin directory. However, like CT said, if you are running the website from within VS, manually copying the DLL can only be done when the development server is stopped (which doesn't happen when you stop a debug in VS... it only happens when you right-click the server icon in your systray and click "Stop"). Obviously, when you publish your website, this information changes... the DLL always has to be copied out to the \bin folder on the webserver, and I'm not sure if VS will copy it out there automatically or not.
|