Trouble Porting to VB
Trouble Porting to VB
InoScotty
Posts: 2Questions: 1Answers: 0
We recently purchased a license to Editor because it seems like a really great tool. We downloaded the example project and have been attempting to port it to work with our VB backend. However, we are having a hard time getting to play nicely. Has anyone been able to do that and get it to work with VB?
We have some fairly large datasets so we really need the server side implementation to work out.
This discussion has been closed.
Answers
I haven't worked with VB.NET myself I'm afraid so there isn't much help I can provide in that regard. However the
DataTables.dll
is CLR so it should be perfectly usable in VB as well as C# - including its support for server-side processing.I've just build the DataTables.dll reference documentation with support for VB output (it is generated by SandCastle) which might be useful. I'll send you the link by PM in a moment.
Regards,
Allan
Thank you! We will give it a gander and see if we can get this working.