localization - Visual Studio InstallShield Project building error about localized resources -
i created installshield setup project in visual studio 2012. in application files section of project assistan, added "primary output" , "localized resources" files using add project outputs button after completed other sections. when trying build setup project, i'm getting error below.
could not resolve visual studio .net project output '{projectname}.localized resources' component {projectname}.localized_resources
i have 3 different projects in solution , have got error 2 projects.
if there no localized resource in project, installshield gives error. to avoid error (maybe complete resources localization when project completed need setup now) and complete setup project building, @ least 1 resource file must localized in project.
Comments
Post a Comment