References when copying from local to test server

  • Thread starter Thread starter Chris Kennedy
  • Start date Start date
C

Chris Kennedy

I have a page which uses a third party component. Which is accessible from
all projects (is in the GAC the right word?) on my local machine. I copy the
project over to the test server and even though the component is installed
on that machine, it can't find it. I set up the reference by pointing at the
dll. How do I get round it?

In a similar vein we would like to use MSDE on the test server and then move
the database over to the production SQL server is there any point and click
easy way to synchronise the two databases and copy one to the other and vice
versa?
 
For your second question, you should be able to do this using Enterprise
Manager. Just copy the database.
 
Back
Top