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).
Source Code Compilation
Re: Source Code Compilation
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.
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.
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.Errors: missing strongname file : AbbleCommercePublicKey.snk and source of Configuration dll (CommerceBuilder.Configuration).
Re: Source Code Compilation
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
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