I am trying to follow a tutorial that was written using the command line compiler. I have Visual Studio.
The tutorial makes two files - the first is a dll.
The second uses the dll - and Imports the namespace created in the dll.
Trouble is, when I try to do it I just get errors...
Namespace or type 'Greeting' for the Imports 'Greeting' cannot be found.
I have tried to add it by doing Project->Properties->Imports and also by adding a reference path to the folder where the original file was created. But no luck
Anyone know what I have to do?
The tutorial makes two files - the first is a dll.
The second uses the dll - and Imports the namespace created in the dll.
Trouble is, when I try to do it I just get errors...
Namespace or type 'Greeting' for the Imports 'Greeting' cannot be found.
I have tried to add it by doing Project->Properties->Imports and also by adding a reference path to the folder where the original file was created. But no luck
Anyone know what I have to do?