YAFLogo

sho
  • sho
  • 53% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Hi

I just integrated YAF 196 beta into my existing website.

Followed these instructions:

http://forum.yetanotherforum.net/yaf_postsm51293_Errors-trying-to-embed-yaf-into-existing-app.aspx#post51293 

I am however using YAF SRC - But i cant see that it would make a difference?

And had a look at this demo project, just to see if i was missing something:

http://forum.yetanotherforum.net/yaf_postsm51411_Integrating-YAF-1-9-5-5-into-existing-application--Walkthrough.aspx#post51411 

http://mysite.com/forum/ 

I get this error:

The type 'YAF.ForumPageBase' is ambiguous: it could come from assembly 'D:\Projects\mysite.com\mysite.Web\bin\YAF.DLL' or from assembly 'D:\Projects\mysite.com\mysite.Web\bin\mysite.Web.DLL'. Please specify the assembly explicitly in the type name.

Any ideas ?

Sponsor
sho
  • sho
  • 53% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Figured it out.

Cant use the source - it has to be compiled/published in VS before it is copied over.

Just thought it was possible to do it the other way :)

So just use the BIN if you dont need to change anything. If you need to change anything use the SRC - make your changes and use "publish" under "build" in the top menu of VS.

Then use the guide i posted over this post.