Hello, I decided to try BUGNET, I have downloaded the source code, and i am running it locally in VS2015, debug mode. I have changed the connection strings, so installation went all ok, also the site started up all ok. But when I try to create my first project, or try to open the BASIC part of application configuration, I get an error page coming up (errors/error.aspx). However I have custom error mode OFF, so this is not a server error page. I tried, I caused an error, and then I got the default detailed error page.
So again, I get error only on these 2 pages... i can edit my profile, i can add users, i can see the list of projects (empty list), edit email settings and others....
The console says the following when I get the error page come up:
Exception thrown: 'System.Web.HttpException' in System.Web.dll
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_LocalResources.projects.631b53d8.veaiffrt.dll'.
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_Web_addproject.aspx.92072ad9.udhvidle.dll'.
Exception thrown: 'System.ArgumentOutOfRangeException' in mscorlib.dll
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_LocalResources.usercontrols.92072ad9.hmbslnqn.dll'.
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_Web_picksingleuser.ascx.6bb32623.biy1z0vh.dll'.
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_Web_projectdescription.ascx.5d121ace.oywerl7v.dll'.
Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.dll
Exception thrown: 'System.Configuration.ConfigurationErrorsException' in System.Web.dll
Exception thrown: 'System.Configuration.ConfigurationErrorsException' in System.Web.dll
Exception thrown: 'System.Threading.ThreadAbortException' in mscorlib.dll
Hello, I decided to try BUGNET, I have downloaded the source code, and i am running it locally in VS2015, debug mode. I have changed the connection strings, so installation went all ok, also the site started up all ok. But when I try to create my first project, or try to open the BASIC part of application configuration, I get an error page coming up (errors/error.aspx). However I have custom error mode OFF, so this is not a server error page. I tried, I caused an error, and then I got the default detailed error page. So again, I get error only on these 2 pages... i can edit my profile, i can add users, i can see the list of projects (empty list), edit email settings and others.... The console says the following when I get the error page come up:
Exception thrown: 'System.Web.HttpException' in System.Web.dll 'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_LocalResources.projects.631b53d8.veaiffrt.dll'. 'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_Web_addproject.aspx.92072ad9.udhvidle.dll'. Exception thrown: 'System.ArgumentOutOfRangeException' in mscorlib.dll 'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_LocalResources.usercontrols.92072ad9.hmbslnqn.dll'. 'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_Web_picksingleuser.ascx.6bb32623.biy1z0vh.dll'. 'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-131113661904679314): Loaded 'C:\Users\Adam\AppData\Local\Temp\Temporary ASP.NET Files\root\eea6c94b\f1dc8a5b\App_Web_projectdescription.ascx.5d121ace.oywerl7v.dll'. Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.dll Exception thrown: 'System.Configuration.ConfigurationErrorsException' in System.Web.dll Exception thrown: 'System.Configuration.ConfigurationErrorsException' in System.Web.dll Exception thrown: 'System.Threading.ThreadAbortException' in mscorlib.dll
Any help appreciated.