Hello,
I get the error above when I try to Start my plug in. The strange thing is to me is that I cannot find where the problem is...
I start the server, attach to w3p.exe, I put a breakpoint into Execute, but it never gets hit. Also configured VS Exceptions that is should break upon any CLR exceptions and nothing happens.
Any ideas would be appreciated!
Cheers,
Miklos
Alright, it's solved now. But as an FYI:
EPiServer did not find my type because its namespace has changed. So in dbo.tblPlugIn I just fixed the namespace. I am sure there's a better way to do this, but at least it's working now.