References

  • Thread starter Thread starter Earl
  • Start date Start date
E

Earl

Trying to set up my app to deploy by copy only. I set my references Copy
Local property to True in order to get the files I need, but then the app
doesn't work in the designer and I have to set them back to False. What do I
not know here?
 
What references are you talking about? Are they strong named assemblies and
placed in the GAC? Are the references actually copied to the output folder
(bin) at runtime? What errors do you get?
 
Back
Top