1

Closed

Visual Studio doesn't like "@@RDPTHUMBPRINT@@" template name as thumbprint

description

When trying to package DNNAzureSingle or DNNAzureSMB cloud projects, Visual Studio throws a compiler error because "@@RDPTHUMBPRINT@@" is an invalid value in the ServiceConfiguration.Cloud.cscfg file.
 
I worked around this by changing the template value to "00DEADBEEF00" (i.e. a valid hex value) in both cloud projects and making the corresponding changes in DNNAzureWizard as well.
Closed Oct 8, 2012 at 4:10 PM by davidjrh
Fixes packaged on 6.3 release

comments

davidjrh wrote Sep 29, 2012 at 10:19 PM

Change done!