Closed jncraig closed 2 years ago
I honestly haven't touched iPortable in a number of years, so not 100% sure
I think that this is a classic ID10T problem. Cheers!
Most likely ;)
Which template did you use? I'll try it out
No, it's not a problem.
I got v10.? from the DNN store.
I think that the problem is that this version doesnt seem to create the "Items" list so the class and the controller don't exist with those names. That easy enough for me to fix.
But there's DAL/DAL2/SPA/MVC/C#/VB.net, was hoping to try to recreate your experience
I'll give it another shot, and hopefully I'll be careful this time!
I went back and did things carefully.
I think that the only problem was using IPortable in the module's name. That confused things because IPortable was used in the namespace, and the compiler didn't like it.
I think ...
Aside from changing the module name, everything was successful.
I created a new module called iPortableTest. Then I started uncommenting the iPortable pieces in FeatureController.
I'm getting errors like this on line 55:
List coliPortableTests = GetiPortableTests(ModuleID);
iPortableTestInfo and GetiPortableTests are both undefined.
Is the a bug or something that I did?