|
-
Sep 27th, 2010, 05:17 PM
#1
Thread Starter
New Member
[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.
-
Sep 27th, 2010, 07:16 PM
#2
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.
-
Sep 28th, 2010, 04:09 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|