Hi!
I've been working with Visual Studio 2005, ASP.Net and C# for just a few months and I got as far as getting the website compiled, but there were problems and the trial for the Visual Studio 2005 expired so I downloaded Visual Web Developer 2005 and had to recreate my website. I excluded the files from the bin folder, eliminated the debug folder, and excluded the .sln and .csproj files and tried to rebuild the website and I got a slew of error messages. I added the FreeTextBox.dll file back into the bin folder and I have one error message left:
Error 1 'Furniture.Admin.admin_addnewproducts,App_Web_dqk7 73cr' is not a valid value for attribute 'inherits'. C:\Furniture\Admin\admin_addnewproducts.aspx 1
Line 1 in the file admin_addnewproducts.aspx is the following:
<%@ page language="c#" validaterequest="false" CodeFile="admin_addnewproducts.aspx.cs" inherits="Furniture.Admin.admin_addnewproducts,App _Web_dqk773cr" %>
How do I fix that problem? I checked
www.winzy.com and out of all the links that appeared, the only one that tried to deal with it was a similar question that I had posted a few months ago and there was no resolution.
Thanks!!!