Results 1 to 3 of 3

Thread: [RESOLVED] Is same .DLL file can be used in WinForms and ASP.NET

  1. #1

    Thread Starter
    New Member Angel0in's Avatar
    Join Date
    Feb 2009
    Posts
    9

    Resolved [RESOLVED] Is same .DLL file can be used in WinForms and ASP.NET

    Hello experts ,

    I want to create a .DLL (my library file) so that it can be used as data source for reports (to use with .RDLC files).

    Can I use same .DLL in my ASP.Net application for reports as data source (here also .RDLC files).

    It will save my time and maintain report integrity between WinForms application and ASP.Net applicatoion.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Is same .DLL file can be used in WinForms and ASP.NET

    Think about this. You use the String class in WinForms apps, right? You also use the String class in ASP.NET apps, right? It's the same String class, defined in the mscorlib.dll library.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    New Member Angel0in's Avatar
    Join Date
    Feb 2009
    Posts
    9

    Re: Is same .DLL file can be used in WinForms and ASP.NET

    Thanks jmcilhinney

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width