Click here to Skip to main content
15,914,160 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Storing and reading Word documents in SQL Pin
Jason Skala20-Jun-10 20:59
Jason Skala20-Jun-10 20:59 
GeneralRe: Storing and reading Word documents in SQL Pin
DaveAuld20-Jun-10 22:39
professionalDaveAuld20-Jun-10 22:39 
GeneralRe: Storing and reading Word documents in SQL Pin
Luc Pattyn21-Jun-10 2:19
sitebuilderLuc Pattyn21-Jun-10 2:19 
QuestionNeed help with Image Pin
jaygalway211620-Jun-10 17:43
jaygalway211620-Jun-10 17:43 
AnswerRe: Need help with Image Pin
Luc Pattyn20-Jun-10 18:06
sitebuilderLuc Pattyn20-Jun-10 18:06 
GeneralRe: Need help with Image Pin
jaygalway211620-Jun-10 18:44
jaygalway211620-Jun-10 18:44 
GeneralRe: Need help with Image Pin
Luc Pattyn20-Jun-10 19:04
sitebuilderLuc Pattyn20-Jun-10 19:04 
QuestionVisStudio (VB.Net) 2005 to 2008/2010 - Errors just returning from functions Pin
QuickBooksDev19-Jun-10 1:19
QuickBooksDev19-Jun-10 1:19 
I have thought that I posted this a few days ago but cannot see it.

We are planning our migration from XP VisStudio 2005 (VB.NEt) to either Windows7 2008 or 2010 (probably 2010 if it is workable) but have some startup issues.

It seems that in VS 2005 if you had an execution error during IDE testing it stops and gives you an error msg if no Try/Catch. In 2008 and 2010 it just returns from the method.

e.g.

Sub forms_load ...
Dim i as short = 0
i = 1 / i (Error Divide by zero error - Overflow Exeption)
i = i
end sub

In VS 2005 would stop on the Error. In 2008 and 2010 no message and the form is just displayed.
The i = i is not executed.

This must be some setting or directive that we have overlooked.

When taking that same project from 2005 and opening in 2010 the results where strange. It converted then when tried to run in IDE it terminated. On retry it would not step through and seems all screwed up. I tries the bad instruction and then says not working.



Is 2010 stable and usuable to use?
AnswerRe: VisStudio (VB.Net) 2005 to 2008/2010 - Errors just returning from functions Pin
AnnieMacD19-Jun-10 1:26
AnnieMacD19-Jun-10 1:26 
AnswerRe: VisStudio (VB.Net) 2005 to 2008/2010 - Errors just returning from functions Pin
Luc Pattyn19-Jun-10 1:58
sitebuilderLuc Pattyn19-Jun-10 1:58 
AnswerRe: VisStudio (VB.Net) 2005 to 2008/2010 - Errors just returning from functions Pin
DaveAuld19-Jun-10 4:38
professionalDaveAuld19-Jun-10 4:38 
QuestionCoalesce -- Any suggestions on how to improve this? Pin
Gregory Gadow18-Jun-10 8:08
Gregory Gadow18-Jun-10 8:08 
AnswerRe: Coalesce -- Any suggestions on how to improve this? Pin
rhuiden18-Jun-10 10:26
rhuiden18-Jun-10 10:26 
QuestionSingle Sign on Pin
berba18-Jun-10 2:59
berba18-Jun-10 2:59 
AnswerRe: Single Sign on Pin
Dave Kreskowiak18-Jun-10 8:06
mveDave Kreskowiak18-Jun-10 8:06 
GeneralRe: Single Sign on Pin
berba22-Jun-10 23:15
berba22-Jun-10 23:15 
GeneralRe: Single Sign on Pin
Dave Kreskowiak23-Jun-10 1:33
mveDave Kreskowiak23-Jun-10 1:33 
QuestionPowerPoint Application Pin
rdop18-Jun-10 1:13
rdop18-Jun-10 1:13 
AnswerRe: PowerPoint Application Pin
ddecoy18-Jun-10 1:16
ddecoy18-Jun-10 1:16 
GeneralRe: PowerPoint Application Pin
rdop18-Jun-10 1:36
rdop18-Jun-10 1:36 
GeneralRe: PowerPoint Application Pin
JR21218-Jun-10 2:13
JR21218-Jun-10 2:13 
GeneralRe: PowerPoint Application Pin
EliottA18-Jun-10 2:27
EliottA18-Jun-10 2:27 
GeneralRe: PowerPoint Application Pin
JR21218-Jun-10 20:38
JR21218-Jun-10 20:38 
GeneralRe: PowerPoint Application [modified] Pin
MsmVc18-Jun-10 2:31
MsmVc18-Jun-10 2:31 
GeneralRe: PowerPoint Application Pin
EliottA18-Jun-10 2:33
EliottA18-Jun-10 2:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.