Source Code Compilation

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Takitani
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Fri Oct 17, 2008 1:44 pm

Source Code Compilation

Post by Takitani » Thu Feb 12, 2009 11:21 am

Hi, i writing a forum message because the support (MyCases) told me to to this way.

We have bought the software with source. I have logged in my account and downloaded 3 solutions:

CommerceBuilder.Providers_Source_b9879.zip
CommerceBuilder.Web.UI_Source_b9879.zip
CommerceBuilder_Source_b9879.zip

Provider and Web solutions are ok, but the api source solution (CommerceBuilder_Source_b9879.zip) it's not compiling.

Errors: missing strongname file : AbbleCommercePublicKey.snk and source of Configuration dll (CommerceBuilder.Configuration).

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Source Code Compilation

Post by sohaib » Thu Feb 12, 2009 11:56 am

You don't need AbbleCommercePublicKey.snk, neither do you need source for 'CommerceBuilder.Configuration'.

Key is needed only when creating signed assemblies. Once you have purchased the source code you will compile your own assembly. You do not need to sign the new assembly. If you really need to sign it then you may consider signing it with your own key.

Make sure that in build properties of your CommerceBuilder project you have unchecked 'Sign the assembly' check box in 'Signing' tab.
Errors: missing strongname file : AbbleCommercePublicKey.snk and source of Configuration dll (CommerceBuilder.Configuration).
You can not get an error message that looks like the message above. A compilation step can't request 'source of configuration dll'. All you are supposed to do is to have CommerceBuilder.Configuration.DLL in your project references.

Takitani
Ensign (ENS)
Ensign (ENS)
Posts: 8
Joined: Fri Oct 17, 2008 1:44 pm

Re: Source Code Compilation

Post by Takitani » Fri Feb 13, 2009 5:33 pm

Ok understand. The license don't include configuration.dll source ?
How can i get updates to source when a new version is launched (my source it's for 7.0 but the current version of site is 7.02).

Thanks

Post Reply