VB.net build errors

VB.net build errors

Anonymous
Not applicable
811 Views
3 Replies
Message 1 of 4

VB.net build errors

Anonymous
Not applicable
Using Microsoft Visual Basic 2005 Express with the C3DStockSubassemlies
VB.NET Project folder copied from the program files Sample\Civil3DAPI to
MyDocuments\Visual Studio 2005\Projects\ folder:



I opened the .sln file and without changing anything, pressed "Build". I
immediately got 10 warnings and 102 errors: the last error being "Maximum
number of errors has been exceeded." I copied all the errors below.



Of course the build failed. Most of the errors applied specifically to
GenericPavementStructure.vb & OverlayCrownBetweenEdges.vb and appeared to be
of a similar nature. What confuses me is that many of the .vb files have
the exact same code with no errors.



I have made absolutely no changes to the project file or .vb files. How can
I resolve these errors so I can actually customize something and create an
updated .dll file?



Thanks for your help,

Sandy W.





Warning 1 Could not resolve this reference. Could not locate the assembly
"AeccCorridorMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 2 Could not resolve this reference. Could not locate the assembly
"acdbmgd". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 3 Could not resolve this reference. Could not locate the assembly
"AecBaseMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 4 Could not resolve this reference. Could not locate the assembly
"acmgd". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 5 Could not resolve this reference. Could not locate the assembly
"AeccLandMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Error 6 Namespace or type specified in the Imports
'Autodesk.Civil.Alignment' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
29 9 C3DStockSubassemblies
Error 7 Namespace or type specified in the Imports 'Autodesk.Civil.Profile'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
30 9 C3DStockSubassemblies
Error 8 Namespace or type specified in the Imports 'Autodesk.Civil.Corridor'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
31 9 C3DStockSubassemblies
Error 9 Namespace or type specified in the Imports 'Autodesk.Civil' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
32 9 C3DStockSubassemblies
Error 10 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
34 9 C3DStockSubassemblies
Error 11 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't contain any
public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
35 9 C3DStockSubassemblies
Error 12 Warning treated as error : Namespace or type specified in the
Imports 'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
35 9 C3DStockSubassemblies
Error 13 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
104 77 C3DStockSubassemblies
Error 14 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
110 28 C3DStockSubassemblies
Error 15 Type 'ParamLong' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
114 27 C3DStockSubassemblies
Error 16 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
116 50 C3DStockSubassemblies
Error 17 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
119 50 C3DStockSubassemblies
Error 18 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
126 80 C3DStockSubassemblies
Error 19 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
132 30 C3DStockSubassemblies
Error 20 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
135 28 C3DStockSubassemblies
Error 21 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
138 30 C3DStockSubassemblies
Error 22 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
163 81 C3DStockSubassemblies
Error 23 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
169 28 C3DStockSubassemblies
Error 24 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
172 30 C3DStockSubassemblies
Error 25 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
176 23 C3DStockSubassemblies
Error 26 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
179 55 C3DStockSubassemblies
Error 27 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
182 55 C3DStockSubassemblies
Error 28 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
185 55 C3DStockSubassemblies
Error 29 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
188 55 C3DStockSubassemblies
Error 30 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
191 55 C3DStockSubassemblies
Error 31 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
197 66 C3DStockSubassemblies
Error 32 Type 'DBTransactionManager' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
204 19 C3DStockSubassemblies
Error 33 Type 'ParamAlignmentCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
206 33 C3DStockSubassemblies
Error 34 Type 'ParamProfileCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
209 31 C3DStockSubassemblies
Error 35 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
213 28 C3DStockSubassemblies
Error 36 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
216 30 C3DStockSubassemblies
Error 37 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
219 30 C3DStockSubassemblies
Error 38 Type 'Alignment' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
421 34 C3DStockSubassemblies
Error 39 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
422 36 C3DStockSubassemblies
Error 40 Type 'PointInMem' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
423 28 C3DStockSubassemblies
Error 41 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
426 67 C3DStockSubassemblies
Error 42 Name 'CorridorMode' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
432 34 C3DStockSubassemblies
Error 43 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
437 123 C3DStockSubassemblies
Error 44 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
439 123 C3DStockSubassemblies
Error 45 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
441 123 C3DStockSubassemblies
Error 46 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
443 123 C3DStockSubassemblies
Error 47 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
448 123 C3DStockSubassemblies
Error 48 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
450 123 C3DStockSubassemblies
Error 49 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
452 123 C3DStockSubassemblies
Error 50 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
454 123 C3DStockSubassemblies
Error 51 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
460 32 C3DStockSubassemblies
Error 52 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
479 62 C3DStockSubassemblies
Error 53 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
484 60 C3DStockSubassemblies
Error 54 Type 'Profile' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
507 30 C3DStockSubassemblies
Error 55 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
508 32 C3DStockSubassemblies
Error 56 Type 'Alignment' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
516 41 C3DStockSubassemblies
Error 57 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
522 59 C3DStockSubassemblies
Error 58 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
523 76 C3DStockSubassemblies
Error 59 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
533 60 C3DStockSubassemblies
Error 60 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
541 50 C3DStockSubassemblies
Error 61 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
546 50 C3DStockSubassemblies
Error 62 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
551 50 C3DStockSubassemblies
Error 63 Type 'PointCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
581 31 C3DStockSubassemblies
Error 64 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
604 24 C3DStockSubassemblies
Error 65 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
614 24 C3DStockSubassemblies
Error 66 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
623 24 C3DStockSubassemblies
Error 67 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
632 24 C3DStockSubassemblies
Error 68 Type 'LinkCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
644 31 C3DStockSubassemblies
Error 69 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
647 35 C3DStockSubassemblies
Error 70 Type 'Link' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
648 30 C3DStockSubassemblies
Error 71 Type 'ShapeCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
693 31 C3DStockSubassemblies
Error 72 Type 'Autodesk.Civil.Corridor.Shape' is not defined. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
696 24 C3DStockSubassemblies
Error 73 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
707 23 C3DStockSubassemblies
Error 74 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
710 55 C3DStockSubassemblies
Error 75 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
713 55 C3DStockSubassemblies
Error 76 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
716 55 C3DStockSubassemblies
Error 77 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
719 55 C3DStockSubassemblies
Error 78 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
722 55 C3DStockSubassemblies
Error 79 Namespace or type specified in the Imports
'Autodesk.Civil.Alignment' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
30 9 C3DStockSubassemblies
Error 80 Namespace or type specified in the Imports 'Autodesk.Civil.Profile'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
31 9 C3DStockSubassemblies
Error 81 Namespace or type specified in the Imports
'Autodesk.Civil.Corridor' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
32 9 C3DStockSubassemblies
Error 82 Namespace or type specified in the Imports 'Autodesk.Civil' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
33 9 C3DStockSubassemblies
Error 83 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
34 9 C3DStockSubassemblies
Error 84 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't contain any
public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
35 9 C3DStockSubassemblies
Error 85 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
76 77 C3DStockSubassemblies
Error 86 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
82 28 C3DStockSubassemblies
Error 87 Type 'ParamLong' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
86 27 C3DStockSubassemblies
Error 88 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
88 61 C3DStockSubassemblies
Error 89 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
91 62 C3DStockSubassemblies
Error 90 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
94 59 C3DStockSubassemblies
Error 91 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
97 60 C3DStockSubassemblies
Error 92 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
100 51 C3DStockSubassemblies
Error 93 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
107 80 C3DStockSubassemblies
Error 94 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
114 30 C3DStockSubassemblies
Error 95 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
117 30 C3DStockSubassemblies
Error 96 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
133 81 C3DStockSubassemblies
Error 97 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
139 30 C3DStockSubassemblies
Error 98 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
143 23 C3DStockSubassemblies
Error 99 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
146 55 C3DStockSubassemblies
Error 100 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
149 55 C3DStockSubassemblies
Error 101 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
155 66 C3DStockSubassemblies
Error 102 Type 'DBTransactionManager' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
157 19 C3DStockSubassemblies
Error 103 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
166 30 C3DStockSubassemblies
Error 104 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
169 30 C3DStockSubassemblies
Error 105 Type 'ParamSurfaceCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
172 31 C3DStockSubassemblies
Error 106 Type 'ParamProfileCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
175 31 C3DStockSubassemblies
Error 107 Maximum number of errors has been exceeded.
Warning 108 The referenced component 'acdbmgd' could not be found.
Warning 109 The referenced component 'acmgd' could not be found.
Warning 110 The referenced component 'AeccCorridorMgd' could not be found.
Warning 111 The referenced component 'AecBaseMgd' could not be found.
Warning 112 The referenced component 'AeccLandMgd' could not be found.

