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?

Parents
No Data
Reply
  • 53790
    posted

    Hello jorbjo,

    jorbjo said:
    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?

    I`m not sure that I understand very well your final goals and benefits of removing GUI parts of this assembly (what is the issue if you are using our current assembly), but to be honest I think that this is very complicate task, that could cause a lot of damages, so I don`t think that our Product Management Team will take a such decision. Could you please explain us more deeply what is your issue and we will try to help you.

    If you have any questions, feel free to write us.

    Regards

Children