Can no longer step thru framework code


Author
Message
Marcia G Akins
Marcia G Akins
Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
When I try to step through this line:

this.FillDataTable(loCommand);

shouldn't the debugger dtep into the framework code? Well, it doesn't ever since I upgraded. Is there something that I need to do to make this work again?

TIA


Reply
Marcia G Akins
Marcia G Akins
Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)Advanced StrataFrame User (698 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Trent L. Taylor (09/29/2009)

You got it.  When you build a project in debug mode, it produces a pdb file which contains all of the debug information as well as any content information.  You will select this from the configuration manager.  Generally, I setup my toolbar within VS to have the current build configs as a combo as well as the CPU build type:

OK - I finally figured out that I had to builkd the individual projects before rebuilding the solution Smile However, when I rebuild MicroFour StrataFrame UI, it shows up in the gac as version 1.6.0 Sad

I also get these errors when I try to build MicroFour StataFrame Extended UI:

Error 1 The type or namespace name 'Application' does not exist in the namespace 'MicroFour.StrataFrame' (are you missing an assembly reference?) D:\Strataframe\SourceCode\MicroFour StrataFrame UI Expanded\Controls WinForms\StrataCollapsableContainer.cs 1 29 MicroFour StrataFrame UI Expanded
Error 2 The type or namespace name 'Application' does not exist in the namespace 'MicroFour.StrataFrame' (are you missing an assembly reference?) D:\Strataframe\SourceCode\MicroFour StrataFrame UI Expanded\Controls WinForms\StrataListView.cs 1 29 MicroFour StrataFrame UI Expanded
Error 3 The type or namespace name 'StrataUserControlBase' does not exist in the namespace 'MicroFour.StrataFrame.UI.Windows.Forms' (are you missing an assembly reference?) D:\Strataframe\SourceCode\MicroFour StrataFrame UI Expanded\Controls WinForms\StrataListView.cs 28 74 MicroFour StrataFrame UI Expanded
Error 4 The type or namespace name 'StrataUserControlBase' does not exist in the namespace 'MicroFour.StrataFrame.UI.Windows.Forms' (are you missing an assembly reference?) D:\Strataframe\SourceCode\MicroFour StrataFrame UI Expanded\Controls WinForms\StrataCollapsableContainer.cs 28 86 MicroFour StrataFrame UI Expanded
Warning 5 'Public Function EncryptFile(FileName As String) As Integer' is obsolete: 'Writes the encrypted file back to the same location on disk... causes major corruption issues.'. D:\Strataframe\SourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 952 21 MicroFour StrataFrame Base
Warning 6 'Public Function EncryptFile(FileName As String) As Integer' is obsolete: 'Writes the encrypted file back to the same location on disk... causes major corruption issues.'. D:\Strataframe\SourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1058 21 MicroFour StrataFrame Base
Warning 7 'Public Function EncryptFile(FileName As String) As Integer' is obsolete: 'Writes the encrypted file back to the same location on disk... causes major corruption issues.'. D:\Strataframe\SourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1332 17 MicroFour StrataFrame Base
Warning 8 'Public Function EncryptFile(FileName As String) As Integer' is obsolete: 'Writes the encrypted file back to the same location on disk... causes major corruption issues.'. D:\Strataframe\SourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1466 17 MicroFour StrataFrame Base
Warning 9 'Public Function EncryptFile(FileName As String) As Integer' is obsolete: 'Writes the encrypted file back to the same location on disk... causes major corruption issues.'. D:\Strataframe\SourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1666 21 MicroFour StrataFrame Base
Warning 10 'Public Function EncryptFile(FileName As String) As Integer' is obsolete: 'Writes the encrypted file back to the same location on disk... causes major corruption issues.'. D:\Strataframe\SourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1776 21 MicroFour StrataFrame Base
Warning 11 Could not resolve this reference. Could not locate the assembly "MicroFour StrataFrame Business, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. MicroFour StrataFrame UI Expanded
Warning 12 Could not resolve this reference. Could not locate the assembly "MicroFour StrataFrame UI, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. MicroFour StrataFrame UI Expanded
Warning 13 The referenced component 'MicroFour StrataFrame Business' could not be found.  
Warning 14 The referenced component 'MicroFour StrataFrame UI' could not be found.  

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Marcia G Akins - 16 Years Ago
Trent L. Taylor - 16 Years Ago
Marcia G Akins - 16 Years Ago
Trent L. Taylor - 16 Years Ago
Marcia G Akins - 16 Years Ago
                         [quote]I hate to be stupid about this, but I am still a newbie [Smile]...
Trent L. Taylor - 16 Years Ago
                             [quote][b]Trent L. Taylor (09/29/2009)[/b][hr][quote]I hate to be...
Marcia G Akins - 16 Years Ago
                                 That is OK. First, after you delete the SF assemblies, get out of...
Trent L. Taylor - 16 Years Ago
                                     [quote]OK - I finally figured out that I had to builkd the individual...
Trent L. Taylor - 16 Years Ago
                                         [quote][b]Trent L. Taylor (09/29/2009)[/b][hr][quote] Be sure that you...
Marcia G Akins - 16 Years Ago
                                             Great! I am glad to hear that you got it working! :)

In...
Trent L. Taylor - 16 Years Ago
                                                 [quote][b]Trent L. Taylor (09/29/2009)[/b][hr]Great! I am glad to hear...
Marcia G Akins - 16 Years Ago
                             [quote][b]Trent L. Taylor (09/29/2009)[/b][hr] You got it. When you...
Marcia G Akins - 16 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search