• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to enable Buying Avatars?

Newbie Spellweaver
Joined
Jun 1, 2008
Messages
57
Reaction score
0
How to enable buying avatars?..

cause i can't buy anything...
 
Newbie Spellweaver
Joined
Jun 1, 2008
Messages
57
Reaction score
0
Code:
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 103. 
at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) 
at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) 
at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) 
at System.Data.OleDb.OleDbConnectionString..ctor(String connectionString, Boolean validate) 
at System.Data.OleDb.OleDbConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) 
at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) 
at System.Data.OleDb.OleDbConnection.ConnectionString_Set(String value) 
at System.Data.OleDb.OleDbConnection.set_ConnectionString(String value) 
at System.Data.OleDb.OleDbConnection..ctor(String connectionString) 
at DreamweaverCtrls.DataSet.NewDbConnection(String strConnection) 
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Exception: The DefaultView was requested but no tables yet exist. 
at DreamweaverCtrls.DataSet.get_DefaultView()

I'm getting this error...
 
Junior Spellweaver
Joined
Sep 4, 2008
Messages
121
Reaction score
0
Code:
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 103. 
at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) 
at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) 
at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) 
at System.Data.OleDb.OleDbConnectionString..ctor(String connectionString, Boolean validate) 
at System.Data.OleDb.OleDbConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) 
at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) 
at System.Data.OleDb.OleDbConnection.ConnectionString_Set(String value) 
at System.Data.OleDb.OleDbConnection.set_ConnectionString(String value) 
at System.Data.OleDb.OleDbConnection..ctor(String connectionString) 
at DreamweaverCtrls.DataSet.NewDbConnection(String strConnection) 
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Exception: The DefaultView was requested but no tables yet exist. 
at DreamweaverCtrls.DataSet.get_DefaultView()

I'm getting this error...

same here i also have this error
 
Back
Top