--
==========================================================================
Sandy W
Civil 3D 2008, sp1
Windows XP Pro, sp2
Pentium 4, 3.2 Ghz - 2 Gb RAM
256 MB Radeon X1300
==========================================================================
0 Likes
812 Views
3 Replies
Replies (3)
Message 2 of 4

Sinc
Advisor
Advisor
The compiler can't find the Civil-3D assemblies. Did you install Civil-3D in a directory other than the usual one (C:/Program Files/AutoCAD Civil 3D 2008)?

See all those assemblies that it can't find, such as "AeccCorridorMgd" et al? You need to repath these so that VS can find them. Then all the other errors should hopefully go away. They should be DLL files in the directory where you installed Civil-3D.
Sinc
0 Likes
Message 3 of 4

Anonymous
Not applicable
Whenever you open a sample project that was created on
another machine (such as the samples you're trying to use),
you might have to remove and re-add references to some
assemblies, since their locations may not be the same as
on the system where the project was last built or created.

In your case, the missing assemblies are all in the
same folder where Civil3D is installed (the folder
where acad.exe is).

So, remove all references to the missing AutoCAD and
Civil3D assemblies (their names appear in the error
messages), and then add them back again.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2008
Supporting AutoCAD 2000 through 2008
http://www.acadxtabs.com

"swatfor" wrote in message news:5726195@discussion.autodesk.com...
Using Microsoft Visual Basic 2005 Express with the C3DStockSubassemlies
VB.NET Project folder copied from the program files Sample\Civil3DAPI to
MyDocuments\Visual Studio 2005\Projects\ folder:



I opened the .sln file and without changing anything, pressed "Build". I
immediately got 10 warnings and 102 errors: the last error being "Maximum
number of errors has been exceeded." I copied all the errors below.



Of course the build failed. Most of the errors applied specifically to
GenericPavementStructure.vb & OverlayCrownBetweenEdges.vb and appeared to be
of a similar nature. What confuses me is that many of the .vb files have
the exact same code with no errors.



I have made absolutely no changes to the project file or .vb files. How can
I resolve these errors so I can actually customize something and create an
updated .dll file?



Thanks for your help,

Sandy W.





Warning 1 Could not resolve this reference. Could not locate the assembly
"AeccCorridorMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 2 Could not resolve this reference. Could not locate the assembly
"acdbmgd". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 3 Could not resolve this reference. Could not locate the assembly
"AecBaseMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 4 Could not resolve this reference. Could not locate the assembly
"acmgd". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 5 Could not resolve this reference. Could not locate the assembly
"AeccLandMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Error 6 Namespace or type specified in the Imports
'Autodesk.Civil.Alignment' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
29 9 C3DStockSubassemblies
Error 7 Namespace or type specified in the Imports 'Autodesk.Civil.Profile'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
30 9 C3DStockSubassemblies
Error 8 Namespace or type specified in the Imports 'Autodesk.Civil.Corridor'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
31 9 C3DStockSubassemblies
Error 9 Namespace or type specified in the Imports 'Autodesk.Civil' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
32 9 C3DStockSubassemblies
Error 10 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
34 9 C3DStockSubassemblies
Error 11 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't contain any
public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
35 9 C3DStockSubassemblies
Error 12 Warning treated as error : Namespace or type specified in the
Imports 'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
35 9 C3DStockSubassemblies
Error 13 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
104 77 C3DStockSubassemblies
Error 14 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
110 28 C3DStockSubassemblies
Error 15 Type 'ParamLong' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
114 27 C3DStockSubassemblies
Error 16 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
116 50 C3DStockSubassemblies
Error 17 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
119 50 C3DStockSubassemblies
Error 18 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
126 80 C3DStockSubassemblies
Error 19 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
132 30 C3DStockSubassemblies
Error 20 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
135 28 C3DStockSubassemblies
Error 21 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
138 30 C3DStockSubassemblies
Error 22 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
163 81 C3DStockSubassemblies
Error 23 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
169 28 C3DStockSubassemblies
Error 24 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
172 30 C3DStockSubassemblies
Error 25 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
176 23 C3DStockSubassemblies
Error 26 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
179 55 C3DStockSubassemblies
Error 27 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
182 55 C3DStockSubassemblies
Error 28 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
185 55 C3DStockSubassemblies
Error 29 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
188 55 C3DStockSubassemblies
Error 30 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
191 55 C3DStockSubassemblies
Error 31 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
197 66 C3DStockSubassemblies
Error 32 Type 'DBTransactionManager' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
204 19 C3DStockSubassemblies
Error 33 Type 'ParamAlignmentCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
206 33 C3DStockSubassemblies
Error 34 Type 'ParamProfileCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
209 31 C3DStockSubassemblies
Error 35 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
213 28 C3DStockSubassemblies
Error 36 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
216 30 C3DStockSubassemblies
Error 37 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
219 30 C3DStockSubassemblies
Error 38 Type 'Alignment' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
421 34 C3DStockSubassemblies
Error 39 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
422 36 C3DStockSubassemblies
Error 40 Type 'PointInMem' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
423 28 C3DStockSubassemblies
Error 41 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
426 67 C3DStockSubassemblies
Error 42 Name 'CorridorMode' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
432 34 C3DStockSubassemblies
Error 43 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
437 123 C3DStockSubassemblies
Error 44 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
439 123 C3DStockSubassemblies
Error 45 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
441 123 C3DStockSubassemblies
Error 46 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
443 123 C3DStockSubassemblies
Error 47 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
448 123 C3DStockSubassemblies
Error 48 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
450 123 C3DStockSubassemblies
Error 49 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
452 123 C3DStockSubassemblies
Error 50 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
454 123 C3DStockSubassemblies
Error 51 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
460 32 C3DStockSubassemblies
Error 52 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
479 62 C3DStockSubassemblies
Error 53 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
484 60 C3DStockSubassemblies
Error 54 Type 'Profile' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
507 30 C3DStockSubassemblies
Error 55 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
508 32 C3DStockSubassemblies
Error 56 Type 'Alignment' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
516 41 C3DStockSubassemblies
Error 57 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
522 59 C3DStockSubassemblies
Error 58 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
523 76 C3DStockSubassemblies
Error 59 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
533 60 C3DStockSubassemblies
Error 60 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
541 50 C3DStockSubassemblies
Error 61 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
546 50 C3DStockSubassemblies
Error 62 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
551 50 C3DStockSubassemblies
Error 63 Type 'PointCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
581 31 C3DStockSubassemblies
Error 64 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
604 24 C3DStockSubassemblies
Error 65 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
614 24 C3DStockSubassemblies
Error 66 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
623 24 C3DStockSubassemblies
Error 67 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
632 24 C3DStockSubassemblies
Error 68 Type 'LinkCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
644 31 C3DStockSubassemblies
Error 69 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
647 35 C3DStockSubassemblies
Error 70 Type 'Link' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
648 30 C3DStockSubassemblies
Error 71 Type 'ShapeCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
693 31 C3DStockSubassemblies
Error 72 Type 'Autodesk.Civil.Corridor.Shape' is not defined. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
696 24 C3DStockSubassemblies
Error 73 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
707 23 C3DStockSubassemblies
Error 74 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
710 55 C3DStockSubassemblies
Error 75 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
713 55 C3DStockSubassemblies
Error 76 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
716 55 C3DStockSubassemblies
Error 77 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
719 55 C3DStockSubassemblies
Error 78 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
722 55 C3DStockSubassemblies
Error 79 Namespace or type specified in the Imports
'Autodesk.Civil.Alignment' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
30 9 C3DStockSubassemblies
Error 80 Namespace or type specified in the Imports 'Autodesk.Civil.Profile'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
31 9 C3DStockSubassemblies
Error 81 Namespace or type specified in the Imports
'Autodesk.Civil.Corridor' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
32 9 C3DStockSubassemblies
Error 82 Namespace or type specified in the Imports 'Autodesk.Civil' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
33 9 C3DStockSubassemblies
Error 83 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
34 9 C3DStockSubassemblies
Error 84 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't contain any
public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
35 9 C3DStockSubassemblies
Error 85 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
76 77 C3DStockSubassemblies
Error 86 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
82 28 C3DStockSubassemblies
Error 87 Type 'ParamLong' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
86 27 C3DStockSubassemblies
Error 88 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
88 61 C3DStockSubassemblies
Error 89 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
91 62 C3DStockSubassemblies
Error 90 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
94 59 C3DStockSubassemblies
Error 91 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
97 60 C3DStockSubassemblies
Error 92 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
100 51 C3DStockSubassemblies
Error 93 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
107 80 C3DStockSubassemblies
Error 94 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
114 30 C3DStockSubassemblies
Error 95 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
117 30 C3DStockSubassemblies
Error 96 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
133 81 C3DStockSubassemblies
Error 97 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
139 30 C3DStockSubassemblies
Error 98 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
143 23 C3DStockSubassemblies
Error 99 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
146 55 C3DStockSubassemblies
Error 100 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
149 55 C3DStockSubassemblies
Error 101 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
155 66 C3DStockSubassemblies
Error 102 Type 'DBTransactionManager' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
157 19 C3DStockSubassemblies
Error 103 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
166 30 C3DStockSubassemblies
Error 104 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
169 30 C3DStockSubassemblies
Error 105 Type 'ParamSurfaceCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
172 31 C3DStockSubassemblies
Error 106 Type 'ParamProfileCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
175 31 C3DStockSubassemblies
Error 107 Maximum number of errors has been exceeded.
Warning 108 The referenced component 'acdbmgd' could not be found.
Warning 109 The referenced component 'acmgd' could not be found.
Warning 110 The referenced component 'AeccCorridorMgd' could not be found.
Warning 111 The referenced component 'AecBaseMgd' could not be found.
Warning 112 The referenced component 'AeccLandMgd' could not be found.

--
==========================================================================
Sandy W
Civil 3D 2008, sp1
Windows XP Pro, sp2
Pentium 4, 3.2 Ghz - 2 Gb RAM
256 MB Radeon X1300
==========================================================================
0 Likes
Message 4 of 4

Anonymous
Not applicable
Sync & Tony,
Amazing!!!.... changing the references corrected everything. I ran a build
with absolutely no warnings or errors. Now I can start customizing some
subassemblies.

Thanks for the quick response
Sandy

--
==========================================================================
Sandy W
Civil 3D 2007, sp3 & Civil 3D 2008, sp1
Windows XP Pro, sp2
Pentium 4, 3.2 Ghz - 2 Gb RAM
256 MB Radeon X1300
==========================================================================

"Tony Tanzillo" wrote in message
news:5726618@discussion.autodesk.com...
Whenever you open a sample project that was created on
another machine (such as the samples you're trying to use),
you might have to remove and re-add references to some
assemblies, since their locations may not be the same as
on the system where the project was last built or created.

In your case, the missing assemblies are all in the
same folder where Civil3D is installed (the folder
where acad.exe is).

So, remove all references to the missing AutoCAD and
Civil3D assemblies (their names appear in the error
messages), and then add them back again.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2008
Supporting AutoCAD 2000 through 2008
http://www.acadxtabs.com

"swatfor" wrote in message
news:5726195@discussion.autodesk.com...
Using Microsoft Visual Basic 2005 Express with the C3DStockSubassemlies
VB.NET Project folder copied from the program files Sample\Civil3DAPI to
MyDocuments\Visual Studio 2005\Projects\ folder:



I opened the .sln file and without changing anything, pressed "Build". I
immediately got 10 warnings and 102 errors: the last error being "Maximum
number of errors has been exceeded." I copied all the errors below.



Of course the build failed. Most of the errors applied specifically to
GenericPavementStructure.vb & OverlayCrownBetweenEdges.vb and appeared to be
of a similar nature. What confuses me is that many of the .vb files have
the exact same code with no errors.



I have made absolutely no changes to the project file or .vb files. How can
I resolve these errors so I can actually customize something and create an
updated .dll file?



Thanks for your help,

Sandy W.





Warning 1 Could not resolve this reference. Could not locate the assembly
"AeccCorridorMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 2 Could not resolve this reference. Could not locate the assembly
"acdbmgd". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 3 Could not resolve this reference. Could not locate the assembly
"AecBaseMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 4 Could not resolve this reference. Could not locate the assembly
"acmgd". Check to make sure the assembly exists on disk. If this reference
is required by your code, you may get compilation errors.
C3DStockSubassemblies
Warning 5 Could not resolve this reference. Could not locate the assembly
"AeccLandMgd". Check to make sure the assembly exists on disk. If this
reference is required by your code, you may get compilation errors.
C3DStockSubassemblies
Error 6 Namespace or type specified in the Imports
'Autodesk.Civil.Alignment' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
29 9 C3DStockSubassemblies
Error 7 Namespace or type specified in the Imports 'Autodesk.Civil.Profile'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
30 9 C3DStockSubassemblies
Error 8 Namespace or type specified in the Imports 'Autodesk.Civil.Corridor'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
31 9 C3DStockSubassemblies
Error 9 Namespace or type specified in the Imports 'Autodesk.Civil' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
32 9 C3DStockSubassemblies
Error 10 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
34 9 C3DStockSubassemblies
Error 11 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't contain any
public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
35 9 C3DStockSubassemblies
Error 12 Warning treated as error : Namespace or type specified in the
Imports 'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
35 9 C3DStockSubassemblies
Error 13 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
104 77 C3DStockSubassemblies
Error 14 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
110 28 C3DStockSubassemblies
Error 15 Type 'ParamLong' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
114 27 C3DStockSubassemblies
Error 16 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
116 50 C3DStockSubassemblies
Error 17 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
119 50 C3DStockSubassemblies
Error 18 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
126 80 C3DStockSubassemblies
Error 19 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
132 30 C3DStockSubassemblies
Error 20 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
135 28 C3DStockSubassemblies
Error 21 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
138 30 C3DStockSubassemblies
Error 22 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
163 81 C3DStockSubassemblies
Error 23 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
169 28 C3DStockSubassemblies
Error 24 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
172 30 C3DStockSubassemblies
Error 25 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
176 23 C3DStockSubassemblies
Error 26 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
179 55 C3DStockSubassemblies
Error 27 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
182 55 C3DStockSubassemblies
Error 28 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
185 55 C3DStockSubassemblies
Error 29 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
188 55 C3DStockSubassemblies
Error 30 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
191 55 C3DStockSubassemblies
Error 31 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
197 66 C3DStockSubassemblies
Error 32 Type 'DBTransactionManager' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
204 19 C3DStockSubassemblies
Error 33 Type 'ParamAlignmentCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
206 33 C3DStockSubassemblies
Error 34 Type 'ParamProfileCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
209 31 C3DStockSubassemblies
Error 35 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
213 28 C3DStockSubassemblies
Error 36 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
216 30 C3DStockSubassemblies
Error 37 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
219 30 C3DStockSubassemblies
Error 38 Type 'Alignment' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
421 34 C3DStockSubassemblies
Error 39 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
422 36 C3DStockSubassemblies
Error 40 Type 'PointInMem' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
423 28 C3DStockSubassemblies
Error 41 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
426 67 C3DStockSubassemblies
Error 42 Name 'CorridorMode' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
432 34 C3DStockSubassemblies
Error 43 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
437 123 C3DStockSubassemblies
Error 44 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
439 123 C3DStockSubassemblies
Error 45 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
441 123 C3DStockSubassemblies
Error 46 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
443 123 C3DStockSubassemblies
Error 47 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
448 123 C3DStockSubassemblies
Error 48 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
450 123 C3DStockSubassemblies
Error 49 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
452 123 C3DStockSubassemblies
Error 50 Name 'SuperElevationCrossSegmentType' is not declared. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
454 123 C3DStockSubassemblies
Error 51 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
460 32 C3DStockSubassemblies
Error 52 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
479 62 C3DStockSubassemblies
Error 53 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
484 60 C3DStockSubassemblies
Error 54 Type 'Profile' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
507 30 C3DStockSubassemblies
Error 55 Type 'ObjectId' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
508 32 C3DStockSubassemblies
Error 56 Type 'Alignment' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
516 41 C3DStockSubassemblies
Error 57 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
522 59 C3DStockSubassemblies
Error 58 'ForRead' is not a member of 'Microsoft.VisualBasic.OpenMode'.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
523 76 C3DStockSubassemblies
Error 59 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
533 60 C3DStockSubassemblies
Error 60 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
541 50 C3DStockSubassemblies
Error 61 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
546 50 C3DStockSubassemblies
Error 62 Name 'CorridorError' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
551 50 C3DStockSubassemblies
Error 63 Type 'PointCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
581 31 C3DStockSubassemblies
Error 64 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
604 24 C3DStockSubassemblies
Error 65 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
614 24 C3DStockSubassemblies
Error 66 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
623 24 C3DStockSubassemblies
Error 67 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
632 24 C3DStockSubassemblies
Error 68 Type 'LinkCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
644 31 C3DStockSubassemblies
Error 69 Type 'Point' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
647 35 C3DStockSubassemblies
Error 70 Type 'Link' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
648 30 C3DStockSubassemblies
Error 71 Type 'ShapeCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
693 31 C3DStockSubassemblies
Error 72 Type 'Autodesk.Civil.Corridor.Shape' is not defined. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
696 24 C3DStockSubassemblies
Error 73 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
707 23 C3DStockSubassemblies
Error 74 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
710 55 C3DStockSubassemblies
Error 75 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
713 55 C3DStockSubassemblies
Error 76 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
716 55 C3DStockSubassemblies
Error 77 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
719 55 C3DStockSubassemblies
Error 78 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\GenericPavementStructure.vb
722 55 C3DStockSubassemblies
Error 79 Namespace or type specified in the Imports
'Autodesk.Civil.Alignment' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
30 9 C3DStockSubassemblies
Error 80 Namespace or type specified in the Imports 'Autodesk.Civil.Profile'
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases. C:\Documents
and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
31 9 C3DStockSubassemblies
Error 81 Namespace or type specified in the Imports
'Autodesk.Civil.Corridor' doesn't contain any public member or cannot be
found. Make sure the namespace or the type is defined and contains at least
one public member. Make sure the imported element name doesn't use any
aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
32 9 C3DStockSubassemblies
Error 82 Namespace or type specified in the Imports 'Autodesk.Civil' doesn't
contain any public member or cannot be found. Make sure the namespace or the
type is defined and contains at least one public member. Make sure the
imported element name doesn't use any aliases. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
33 9 C3DStockSubassemblies
Error 83 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and contains
at least one public member. Make sure the imported element name doesn't use
any aliases. C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
34 9 C3DStockSubassemblies
Error 84 Namespace or type specified in the Imports
'Autodesk.AutoCAD.DatabaseServices.TransactionManager' doesn't contain any
public member or cannot be found. Make sure the namespace or the type is
defined and contains at least one public member. Make sure the imported
element name doesn't use any aliases. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
35 9 C3DStockSubassemblies
Error 85 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
76 77 C3DStockSubassemblies
Error 86 Type 'ParamLongCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
82 28 C3DStockSubassemblies
Error 87 Type 'ParamLong' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
86 27 C3DStockSubassemblies
Error 88 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
88 61 C3DStockSubassemblies
Error 89 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
91 62 C3DStockSubassemblies
Error 90 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
94 59 C3DStockSubassemblies
Error 91 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
97 60 C3DStockSubassemblies
Error 92 Name 'ParamLogicalNameType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
100 51 C3DStockSubassemblies
Error 93 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
107 80 C3DStockSubassemblies
Error 94 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
114 30 C3DStockSubassemblies
Error 95 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
117 30 C3DStockSubassemblies
Error 96 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
133 81 C3DStockSubassemblies
Error 97 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
139 30 C3DStockSubassemblies
Error 98 Type 'Param' is not defined. C:\Documents and Settings\SandyW\My
Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
143 23 C3DStockSubassemblies
Error 99 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
146 55 C3DStockSubassemblies
Error 100 Name 'ParamAccessType' is not declared. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
149 55 C3DStockSubassemblies
Error 101 Type 'Autodesk.Civil.Corridor.CorridorState' is not defined.
C:\Documents and Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
155 66 C3DStockSubassemblies
Error 102 Type 'DBTransactionManager' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
157 19 C3DStockSubassemblies
Error 103 Type 'ParamStringCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
166 30 C3DStockSubassemblies
Error 104 Type 'ParamDoubleCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
169 30 C3DStockSubassemblies
Error 105 Type 'ParamSurfaceCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
172 31 C3DStockSubassemblies
Error 106 Type 'ParamProfileCollection' is not defined. C:\Documents and
Settings\SandyW\My Documents\Visual Studio
2005\Projects\C3DStockSubAssemblies\Subassemblies\OverlayCrownBetweenEdges.vb
175 31 C3DStockSubassemblies
Error 107 Maximum number of errors has been exceeded.
Warning 108 The referenced component 'acdbmgd' could not be found.
Warning 109 The referenced component 'acmgd' could not be found.
Warning 110 The referenced component 'AeccCorridorMgd' could not be found.
Warning 111 The referenced component 'AecBaseMgd' could not be found.
Warning 112 The referenced component 'AeccLandMgd' could not be found.

--
==========================================================================
Sandy W
Civil 3D 2008, sp1
Windows XP Pro, sp2
Pentium 4, 3.2 Ghz - 2 Gb RAM
256 MB Radeon X1300
==========================================================================
0 Likes