Ok, I'm very new to ASP.NET stuff, but have experience in VB.NET & C#.NET. I downloaded the "Club Site Starter Kit" as a good way to start learning how ASP.NET works (and how to use it!!! [:)]). However, after I installed it, I got an error message in
regards to my workgroup name (it had a space in it, and a period i.e. Work Group..VisualBasic). I proceeded to replace this with "WorkGroup.VisualBasic) and now I am getting the following error message. Any help would be much appreciated!!!
Error 1 d:\data\iis\iis_websites\CPHOA\App_Code\DatePicker.vb(1): error BC30466: Namespace or type specified in the Imports 'WorkGroup.VisualBasic' cannot be found. Make sure the name space or the type is defined and it doesn't contain other aliases. /
cbeckner
Member
10 Points
6 Posts
Errors after creating Club website
Apr 28, 2005 02:17 AM|LINK
Hey everyone,
Ok, I'm very new to ASP.NET stuff, but have experience in VB.NET & C#.NET. I downloaded the "Club Site Starter Kit" as a good way to start learning how ASP.NET works (and how to use it!!! [:)]). However, after I installed it, I got an error message in regards to my workgroup name (it had a space in it, and a period i.e. Work Group..VisualBasic). I proceeded to replace this with "WorkGroup.VisualBasic) and now I am getting the following error message. Any help would be much appreciated!!!
Error 1 d:\data\iis\iis_websites\CPHOA\App_Code\DatePicker.vb(1): error BC30466: Namespace or type specified in the Imports 'WorkGroup.VisualBasic' cannot be found. Make sure the name space or the type is defined and it doesn't contain other aliases. /
Thanks!
Chad
coreland
Member
15 Points
3 Posts
Re: Errors after creating Club website
Apr 30, 2005 08:32 AM|LINK
For some strange reason, the clubsite starter kit uses your company or group name to generate the code.
Replace all those entries with "Microsoft" and it will work.
oVan