Issues rebuilding from Strataframe source code


Author
Message
Marcia G Akins
Marcia G Akins
StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Hi all.

Aren't you happy to see me when I am getting set up on a new client site BigGrin ? 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 -f

the 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 -f

I 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 Smile)

TIA

Marcia
Edhy Rijo
E
StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)StrataFrame VIP (3.7K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi,
Just out of curiosity, why are you installing all SF on a customer's computer, specially if customer will not buy a SF license? 

What I do is that I have SF setup in my laptop and if I need to go to the customer site to show them something, then I bring the laptop.  Unless customer is willing to buy a license for all dev tools needed for the project, then I would not even bother installing VS, MS-SQL, SF, etc, etc, etc.

Edhy Rijo

Marcia G Akins
Marcia G Akins
StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
[b]Just out of curiosity, why are you installing all SF on a customer's computer, specially if customer will not buy a SF license? 


Oh, but the customer will buy a SF license. This is a big international company and all their systems are totally locked down. I can't use my own laptop here.

They are a big international company and have no problem buying software and know that when I am gone, they will need to buy their own SF licenses to maintain this new app. Heck, they even offered to buy a DevExpress license for me and that is $1999 a pop Smile
Ivan George Borges
Ivan George Borges
Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
Hi Marcia.

It looks like there is more than a gacutil issue over there. If you are building the SF source code it means you have made some changes to it, is that so? Or a new version of DevEx or Infragistics, this all would be fine. What I usually do is, after getting out of Visual Studio, I go to the C:\Program Files\Common Files\MicroFour\StrataFrame folder and copy the Microfour DLLs over to the GAC, so I am sure they have been updated.

Would you like to start trying that and then we can go further from here.
Marcia G Akins
Marcia G Akins
StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Ivan George Borges (10/24/2011)
Hi Marcia.

It looks like there is more than a gacutil issue over there. If you are building the SF source code it means you have made some changes to it, is that so? Or a new version of DevEx or Infragistics, this all would be fine. What I usually do is, after getting out of Visual Studio, I go to the C:\Program Files\Common Files\MicroFour\StrataFrame folder and copy the Microfour DLLs over to the GAC, so I am sure they have been updated.

Would you like to start trying that and then we can go further from here.


OK - will do Smile

I will keep you posted on my progress...
Marcia G Akins
Marcia G Akins
StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Ivan George Borges (10/24/2011)

Would you like to start trying that and then we can go further from here.


Hi Ivan.

I hate to ask stupid questions but, do you mean that I should copy the dlls to C:\WINDOWS\Microsoft.NET\assembly\GAC_32? If not, where shaould I copy them?
Ivan George Borges
Ivan George Borges
Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
Don't worry, Marcia. There won't be any question I would be able to define as stupid, we all have our own quota of things we don't know all the time.

The GAC (Global Assembly Cache) will usually be the C:\Windows\assembly folder.

( http://en.wikipedia.org/wiki/Global_Assembly_Cache Wink
Marcia G Akins
Marcia G Akins
StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Ivan George Borges (10/24/2011)
Don't worry, Marcia. There won't be any question I would be able to define as stupid, we all have our own quota of things we don't know all the time.

The GAC (Global Assembly Cache) will usually be the C:\Windows\assembly folder.

( http://en.wikipedia.org/wiki/Global_Assembly_Cache Wink


Hi Ivan.

Boy you are quick! Ok - I will try this and let you know what happens. You probabaly won't hear from me today, though. I was here at 7:00 and it is almost 4:00 pm here.

Regarding stupid questions: what I always heard was that the stupid question is the one that you don't ask Smile

Thanks again!
Marcia G Akins
Marcia G Akins
StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)StrataFrame User (432 reputation)
Group: StrataFrame Users
Posts: 322, Visits: 529
Hi Ivan.

OK - I lied Smile LLast message before I am outta here.

I cannot copy the dll to the GAC. These are the only options available to me when I right-click are View, Uninstal and Properties. Pressing Ctrl+V doesn't copy it either....
Ivan George Borges
Ivan George Borges
Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)Strategic Support Team Member (2.8K reputation)
Group: StrataFrame MVPs
Posts: 1.9K, Visits: 21K
Open two instances of Windows Explorer. Navigate to the SF DLLs in one and to the Windows\assembly on the other. Drag the DLLs from the SF folder to the GAC.
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