London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Episerver forms

Vote:
 

Hello,

I installed via nuget packages Episerver.forms.

I didn't got any error during the instalation but when I am trying to run the project I always get an error:

"System.ArgumentException: Unable to find a module by assembly 'EPiServer.Forms, Version=1.1.4.9000, Culture=neutral, PublicKeyToken=null'

I verified my modules\_protected forder and seems ok. 

Bellow you can check my Forms.config







sendMessageInHTMLFormat="true"
defaultUploadExtensionBlackList="asp,aspx,asa,ashx,asmx,bat,chm,class,cmd,com,config,dll,exe,hta,htr,htw,jse,json,lnk,mda,mdb,msc,msh,pif,printer,ps1,ps2,reg,rem,scf,scr,sct,shtm,shtml,soap,stm,svc,url,vb,vbe,vbs,vsix,ws,wsc,wsf,wsh,xamlx,htm,html,js,jar"
coreController="/EPiServer.Forms/DataSubmit"
formElementViewsFolder="~/Views/Shared/ElementBlocks"
workInNonJSMode="false"
injectFormOwnJQuery="true">








My module.config 































My web.config in my project in the protectedModules is like










I already tryed to add  but didn't fix

I hope someone can help me!!!

Thanks

Rita

#147474
Apr 15, 2016 11:49
Vote:
 

Hi, 

In Episerverframework.config, try replacing physicalPath="[appDataPath]\Modules" to physicalPath="Modules\_Protected" instead under <virtualPathProviders> element . 

#147475
Apr 15, 2016 12:53
Vote:
 

Thanks a lot!!!! It fixed my problem :)

#147476
Apr 15, 2016 13:05
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.