|
|
 |
BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5  | This is the forum to discuss the Wrox book Beginning Visual Basic 2005 Databases by Thearon Willis; ISBN: 9780764588945 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

May 4th, 2009, 03:38 PM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Config Error Running Time Tracker Solution
I downloaded the solutions for the Time Tracker project, but get the following error when I try to run the project:
An error occurred creating the configuration section handler for
applicationSettings/Time_Tracker.Settings: The given assembly name or
codebase was invalid. (Exception from HRESULT: 0x80131047)
(C:\Wrox Book\Time Tracker\bin\Debug\Time Tracker.vshost.exe.config line 8)
Help!!!
Thanks,
Margaret
|

May 9th, 2009, 08:25 AM
|
 |
Wrox Author
|
|
Join Date: Dec 2003
Location: Fuquay Varina, NC, USA.
Posts: 381
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
Margaret,
What chapter did you run the code from and was it for SQL Server or Oracle. Also, what version of Visual Studio are you using and what operating system are you using?
Thearon
|

May 11th, 2009, 12:17 PM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Config Error
Hi Thearon,
I am running the solution form Chapter 6 at the moment which is MS Access. It looks like a permissions error with the config file as the line of code that bombs is:
return CType(me("Provider"),String)
I am funning VS 2005 under Windows XP.
A first chance exception of type 'System.Configuration.ConfigurationErrorsException ' occurred in System.Configuration.dll
Thanks for your help,
Margaret
|

June 23rd, 2009, 07:52 AM
|
 |
Wrox Author
|
|
Join Date: Dec 2003
Location: Fuquay Varina, NC, USA.
Posts: 381
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
Margaret,
Does your Windows login have admin permissions on the machine that you are writting this code on? It sounds like perhaps you do not have the appropriate authority on this machine.
Thearon
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |