Hi all,
I'm new to ASP and I'm working on a project based on ASP and VB.NET. I want to use the FileUpload component on my website but I am not able to do so. I use Visual studio .NET 2003.
The FileUpload component is not in my list of Web form components (design view). If I switch to html-mode and add the FileUpload component by adding:
"<asp:FileUpload ID="fileUpEx" runat="server"></asp:FileUpload>"
then Visual Studio indicates:
"the active schema does not support the element asp:FileUpload"
when compiling I get a Parser Error on the "<asp:FileUpload ID="fileUpEx" runat="server"></asp:FileUpload>" code line
What is going wrong? Do I need to add a certain reference to be able to use this component? Or is it something else?
Thanks!!
I'm new to ASP and I'm working on a project based on ASP and VB.NET. I want to use the FileUpload component on my website but I am not able to do so. I use Visual studio .NET 2003.
The FileUpload component is not in my list of Web form components (design view). If I switch to html-mode and add the FileUpload component by adding:
"<asp:FileUpload ID="fileUpEx" runat="server"></asp:FileUpload>"
then Visual Studio indicates:
"the active schema does not support the element asp:FileUpload"
when compiling I get a Parser Error on the "<asp:FileUpload ID="fileUpEx" runat="server"></asp:FileUpload>" code line
What is going wrong? Do I need to add a certain reference to be able to use this component? Or is it something else?
Thanks!!