Error on BizFormInfoProvider after hotfix 7.0.76

Ammad Aleem asked on February 25, 2014 04:48

I have recently upgraded to hotfix 7.0.76. Its giving me error while compiling on BizFormInfoProvider.GenerateFormPrimaryKeyName(bizFormObj.FormName); on page BizForm_New.aspx.cs. How can I fix this issue ?

Recent Answers


Brenden Kehren answered on February 25, 2014 06:52

Have you customized that page at all? Whats the exact error? Have you tried to clean you project and recompile?

0 votesVote for this answer Mark as a Correct answer

Ammad Aleem answered on February 25, 2014 07:03

No, I didn't customized any thing. Its not finding GenerateFormPrimaryKeyName method in class BizFormInfoProvider Does this method exists with the latest hotfix, because before hotfix it wasn't showing any error. Below is the exact error message

Error 211 'CMS.FormEngine.BizFormInfoProvider' does not contain a definition for 'GenerateFormPrimaryKeyName' ~\CMSModules\Bizforms\Tools\BizForm_New.aspx.cs 146 57 F:...\Swedish.org\

0 votesVote for this answer Mark as a Correct answer

Jakub Kadlubiec answered on March 3, 2014 01:29

Hi, we added method BizFormInfoProvider.GenerateFormPrimaryKeyName in the hotfix 76. It should be located in the CMS.FormEngine assembly. Can you please check if the newest version of the CMS.FormEngine.dll has been copied to your project?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.