InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Visual Studio 2005 Expand / Collapse
Author
Message
Posted 17/01/2006 05:53:23


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 24/10/2007 03:03:56
Posts: 13, Visits: 45
My local box has VS2003 and VS2005 installed. I need to modify my KB App. I am opening the local version with VS2003. When I try and debug it throughs loads of build errors:

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(83): Type 'InstantASP.Base.IO.ExceptionLog' is not defined.
C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(59): Type 'InstantASP.Base.IO.Configuration' is not defined.
C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(129): 'Base' is not a member of 'InstantASP'.
The referenced component 'InstantASP' could not be found.

Does this have anything to do with me running VS2003 and VS2005 on the same box or am I just being retarded???

Help

---------------------------------------------------------
Are you the farmer?

Post #9676
Posted 17/01/2006 09:01:24
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 21/08/2008 14:05:18
Posts: 581, Visits: 874
Im afraid its retardation. Unless some settings got screwed up VS 2003 should live just fine along side 2005 and to my experience havent seen any issues. Now, Id be happy to hear any second opinions of course because I THINK Microsoft isnt flawless 100% of the time.

Mark 'Rigger82' Christianson
US Paratrooper & Webmaster of Paratrooper.net
http://www.paratrooper.net
Post #9678
Posted 17/01/2006 09:11:31


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 24/10/2007 03:03:56
Posts: 13, Visits: 45
Ok Supreme Being,

I'd be interested to hear how you work with your local version and how you "publish" to production.

I have to admit I've jumped from Classic to 2.0 (Notepad to VS2005 ... good god it sounds worse if you say it like that! :w00t with not much VS2K3 experience. I like the way you can "publish" the website in VS2K5, but cannot get the same workflow with VS2K3 and InstantKB1.3 ... the licence stuff seems to get in the way ... ???

---------------------------------------------------------
Are you the farmer?

Post #9679
Posted 17/01/2006 09:26:17
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 21/08/2008 14:05:18
Posts: 581, Visits: 874
I hate that title... remind me to ask Ryan to rename those.

That said... GOOD GOD MAN... Notepad to VS2005, thats one hell of a learning curve. As you stated, 2003 has no good publish and honestly Im not really psyched about 2005 publish. Im a build and ftp guy. There is a program out there and if I can find it I'll link to it that will help you out, it looks at the project file and then you can have it ftp only the work files and not the .resx and .vb files.

Update: FOUND IT http://herculessolutions.com/AspDotNetProjectFtp.aspx

Mark 'Rigger82' Christianson
US Paratrooper & Webmaster of Paratrooper.net
http://www.paratrooper.net

Post #9681
Posted 18/01/2006 05:33:48


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 24/10/2007 03:03:56
Posts: 13, Visits: 45
Hey Mark,

Can you not make anything of these build errors?

------ Build started: Project: InstantKB, Configuration: Debug .NET ------

Preparing resources...

Updating references...

Performing main compilation...

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(83) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(112) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(153) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(192) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(230) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(268) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(333) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(421) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(484) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(523) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(556) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(604) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(659) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(696) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(733) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(770) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(810) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(850) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(898) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(949) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(982) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1019) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1056) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1104) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1144) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1184) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1224) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1280) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1362) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1401) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1440) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1479) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1512) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1545) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1593) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1644) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1693) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1740) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1787) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1830) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1904) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(1958) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2053) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2149) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2212) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2250) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2291) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2333) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2460) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2498) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2536) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2574) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2625) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2673) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2719) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2759) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2796) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2833) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2893) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2951) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(2999) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(3051) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(3103) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(3140) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(3177) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(3209) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\DataAccess.vb(3241) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(59) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(82) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(105) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(129) : error BC30456: 'Base' is not a member of 'InstantASP'.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(146) : error BC30456: 'Base' is not a member of 'InstantASP'.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(163) : error BC30456: 'Base' is not a member of 'InstantASP'.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(180) : error BC30456: 'Base' is not a member of 'InstantASP'.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(197) : error BC30456: 'Base' is not a member of 'InstantASP'.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(214) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(237) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(260) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(283) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(306) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(329) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(352) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(375) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(398) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(421) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(444) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(472) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(499) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(522) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(545) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Globals.vb(568) : error BC30002: Type 'InstantASP.Base.IO.Configuration' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Security.vb(74) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Security.vb(155) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Security.vb(216) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

C:\Inetpub\wwwroot\InstantKB13\InstantKB.NET Source Files\Utilities.vb(1665) : error BC30002: Type 'InstantASP.Base.IO.ExceptionLog' is not defined.

Building satellite assemblies...

Satellite assemblies could not be built because the main project output is missing.



---------------------------------------------------------
Are you the farmer?
Post #9691
Posted 18/01/2006 09:22:49
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 21/08/2008 14:05:18
Posts: 581, Visits: 874
This might be the stupid answer but have you set web.config settings to log the errors and if so, what way do you have it setup. I wonder if you have it set to event log and your local setup has no permissions or to file and the same permissions issue is a problem.

Mark 'Rigger82' Christianson
US Paratrooper & Webmaster of Paratrooper.net
http://www.paratrooper.net
Post #9693
Posted 17/02/2006 12:28:20
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 07/01/2007 14:24:01
Posts: 2, Visits: 17
I encountered the exact same problem -- all I had to do was reference the InstantASP.dll that can be found in the install's 'bin' directory.

---------------------------------------------------
http://www.getmyaura.com
Post #10090