Wednesday, April 14, 2004

VS.NET and why I could scream right now... resolution

What we had was a FUSER error...yep, a good old F'in User that screwed up.

Turns out, my app.config file was screwed up, but not by VS.NET.  It's amazing what you can find when you actually take the time.  My app.config file looked like:

<?xml version="1.0" encoding="uft-8"?>="BR"><configuration>
    <appSettings>
        <add key="ConnectionString" value=" value="valid connection string"/>
    </appSettings>
</configuration>

See the problem?  yep....the value="

Now that it's fixed, my form comes up fine. 

Live and learn I guess...


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?