Anyone have any ideas? I have tried a few different version of BugNET. The only one I can get to work is 0.67 any other version after that, has this error. I did some checking on MSDN and such and there is a lot of talk about the term "provider" and something...dmm or dnn??
Server Error in '/BugNET' Application.
Keyword not supported: 'bugnet'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'bugnet'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ArgumentException: Keyword not supported: 'bugnet'.]
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +1406418
System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +102
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +52
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +125
System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +56
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4
BugNET.DataAccessLayer.GenericDataAccessLayer.GetHostSettings() +53
BugNET.BusinessLogicLayer.HostSettings.GetHostSettings() +133
BugNET.BusinessLogicLayer.HostSettings.GetHostSetting(String key) +7
BugNET.UserInterfaceLayer.BasePage.OnInit(EventArgs e) +22
BugNET._Default.OnInit(EventArgs e) +61
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42