I am loading a project from one pc and trying to run it on another. the original pc is my work pc at the office and the second is the pc that i use at home to work from home. I have tried installing vb 4 times what seems to be the issue. it seems to be some sort of licencing issue
Line 1279: Cannot load control Button_Close; license not found.
---------------------------------------------
Begin VB.Label Label2
Caption = "Label2"
Height = 252
Index = 0
Left = 600
TabIndex = 38
Top = 480
Visible = 0 'False
Width = 2052
End
End
Begin Threed.SSCommand Button_Close '<--- line 1279
Height = 735
Left = 9240
TabIndex = 37
Top = 120
Width = 855
_Version = 65536
_ExtentX = 1508
_ExtentY = 1296
_StockProps = 78
Caption = "&CLOSE"
BevelWidth = 1
RoundedCorners = 0 'False
End
Line 1279: Cannot load control Button_Close; license not found.
---------------------------------------------
Begin VB.Label Label2
Caption = "Label2"
Height = 252
Index = 0
Left = 600
TabIndex = 38
Top = 480
Visible = 0 'False
Width = 2052
End
End
Begin Threed.SSCommand Button_Close '<--- line 1279
Height = 735
Left = 9240
TabIndex = 37
Top = 120
Width = 855
_Version = 65536
_ExtentX = 1508
_ExtentY = 1296
_StockProps = 78
Caption = "&CLOSE"
BevelWidth = 1
RoundedCorners = 0 'False
End