0

I'm migrating a .NET2 web application to .NET4, in one of files I've <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %> and dll file is located into the bin folder, but when I run it it says:

Could not load file or assembly 'FredCK.FCKeditorV2' or one of its dependencies. The system cannot find the file specified.

2
  • 4
    right click your project, and add the reference, you ll have to add the reference by browsing to it. Commented Nov 9, 2011 at 18:34
  • ops! worked, write it as answer then I can mark it answer. Commented Nov 9, 2011 at 18:43

1 Answer 1

1

right click your project, and add the reference, you ll have to add the reference by browsing to it in your projects bin.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.