Hello,
I've been working on learning how WebAPI works based off of the Angular example. I was trying to create a hello world test and I've run into the error "Message":"Unable to locate a controller for http://hhcms.dnndev.me/DesktopModules/ACT/API/claimmaster/test. Searched in namespaces: DotNetNuclear.Modules.ACT.Services.Controllers" ACT(angular connection test) being my module. I have both mine and the example module on my site and the Angular.Module works but mine doesn't. I've almost mirrored it only removing code I didn't think I needed. Here's my structure:
app.js:
I've done a lot of research on this but nothing that seemed to fit. I've checked that my dll's are in the bin folder. What I can't figure out is how one module works and another doesn't on the same site...
ClientCentricServices.cs:
ClaimmasterController.cs:
Thanks.