Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Can't get this thing to install.

I posted a couple installer issues here: http://support.fogcreek.com/default.asp?fb7beta.12.65201.2.  I just tried it on another VM and now it fails with this message:

"FogBugz Setup was unable to set up a web site in IIS.  This probably means that Internet Information Services is not installed correctly on this computer."

As I was typing this, I decide to try rebooting the machine.  I didn't get the error above, but now I'm back to this error:

"FogBugz Setup was unable to grant the user GREGS-VM1\FogBugz read and write permissions on the folder C:\Documents and Settings\GREGS-VM1\ASPNET\Local settings\Temp\."
Greg Saven Send private email
Monday, June 8, 2009
 
 
My bad, Brett Kiefer's suggestion did work.  I gave the FogBugz user full control of the Documents and Settings folder and the installer still wasn't working.  I had to manually create the directory tree C:\Documents and Settings\GREGS-VM1\ASPNET\Local settings\Temp and then the installer was able to proceed.

So, I got to the point where the installer tells me the rest of the setup will continue on the FogBugz website.  It opened up the front page and I am now seeing this error:

"Server Error in '/FogBugz' Application.
The application domain or application pool is currently running version 4.0 or later of the .NET Framework...."

It's a long error message.  If you want it all, let me know and I'll post it.  I have the Visual Studio 2010 beta installed on this VM.
Greg Saven Send private email
Monday, June 8, 2009
 
 
Hi Greg-
Thanks, that's great info -- we must not be detecting this condition properly in the installer. Is this VM in a place where you could install .NET 2 and remove .NET versions > 3.5?
Thanks!
Brett
Brett Kiefer Send private email
Monday, June 8, 2009
 
 
. . . and if you'd post the full error, that would be great.
Thanks!
Brett
Brett Kiefer Send private email
Monday, June 8, 2009
 
 
I posted the error on the wiki, https://developers.fogbugz.com/default.asp?W139.  I'll try installing on another VM that doesn't have the VS2010 beta on it.
Greg Saven Send private email
Monday, June 8, 2009
 
 
And now for our next error.  I installed it on another VM and now I'm getting this:

https://developers.fogbugz.com/default.asp?W140
Greg Saven Send private email
Monday, June 8, 2009
 
 
So I followed the directions here:  http://support.microsoft.com/?kbid=267904 (I ran aspnet_regiis -ga FogBugz at the command line) and I am now seeing this error:

https://developers.fogbugz.com/default.asp?W141
Greg Saven Send private email
Monday, June 8, 2009
 
 
FYI: I cloned a snapshot of a virgin XP VM, brought it up to date, installed IIS, .NET 3.5, SQL Server 2005, FB 7 and it's finally working.
Greg Saven Send private email
Tuesday, June 9, 2009
 
 
Hi Greg,

Just to make sure: are you officially up and running?  We'd like to help out if there are still any loose ends giving you trouble.
Dan Wilson Send private email
Wednesday, June 10, 2009
 
 
I was able to get up and running, but only after starting with a virgin installation of XP.  I would really like to know why that last error I mentioned is occurring and if there is anything that can be done about it:

https://developers.fogbugz.com/default.asp?W141

I've gotten stuck at this error on three different installations now.  Having to start with a clean install of the OS is pretty inconvenient.
Greg Saven Send private email
Wednesday, June 10, 2009
 
 
The last exception seems to be an ASP.NET issue, since it is never actually making it into FogBugz code.  You may have already tried this, but the thread here http://dev.communityserver.com/forums/p/474748/531732.aspx seems to indicate that in addition to

aspnet_regiis -ga FogBugz

you should run

aspnet_regiis -i
David Fullerton Send private email
Wednesday, June 10, 2009
 
 
That fixed it and explains the problem.  The .NET Framework was installed on the problem machines before IIS, so ASP.NET was not configured properly.  It worked on the virgin XP machine because I happened to install the stuff in the correct order.

Live and learn. 

thanks
Greg Saven Send private email
Wednesday, June 10, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz