I download the latest build from build.yaf.net site and integrated into existing site (per the updated doc on codeplex mentioned above)
When I ran the /forum/install.aspx page, it gave me the following error
"
Could not load file or assembly 'Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da' or one of its dependencies. The system cannot find the file specified."
When I looked into /Bin folder, it did NOT have the file "Autofac.dll" file.
So, I downloaded the entire source code and did a build (by running the build.bat file). The build was successful.
I noticed the following differences:
In newly built folder: /Bin had 46 files (including Autofac.dll)
In prebuild folder (from build.yaf.net): /Bin only had 19 files.
Questions:
1. I am guessing something is wrong if the prebuilt folder /Bin only has 19 items in it (instead of 46)?
2. Did I create the build correctly (by using build.bat file)?
3. What is the difference between build.bat and buildpackage.bat (when to use each one)?
Thank you for your help 🙂
Edited by user
10 years ago
|
Reason: Not specified