YAFLogo

Posted by: richards112 - Wednesday, 17 December 2008 08:29:18
Hi, i am creating a new install of YAF, with VWD, and integrating into my site. It works, i am able to build the site, but when i go to /install/ Enter the new installation password, then second step where it says "Initialize/Upgrade Database" i click next, and straight away i get this error: "Object reference not set to an instance of an object" Could someone please tell me what this means,so i can continue with the installation:-d -Thanks

Posted by: reyou - Friday, 19 December 2008 21:26:30
did you create database on your server as same name in web config? or can you open trace and paste the whole error code here?

Posted by: Jaben - Friday, 19 December 2008 23:16:02
Make sure you have all the .dll in the \bin directory INCLUDING the Intelligencia.UrlRewriter.dll -- it's required.

Posted by: richards112 - Saturday, 20 December 2008 02:39:39
@ Jaben, yes all the Bin files are in my root bin folder. And @ reyou, i used my applications web.config, since i wanted it to integrate with my site. And i did not touch none of the config files in the YAH config directories, i used my root applications web.config and added a few refrences to YAF, since i wanted it and my app to function together. Could this be what I'm doing wrong?

Posted by: Jaben - Saturday, 20 December 2008 23:39:42
Something in our web.config, db.config, app.config etc. is incorrect, yes.

Posted by: richards112 - Sunday, 21 December 2008 06:46:59
[quote=Jaben]Something in our web.config, db.config, app.config etc. is incorrect, yes.[/quote] Ok, so it has something to do with the config files? So i dont have to rename "recommended-web.config" to "web.config" I can use my default applications web.config right?