Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving a project
Message
From
10/01/2011 09:53:20
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01495397
Message ID:
01495420
Views:
29
>>>HI
>>>
>>>I'm looking at a .NET project which contains references to several external dlls.
>>>
>>>I want to move the project but when I do it cabn't find the dlls any more as the refernces to the dlls have changed and are pointing to an invalid location.
>>>
>>>What am I doing wrong.
>>>
>>>Thanks
>>>
>>>Nick
>>
>>I see Viv answered. I've fixed quite a few of these same situations. If you can't find a specific DLL, check the bin folder of the production site. I usually create a "Library" folder in the root of my app that contain all the external DLL's and those get checked into source control with the app. This makes the source code portable. IMO, you should be able to pull down the source from source control and build it immediately without having to tinker around with it.
>
>Hi,
>I alway dither about this issue. But, in the approach you suggest above, do you really need the 'Library' folder. I think it would work if you put the DLLs directly into the /bin folder, turned off 'Copy Local' and referenced them there ? Of course whilst the upside of this approach is that you know you will always get the same DLL version the downside is that you will not neccessarily get the latest version :-}

Where and why would you turn off copy local Viv ?

Thnaks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform