Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
Appointments in a separate dll?
posted

I have a multilayerd application where I want to read data from the database and display it in a ultradaywiew Control.

In my business logic layer I want to convert from a data table to an appointments Collection. to do this I need access to Infragistics.Win.UltraWinSchedule.dll

This DLL contains GUI Components specific for WindowsForms which I don't want to have in my Business Logic layer on the server.

Is there a way to get the NON-GUI parts of UltraWinSchedule in a separate DLL so I don't have to reference the whole UltraWinSchedule.dll serverside?