Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which DLL should I add?
Message
From
07/05/2009 08:55:30
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01398231
Message ID:
01398330
Views:
70
This message has been marked as the solution to the initial question of the thread.
>>If you have the project in your solution, just add the project reference and then set the property of the reference "CopyLocal" to true. It will be done for you.
>>Tim
>>
>
>What should I do exactly?
>
>BTW, what does #pragma warning disable 1591 mean in the DS generated code?


In your solution explorer under the business project there is a node for references. Right click the references and choose Add references. When the add references form opens click on the Projects tab. You can add a reference to the project instead of a dll file directly. This way the dll is added for you in the bin folder automatically.

Now the reference is added, click on it to highlight it in the solution explorer under references. Now switch to the property window and there is a property for "CopyLocal". Make sure that is set to true. This is more important for straight dll references rather than projects as it will be added everytime you build your project reference anyway. By the way, this bit me in a setup project before because I deliver the setup program and the program crash without some of the dll's getting delivered.

I have no idea what the 1591 error is about as I can't say I have seen that. Did you edit the genereated code somehow?
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform