Note that there are some explanatory texts on larger screens.

plurals
  1. POClient-specific Insert Error?
    text
    copied!<p>I've got a C#/sql2005 program begun in C#2 and now using C#3 that is only misbehaving for one user. He IS able to use the program to select, insert, delete--even BACKUP--but he is NOT able to insert into ONE TABLE... He's running against a sqlexpress database on his own machine (just like all our other FUNCTIONING users)</p> <p>He's in the field and is an admin on the machine &lt;...I know...> so I have no idea what he might have installed or fiddled with before or after installing my program, AND I won't be able to get to his computer in time for hands-on platform-specific troubleshooting. </p> <p>SO--in this instance--I'd love to be able to lay the blame on my code because I could just FIX it and send him an update, but the more I think about it, the more it seems like a configuration issue... or a corruption? (If it's a corruption, though, it wasn't evident when I restored his DB to my own sql2005 server and ran it with the same program build he's using)</p> <h2>NEW INFORMATION</h2> <p>3/9/11 10:45 AM -5GMT </p> <p>Remember I said that the program was originally dev'd on c#2 but now is running on c#3? Well, this user does NOT have the .NET 2.0 framework on his PC. He's got .NET 1.1+ and .NET 3.5. I realized this when he mentioned that he'd ALSO had trouble adding items to a <code>Dictionary&lt;string,object&gt;</code> He got this error: </p> <blockquote> <p>Item cannot be added to a read-only or fixed-size list</p> </blockquote> <p>Is it possible that both problems stem from the absence of the .NET 2.0 framework?</p> <h2>Again, any help will be appreciated.</h2>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload