|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Stability ProblemsI am currently developing applications using VB.NET express edition and
decided to give sql server expresss a go because i thought it would be easier to work with than the MySQL that i usually use. I used the designer to create all my conections and datasets etc. I was really beginning to like this and was considering swapping to sql server completely. I soon started epxeriencing crashes when editing the dataset and these werent just the odd crash these were everytime i opened or closed it. Sometimes i would be lucky and would be able to save the changes and about 50% of the time it would just crash completely. I have never had any other problems like this before until i started using sql server with vb.net. Has anyone else had any similar problems?
Show quote
Hide quote
"jimmy" <james.herring***@tiscali.co.uk> wrote in message I assume you mean that your VB.NET application is crashing. If so, you news:1166119607.535098.61850@j72g2000cwa.googlegroups.com... >I am currently developing applications using VB.NET express edition and > decided to give sql server expresss a go because i thought it would be > easier to work with than the MySQL that i usually use. I used the > designer to create all my conections and datasets etc. I was really > beginning to like this and was considering swapping to sql server > completely. I soon started epxeriencing crashes when editing the > dataset and these werent just the odd crash these were everytime i > opened or closed it. > > Sometimes i would be lucky and would be able to save the changes and > about 50% of the time it would just crash completely. I have never had > any other problems like this before until i started using sql server > with vb.net. Has anyone else had any similar problems? > probably have an unhandled exception being generated. Debugging the application in Visual Studio should help you find the location of the exception. David |
|||||||||||||||||||||||