This is a bit wierd - but in a new install of umbraco, the .NET user control I added to the Usercontrol folder is not showing up in the macro dropdown.... I get this error when I typed in the name of the control:
User control doesn't exist
Please verify that you've copied the file to: C:\inetpub\wwwroot\vhosts\mywebsite\ProductsMenu.ascx
It seems to be looking for the control in a different place! any ideas?
.Net User controls not in dropdown
This is a bit wierd - but in a new install of umbraco, the .NET user control I added to the Usercontrol folder is not showing up in the macro dropdown.... I get this error when I typed in the name of the control:
User control doesn't exist
Please verify that you've copied the file to:
C:\inetpub\wwwroot\vhosts\mywebsite\ProductsMenu.ascx
It seems to be looking for the control in a different place! any ideas?
Did you write the full path to your control? f.ex. /usercontrols/ProductsMenu.ascx
I get
User control doesn't exist
Please verify that you've copied the file to:
C:\inetpub\wwwroot\vhosts\mywebsite\usercontrols\ProductsMenu.ascx
or
User control doesn't exist
Please verify that you've copied the file to:
C:\inetpub\wwwroot\vhosts\mywebsite\umbraco\usercontrols\ProductsMenu.ascx
Is there a config setting or database setting which sets where the usercontrols are?
Could it be some sort of permissions issue?
Do you have any other .ascx macros running, or is it the same for all the .ascx files?
is working on a reply...