Help needed please.
I have a VB.Net solution using a web service that was developed by another developer and has been working for years. Now all of a sudden it fails with this error message:
A first chance exception of type 'System.Configuration.ConfigurationException' occurred in system.dll
Additional information: Unrecognized configuration section add
The options are
Break, Continue and Help. Ignore is greyed out.
Continue seems to pop up the same message again. Click Continueb about 4 times and then the program just stops debugging.
The declaration section seems to generate the error
Public WS As New CSManWS.StkItmAuth
The program breaks on:
Public Sub New()
MyBase.New
In searching the web some people say it has to do with fonts, other seem to resolve it by doing something to DOTNETFX? Othwers mention different Frameworks but even If I have only 1.1 installed it fails. I can't find anything that solves my problem. :-(
Anybody know what the cause is and how to resolve it?