| | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | The AfterBuild.bat file is not located on your C:\ drive. Just copy the AfterBuild.bat file from the root folder of the source code projects and copy it to the C:\ drive and you will be good to go. |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/25/2008 10:33:22 AM Posts: 318, Visits: 460 |
| | I think I'm still having some issues with the two different SF versions. The Inherited UI I have source code for references the Base and Business dlls of 1.4. If I try to use the 1.5 Base/Business dll's I get a few compile errors when I try to compile Inherited UI. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/25/2008 10:33:22 AM Posts: 318, Visits: 460 |
| | Specifically, I get an error on this line in BrowseDialogWindow.vb: BuildDataTableFromEnum( GetType(BrowseDialogAllSearchTypes), SortOrder.Ascending, CType(loCombo, System.Windows.Forms.ListControl), New String() {"Equals", "GreaterThan", "GreaterThanOrEqualTo", "LessThan", "LessThanOrEqualTo"}, False)Basically the error is saying that this overload is not right, it doesn't accept these arguments. Also, in ComboBoxEdit.vb I am getting an error saying that EnumSeparateOccurences and EnumTreatNumberAsCap are not implemented for the IListControl interface. If I can fix these I can build no problems. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | You are right...we changed the overloads. Just add a False, 0 or a 0, False at the end and rebuild. Then you should be OK. |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/25/2008 10:33:22 AM Posts: 318, Visits: 460 |
| | what about the two interface implementations? Is it okay to just leave those as the empty shells for right now? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| | Yes, you aren't using those right now anyway. |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 11/25/2008 10:33:22 AM Posts: 318, Visits: 460 |
| | Great, I have it working now! Thanks for the help. |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| See...I told you that you could do it!!! |
| | | | |
|