![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I just wrote a script engine to run some VB.NET source code. An IVsaGlobalItem obj is created and passed to the VBScript. The VBScript modifies the member of the IVsaGlobalItem object, however, when I check with obj.IsDirty and I find it is always false. Did anyone encounter this ? I also found that when I wanted to debug the VB.NET source code loaded from file, the VS.NET 2003 gave me info that the source code is not available. How can I enable this just like doing VBscript under VC++ engine through script debugger ? Thanks, Perhaps, about the first, is that you have ViewState disabled. The |
#3
| |||
| |||
|
|
Songtao Qiu wrote: I just wrote a script engine to run some VB.NET source code. An IVsaGlobalItem obj is created and passed to the VBScript. The VBScript modifies the member of the IVsaGlobalItem object, however, when I check with obj.IsDirty and I find it is always false. Did anyone encounter this ? I also found that when I wanted to debug the VB.NET source code loaded from file, the VS.NET 2003 gave me info that the source code is not available. How can I enable this just like doing VBscript under VC++ engine through script debugger ? Thanks, Perhaps, about the first, is that you have ViewState disabled. The mechanisms to detect change in most controls use ViewState Have you tried to click on F11 anyway?. Sometimes the debugger will find the missing source. |
#4
| |||
| |||
|
|
I just wrote a script engine to run some VB.NET source code. An IVsaGlobalItem obj is created and passed to the VBScript. The VBScript modifies the member of the IVsaGlobalItem object, however, when I check with obj.IsDirty and I find it is always false. Did anyone encounter this ? I also found that when I wanted to debug the VB.NET source code loaded from file, the VS.NET 2003 gave me info that the source code is not available. How can I enable this just like doing VBscript under VC++ engine through script debugger ? Thanks, |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |