Hi all.
Aren't you happy to see me when I am getting set up on a new client site
? I am sure that some of these problems are caused by the fact that this is one of the client's machine and I did not set it up (except for installing Strataframe, VS 2010 and a few other items)
I am activated, but now I am having issues rebuilding the Staratframe source code. One of the problems that I can see are these lines in AfterBuild.bat:
"%ProgramFiles%\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe" -i %1 -fthe folder C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\ exists on my local machine but it does not contain any file called gacutil.exe
"%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe" -i %1 -fI do not have the folder C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\. I do however have a folder named C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\ and it does contain gacutil.exe
When I try to rebuild all, I get the following errors:
Warning 1 The member 'MicroFour.StrataFrame.UI.Collections.StrataListViewFontItemCollection.this[int]' does not hide an inherited member. The new keyword is not required. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame UI Expanded\Collections\StrataListViewFontItemCollection.cs 57 43 MicroFour StrataFrame UI Expanded
Warning 2 The variable 'r' is assigned but its value is never used C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame UI Expanded\Collections\StrataListViewFontItemCollection.cs 97 40 MicroFour StrataFrame UI Expanded
Warning 3 The primary reference "Microsoft.SqlServer.Smo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v2.0". To resolve this problem, either remove the reference "Microsoft.SqlServer.Smo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". MicroFour StrataFrame DBEngine
Error 4 Type 'Server' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 64 30 MicroFour StrataFrame DBEngine
Error 5 Type 'Server' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 90 30 MicroFour StrataFrame DBEngine
Error 6 Type 'Server' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 863 31 MicroFour StrataFrame DBEngine
Error 7 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 892 47 MicroFour StrataFrame DBEngine
Error 8 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1461 59 MicroFour StrataFrame DBEngine
Error 9 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1468 65 MicroFour StrataFrame DBEngine
Error 10 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1495 70 MicroFour StrataFrame DBEngine
Error 11 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1543 61 MicroFour StrataFrame DBEngine
Error 12 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1543 99 MicroFour StrataFrame DBEngine
Error 13 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1545 29 MicroFour StrataFrame DBEngine
Error 14 Type 'DataType' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1546 31 MicroFour StrataFrame DBEngine
Error 15 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1550 28 MicroFour StrataFrame DBEngine
Error 16 'SqlDataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1552 42 MicroFour StrataFrame DBEngine
Error 17 'SqlDataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1552 93 MicroFour StrataFrame DBEngine
Error 18 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1587 28 MicroFour StrataFrame DBEngine
Error 19 Type 'IndexedColumn' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1589 44 MicroFour StrataFrame DBEngine
Error 20 Type 'ExtendedProperty' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1597 53 MicroFour StrataFrame DBEngine
Error 21 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1607 77 MicroFour StrataFrame DBEngine
Error 22 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1609 29 MicroFour StrataFrame DBEngine
Error 23 Type 'FileGroup' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1610 32 MicroFour StrataFrame DBEngine
Error 24 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1613 28 MicroFour StrataFrame DBEngine
Error 25 Type 'FileGroup' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1628 64 MicroFour StrataFrame DBEngine
Error 26 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1628 108 MicroFour StrataFrame DBEngine
Error 27 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1631 29 MicroFour StrataFrame DBEngine
Error 28 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1638 32 MicroFour StrataFrame DBEngine
Error 29 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1641 32 MicroFour StrataFrame DBEngine
Error 30 Type 'FileGroup' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1677 65 MicroFour StrataFrame DBEngine
Error 31 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1677 140 MicroFour StrataFrame DBEngine
Error 32 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1679 41 MicroFour StrataFrame DBEngine
Error 33 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1682 27 MicroFour StrataFrame DBEngine
Error 34 Type 'DataType' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1700 75 MicroFour StrataFrame DBEngine
Error 35 Type 'DataType' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1702 29 MicroFour StrataFrame DBEngine
Error 36 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1707 32 MicroFour StrataFrame DBEngine
Error 37 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1710 32 MicroFour StrataFrame DBEngine
Error 38 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1713 32 MicroFour StrataFrame DBEngine
Error 39 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1716 32 MicroFour StrataFrame DBEngine
Error 40 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1719 32 MicroFour StrataFrame DBEngine
Error 41 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1722 32 MicroFour StrataFrame DBEngine
Error 42 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1725 32 MicroFour StrataFrame DBEngine
Error 43 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1728 32 MicroFour StrataFrame DBEngine
Error 44 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1731 32 MicroFour StrataFrame DBEngine
Error 45 'DataType' is not declared. It may be inaccessible due to its protection level. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1734 32 MicroFour StrataFrame DBEngine
Error 46 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1821 63 MicroFour StrataFrame DBEngine
Error 47 Type 'FileGroup' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1821 137 MicroFour StrataFrame DBEngine
Error 48 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1852 64 MicroFour StrataFrame DBEngine
Error 49 Type 'FileGroup' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1852 107 MicroFour StrataFrame DBEngine
Error 50 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1871 65 MicroFour StrataFrame DBEngine
Error 51 Type 'ForeignKey' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1871 110 MicroFour StrataFrame DBEngine
Error 52 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1922 58 MicroFour StrataFrame DBEngine
Error 53 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1945 60 MicroFour StrataFrame DBEngine
Error 54 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1945 98 MicroFour StrataFrame DBEngine
Error 55 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1995 63 MicroFour StrataFrame DBEngine
Error 56 Type 'IndexedColumn' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 1995 101 MicroFour StrataFrame DBEngine
Error 57 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2052 60 MicroFour StrataFrame DBEngine
Error 58 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2052 129 MicroFour StrataFrame DBEngine
Error 59 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2098 58 MicroFour StrataFrame DBEngine
Error 60 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2117 106 MicroFour StrataFrame DBEngine
Error 61 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2156 67 MicroFour StrataFrame DBEngine
Error 62 Type 'IndexedColumn' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2156 110 MicroFour StrataFrame DBEngine
Error 63 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2554 60 MicroFour StrataFrame DBEngine
Error 64 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2584 58 MicroFour StrataFrame DBEngine
Error 65 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2614 59 MicroFour StrataFrame DBEngine
Error 66 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2767 62 MicroFour StrataFrame DBEngine
Error 67 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2789 50 MicroFour StrataFrame DBEngine
Error 68 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 2846 57 MicroFour StrataFrame DBEngine
Error 69 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3038 56 MicroFour StrataFrame DBEngine
Error 70 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3078 47 MicroFour StrataFrame DBEngine
Error 71 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3107 54 MicroFour StrataFrame DBEngine
Error 72 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3168 53 MicroFour StrataFrame DBEngine
Error 73 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3194 60 MicroFour StrataFrame DBEngine
Error 74 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3255 53 MicroFour StrataFrame DBEngine
Error 75 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3353 48 MicroFour StrataFrame DBEngine
Error 76 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3383 59 MicroFour StrataFrame DBEngine
Error 77 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3446 51 MicroFour StrataFrame DBEngine
Error 78 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3529 59 MicroFour StrataFrame DBEngine
Error 79 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3713 67 MicroFour StrataFrame DBEngine
Error 80 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3738 93 MicroFour StrataFrame DBEngine
Error 81 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3742 86 MicroFour StrataFrame DBEngine
Error 82 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3742 96 MicroFour StrataFrame DBEngine
Error 83 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3777 71 MicroFour StrataFrame DBEngine
Error 84 Type 'NamedSmoObject' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3825 109 MicroFour StrataFrame DBEngine
Error 85 Type 'NamedSmoObject' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3903 136 MicroFour StrataFrame DBEngine
Error 86 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 3986 65 MicroFour StrataFrame DBEngine
Error 87 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4011 83 MicroFour StrataFrame DBEngine
Error 88 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4011 96 MicroFour StrataFrame DBEngine
Error 89 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4046 88 MicroFour StrataFrame DBEngine
Error 90 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4235 57 MicroFour StrataFrame DBEngine
Error 91 Type 'Database' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4305 62 MicroFour StrataFrame DBEngine
Error 92 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4388 56 MicroFour StrataFrame DBEngine
Error 93 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4416 55 MicroFour StrataFrame DBEngine
Error 94 Type 'DataFile' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4544 53 MicroFour StrataFrame DBEngine
Error 95 Type 'FileGroup' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4594 54 MicroFour StrataFrame DBEngine
Error 96 Type 'Column' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4666 52 MicroFour StrataFrame DBEngine
Error 97 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4861 53 MicroFour StrataFrame DBEngine
Error 98 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4944 51 MicroFour StrataFrame DBEngine
Error 99 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 4944 77 MicroFour StrataFrame DBEngine
Error 100 Type 'ForeignKey' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 5058 58 MicroFour StrataFrame DBEngine
Error 101 Type 'Trigger' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 5129 61 MicroFour StrataFrame DBEngine
Error 102 Type 'Table' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 5147 51 MicroFour StrataFrame DBEngine
Error 103 'System.Data.Index' is not accessible in this context because it is 'Friend'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\DatabaseMigrator.vb 5185 55 MicroFour StrataFrame DBEngine
Error 104 Type 'SmoObjectBase' is not defined. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame DBEngine\SQL\SQLManagerBasics.vb 97 35 MicroFour StrataFrame DBEngine
Error 105 Maximum number of errors has been exceeded. MicroFour StrataFrame DBEngine
Warning 106 Variable 'AcceptsTab' is used before it has been assigned a value. A null reference exception could result at runtime. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame UI\WinForms Extended Controls\SyntaxEditor.vb 901 24 MicroFour StrataFrame UI
Warning 107 '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.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 952 21 MicroFour StrataFrame Base
Warning 108 '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.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1058 21 MicroFour StrataFrame Base
Warning 109 '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.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1332 17 MicroFour StrataFrame Base
Warning 110 '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.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1466 17 MicroFour StrataFrame Base
Warning 111 '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.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1666 21 MicroFour StrataFrame Base
Warning 112 '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.'. C:\MicroFour\StrataFrameSourceCode\MicroFour StrataFrame Base\XML\XMLBasics.vb 1776 21 MicroFour StrataFrame Base
Any ideas on how to get this resolved. Thanks so much for putting up with me through all this (Yes. That's you, Ivan and Trent
)
TIA
Marcia