Ok, I know this is a really basic question, but I have been 2 day looking for it and can't find it.
I want to use the umbraco api in a .net user control. When importing the api (eg. Imports umbraco.library) it shows
Warning: Namespace or type specified in the Imports 'umbraco.library' 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.....
Imports umbraco.xxxx
Hi,
Ok, I know this is a really basic question, but I have been 2 day looking for it and can't find it.
I want to use the umbraco api in a .net user control. When importing the api (eg. Imports umbraco.library) it shows
So, from where (how) I fix that?
Thanks.
Javier
Have you got a reference to umbraco.dll in your .NET project?
Hi Salce, that was exactly my question. Thanks!!!
For the record.
In Visual Studio, with the project created, go to menu project, add reference, browse, and select the file umbraco.dll (C:\inetpub\wwwroot\bin)
is working on a reply...