Is it possible to design a custom User Control using C# in VSTA for InfoPath without
registering it with the COM interop? It's not a control that I'm going
to use on any other form, but I have a very specific functionality in
mind. I'm still writing the user control to conform to all the security
standards etc.
The problem with doing the COM interop registration step during
compile time is that it requires writing to the registry, which I do not
have permission to do.
I just want to be able to design and code the functionality of a User Control for reuse and easy data management within my form.