Click here to Skip to main content
15,921,622 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello...

I am working on asp.net and i am using vb.net. I heard from somewhere that we can use windows based functions in the asp.net. To do so we need to add a reference of windows.forms.dll. I did not know how to use it....

..............plz.................help..........................
Posted
Comments
Sergey Alexandrovich Kryukov 6-Nov-12 23:11pm    
What is "windows.dll"?
--SA

1 solution

First, this is a really bad idea. And this is not what can really work. You can add this reference, of course, but what will you do with it? This assembly is for creating UI. And where this UI will be shown, to whom? To the personnel working in the server room? :-)

Perhaps you just don't have an idea on how Web works, but set it aside for now.

And, if you don't know how to add references, stop pretending you are developing in .NET. And stop trying to develop anything. First, learn the basics; first of all, read on what assembly is and how it's used, conceptually, and what is assembly name, strong name, and other important properties. Cookbook recipe on how to work with references is nothing good; you need to have fundamental understanding. These topics are way too important.

And of course, forget about Web development and UI development before you feel comfortable with basics. Don't waste your time and create unwanted frustration.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900