Hi,
I created a project before like MyCompany.ProjectName (V5.3.0) now I want to create same project with 6.1.0
It allows me to create ProjectName but not MyCompany.ProjectName after you change the project creation page layout.
Thanks, Tugrul
9 Answer(s)
-
0
I could download with myCompany.ProjectName but I cannot compile as it uses namespace myCompany.ProjectName but class name is changed to myCompany.ClassName. I get an error "The name myCompany.filename doesn't exisit in current context" . All the files which used to start with ProjectName are not converted properly and shows in errorlist.
-
0
This is what my parameters
One of the file it generated is like this...many more fiiles like below.
namespace InsureIT.Jasper { public class InsureIT.JasperConsts { public const string LocalizationSourceName = "InsureIT.Jasper"; public const string ConnectionStringName = "Default"; public const bool MultiTenancyEnabled = true; public const int PaymentCacheDurationInMinutes = 30; } }
-
0
I thnk it is due to the project name change in the download page. It used to be Company name and project name as seperate fields. Now, it is combined. When the project is generated with actual MyCompanyName.ProjectName, the files/classes which used to be with project name are renamed to actual MyCompanyName.ProjectName which is causing the problem.