Forum Moderators: open

Message Too Old, No Replies

ThirdParty References

do they need to be on the prod server?

         

txbakers

2:18 pm on May 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I found a nifty set of Reference classes for mySQL and .NET put out by Core Labs.

I installed it on my development server and can connect to mySQL as if it were SQL Server, with all the same class names (with "My" in front).

When I move everything to the production server, which doesn't have VS, do I need to have that installed up there somewhere as well?

Or, since the framework works on compiled code, is the reference already compiled and I only need to move files?

mattglet

4:22 pm on May 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you just add the References to your project, you should be all set.

TheNige

7:55 pm on May 16, 2005 (gmt 0)

10+ Year Member



Add the reference and set CopyLocal=True....if you don't have it set to true then the 3rd party component will need to be in the General Assembly Cache on the production server.