Page 1 of 1

Installation error

Posted: Mon Jul 14, 2008 2:34 pm
by Mike718NY
Parser Error Message: Unrecognized attribute 'type'.

Source Error:
Line 2: <configuration>
Line 3: <configSections>
Line 4: <sectionGroup name="AbleCommerce" type="CommerceBuilder.Configuration.AbleCommerceSectionGroup, CommerceBuilder . . .

How do I fix this? thanks

Re: Installation error

Posted: Mon Jul 14, 2008 3:17 pm
by jmestep
You don't say at what point you received the message, so the first thing to check is your permissions on the folders. Have you given APNET and/or Network Service modify permissions on the install folder?

Re: Installation error

Posted: Mon Jul 14, 2008 4:26 pm
by Mike718NY
I moved the files to C:\Inetpub\wwwroot\SuperV,
created a web application for it in IIS,
and then ran: http://localhost/SuperV/install/default.aspx

Re: Installation error

Posted: Mon Jul 14, 2008 4:42 pm
by Mike718NY
>> give ASPNET modify permissions on the install folder

I'm installing it on XP Pro. How is this done? I forget. thanks

Re: Installation error

Posted: Mon Jul 14, 2008 5:02 pm
by Mike718NY
I had to unhide the Security tab because stupid microsoft hides it.
I added the ASP.NET and IUSR accounts will full control and it still wont budge.

Re: Installation error

Posted: Mon Jul 14, 2008 5:31 pm
by jmestep
try adding network service also.

Re: Installation error

Posted: Mon Jul 14, 2008 5:41 pm
by Mike718NY
still nothing . .
Do I need to build the application in Visual Studio first?

Re: Installation error

Posted: Mon Jul 14, 2008 5:47 pm
by Mike718NY
Looking at the System Requirements, I didnt notice until now:
Operating System:
Microsoft Windows 2000 Server
Microsoft Windows 2003 Server

This cant run on XP Pro? How can do any developement?

Re: Installation error

Posted: Mon Jul 14, 2008 5:57 pm
by jmestep
It does run on XP Pro. Did you install all the requirements- like WSE?

Re: Installation error

Posted: Mon Jul 14, 2008 6:41 pm
by Mike718NY
installed WSE. Still not working.

Re: Installation error

Posted: Mon Jul 14, 2008 7:04 pm
by Mike718NY
Judy, I just got this from tech support:

Sorry but XP Pro is not a supported OS. Please use the OS listed in the system requirements.

Can this run on XP Pro?

Re: Installation error

Posted: Mon Jul 14, 2008 7:25 pm
by Shopping Cart Admin
Hello,

It works just fine on XP/XP Pro but since we've not written any instructions for installation on XP so it's not officially supported and hence the reply from our tech department.

Re: Installation error

Posted: Mon Jul 14, 2008 7:33 pm
by Mike718NY
Thanks Mike.
Great news. Is there someone that can help me get past this error?

Re: Installation error

Posted: Mon Jul 14, 2008 7:44 pm
by afm
This is just a shot in the dark...make sure the site is configured to use ASP.NET 2.0:

Launch Windows Start > Administrative Tools > Internet Information Services.
Expand local computer > Web Sites > Default Web Site.
Right click on SuperV and select Properties.
Select the ASP.NET tab and make sure the version is 2.0.50727.

Re: Installation error

Posted: Mon Jul 14, 2008 7:46 pm
by Shopping Cart Admin
Hello,

Make sure you've installed all of the items on the system requirements page.

http://help.ablecommerce.com/installati ... sp.net.htm

Make sure you've not installed asp.net 3.5, it needs to be asp.net 2.0.

We don't have XP Pro on any of our computers to test with, so it's tough to get a specific answer to the issue.

Re: Installation error

Posted: Mon Jul 14, 2008 8:36 pm
by Mike718NY
>> This is just a shot in the dark...make sure the site is configured to use ASP.NET 2.0

That did it. :D
Thanks Andy