| | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 4:17:59 PM Posts: 622, Visits: 19,104 |
| How do I do this now that I have purchased so I can debug and step thru the SF code?
Thanks |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| | All you need to do is open the SF source code project and build it in debug mode. This will automatically place the debug DLLs in the GAC for you which will make them "debuggable" in all of your assemblies that reference the SF DLLs. If you'll recall, you can step into code several different ways. You can open the original SF code file or...if you are calling an SF class property or method, just step into it and it will automatically bring that source file up for debugging. Last, if you get an exception, it will automatically open the source file and show the line in error. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 4:17:59 PM Posts: 622, Visits: 19,104 |
| | What is the default install location for the SF Source code project please, I looked but couldnt find it. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| | There will actually be a link through the "Start -> All Programs -> MicroFour -> StrataFrame Source Code" which will bring up the source solution in Visual Studio 2005. Once it opens, just build it in debug mode. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 4:17:59 PM Posts: 622, Visits: 19,104 |
| I dont have that.
Was I supposed to install a different version after I purchased?
I am using the version we were given at training. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| | Oh...good point. We have not posted the source for that version since it is still in between releases and we have to put our licensing hooks into the role based security classes. Sorry about this...you will get it, but we cannot post this source until we add the licensing tie-in. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 4:17:59 PM Posts: 622, Visits: 19,104 |
| Hmm would I be better going back to 1.4.1 pre-release until you get that done?
Seems like not being able to step into the source might be a problem, especially for me just getting started and sure to make quite a few mistakes.
What do you think? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Today @ 4:58:13 AM Posts: 4,379, Visits: 4,421 |
| | Actually I think you would be better off using the version we gave you at the training class. Honestly, even I never look at the code until something breaks. For now I would be more focused on just using the framework and starting your application. |
| |
|
|