0

i am working on umbraco 6.1.6 project ,where to create a registration form i am using contour package,when i upload it , i got following error

Could not load file or assembly 
'Umbraco.Forms.Core, Version=1.1.0.25390, Culture=neutral, `PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.`

To remove this error i tried to google.then i find that i have to add refrence in bin folder of umbraco.forms.core.dll . so plz let me know where can i find this dll (umbraco.forms.core.dll)

Ankit Agrawal
  • 2,426
  • 1
  • 13
  • 27

1 Answers1

0

Contour installs all required Dlls, Views, xslts etc. when you install the package. If you can not find it in your bin folder remove and reinstall it. By installing it you should have following Dll files in your bin folder:

Umbraco.Forms.CodeFirst.dll Umbraco.Forms.Core.dll Umbraco.Forms.Core.Providers.dll Umbraco.Forms.References.dll Umbraco.Forms.UI.dll

If you want to copy it manually, please download this and extract it and check Package.xml file. You can find the original file names for existing dll files in the extracted folder and find the one you need and rename it.

amir moradifard
  • 353
  • 1
  • 8
  • 26