Click here to Skip to main content
15,896,379 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionLDAP queries not returning the same data Pin
David Mujica10-Jun-13 9:59
David Mujica10-Jun-13 9:59 
AnswerRe: LDAP queries not returning the same data Pin
Richard Deeming10-Jun-13 11:17
mveRichard Deeming10-Jun-13 11:17 
GeneralRe: LDAP queries not returning the same data Pin
David Mujica11-Jun-13 10:25
David Mujica11-Jun-13 10:25 
AnswerRe: LDAP queries not returning the same data Pin
Eddy Vluggen10-Jun-13 11:19
professionalEddy Vluggen10-Jun-13 11:19 
GeneralRe: LDAP queries not returning the same data Pin
David Mujica11-Jun-13 10:36
David Mujica11-Jun-13 10:36 
AnswerRe: LDAP queries SOLVED - PageSize Pin
David Mujica11-Jun-13 10:39
David Mujica11-Jun-13 10:39 
GeneralRe: LDAP queries SOLVED - PageSize Pin
ChandraRam11-Jun-13 19:23
ChandraRam11-Jun-13 19:23 
Questionvb.Net Unfixing my edits? Pin
treddie10-Jun-13 7:45
treddie10-Jun-13 7:45 
Howdie.

Has anyone encountered vb.Net reversing your edits to a project?
I just spent two days looking for a problem that took me so long to figure out because I had previously made some edits that I know were fixed, so I did not go back there until it was obvious the problem was there....Again! I had about 5 win32 functions that I needed to change from Private to Public, and a few ByRef that needed to be switched to ByVal. I was testing the program fine for a few days WITH THOSE FIXES ALREADY MADE, when all of a sudden I was getting odd errors that were hard to nail down":

"Cannot evaluate expression because the code of the current method is optimized."

and

"Exception of type 'System.ExecutionEngineException' was thrown."

The first error was difficult to nail down because it was silent and GetLastError() just returned 0 (function executed successfully), and the last error gives no indication of the problem source. Fortunately the last error went away with the solution to the first.

Basically what vb.Net did was change two of my Public back to Private, and switched one ByVal back to ByRef.

Very strange.
AnswerRe: vb.Net Unfixing my edits? Pin
Ron Beyer10-Jun-13 8:03
professionalRon Beyer10-Jun-13 8:03 
GeneralRe: vb.Net Unfixing my edits? Pin
treddie10-Jun-13 9:51
treddie10-Jun-13 9:51 
GeneralRe: vb.Net Unfixing my edits? Pin
TnTinMn10-Jun-13 15:08
TnTinMn10-Jun-13 15:08 
GeneralRe: vb.Net Unfixing my edits? Pin
treddie10-Jun-13 17:00
treddie10-Jun-13 17:00 
AnswerRe: vb.Net Unfixing my edits? Pin
Eddy Vluggen10-Jun-13 8:20
professionalEddy Vluggen10-Jun-13 8:20 
GeneralRe: vb.Net Unfixing my edits? Pin
treddie10-Jun-13 9:56
treddie10-Jun-13 9:56 
GeneralRe: vb.Net Unfixing my edits? Pin
Eddy Vluggen10-Jun-13 10:45
professionalEddy Vluggen10-Jun-13 10:45 
GeneralRe: vb.Net Unfixing my edits? Pin
treddie10-Jun-13 11:15
treddie10-Jun-13 11:15 
GeneralRe: vb.Net Unfixing my edits? Pin
Eddy Vluggen10-Jun-13 22:34
professionalEddy Vluggen10-Jun-13 22:34 
GeneralRe: vb.Net Unfixing my edits? Pin
treddie11-Jun-13 9:18
treddie11-Jun-13 9:18 
AnswerRe: vb.Net Unfixing my edits? Pin
TnTinMn10-Jun-13 15:00
TnTinMn10-Jun-13 15:00 
GeneralRe: vb.Net Unfixing my edits? Pin
treddie10-Jun-13 16:48
treddie10-Jun-13 16:48 
QuestionVB.Net and TAPI 3.1 Pin
Noname11210-Jun-13 3:35
Noname11210-Jun-13 3:35 
Questionchecking black pixels then counting them Pin
sharief hussien VB9-Jun-13 23:19
sharief hussien VB9-Jun-13 23:19 
AnswerRe: checking black pixels then counting them Pin
Dave Kreskowiak10-Jun-13 1:28
mveDave Kreskowiak10-Jun-13 1:28 
GeneralRe: checking black pixels then counting them Pin
sharief hussien VB10-Jun-13 2:26
sharief hussien VB10-Jun-13 2:26 
GeneralRe: checking black pixels then counting them Pin
Dave Kreskowiak10-Jun-13 3:58
mveDave Kreskowiak10-Jun-13 3:58 

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.