Using the "System.Drawing" namespace/classes

Discussion in 'ASP.NET / ASP.NET Core' started by perpetualpr, Jan 20, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. H,
    my ASP.Net code is bombing out when I try to executethe command ...



    Dim l_ImageFile As System.Drawing.Image = System.Drawing.Image.FromFile(l_str_input_file)


    Do I need to "<@ Import namespace="System.Drawing" %>? Do you have sample code that I can reference?


    Please don't tell me its not possible, because [email protected] told me that you guys support the"System.Dll" namespace.


    Thanks


    -Doug







    Douglas Schofield
     
  2. System.Drawing works for me on DASP. Perhaps you can post some code or at least an error?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page