Newbie Question on Tutorial


Author
Message
Keith Courneyea
Keith Courneyea
StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)
Group: Forum Members
Posts: 11, Visits: 196
I've followed along the instructions for the tutorial.  When I go to run it, it just flickers slightly, then takes me back to the IDE.  No error messages.  I tried putting a breakpoint on the 1st line in Sub Main.  The breakpoint is never reached.

I've been having similar problems with some of the sample apps as well.  I'm using SQL Express

The BOM works fine and the database connection is correct.  I've also deleted the connection.dat file a couple of times thinking that may be the problem.

Replies
Keith Courneyea
Keith Courneyea
StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)StrataFrame Beginner (25 reputation)
Group: Forum Members
Posts: 11, Visits: 196
I checked the project properties.  All is set to what you described.  Below is from the Output window.  The Immediate Window stayed blank...

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'D:\Documents and Settings\cournek\My Documents\Visual Studio 2005\Projects\Tutorial_WINVB\Tutorial_WINVB\bin\Debug\Tutorial_WINVB.vshost.exe', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\MicroFour StrataFrame Base\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame Base.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\MicroFour StrataFrame Business\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame Business.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\MicroFour StrataFrame UI\1.6.0.0__99fe9917f71608a7\MicroFour StrataFrame UI.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Deployment\2.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

The thread 0xe9c has exited with code 0 (0x0).

The thread 0x5b0 has exited with code 0 (0x0).

'Tutorial_WINVB.vshost.exe' (Managed): Loaded 'D:\Documents and Settings\cournek\My Documents\Visual Studio 2005\Projects\Tutorial_WINVB\Tutorial_WINVB\bin\Debug\Tutorial_WINVB.exe', Symbols loaded.

The program '[1236] Tutorial_WINVB.vshost.exe: Managed' has exited with code -1073741819 (0xc0000005).


StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Well, Keith, I'm not sure what to tell you.  It doesn't look like an exception is being thrown.  If you create a new application (just a plain jane Windows Application) and you set the properties to use the Sub Main() (you'll have to manually create a Public Shared Sub Main() somewhere because the template won't create one) and see if it can hit a breakpoint in that.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search