Hi, On Wed, Aug 22, 2012 at 6:38 PM, tharpa <[email protected]> wrote:
> I am wondering if Mono can be used in the following way. > > I actually use VS. We're updating a program from 1.1 to 4.0. > XslTransform > has been deprecated in favor of XslCompiledTransform. I am having troubles > getting XslCompiledTransform to work for us exactly like XSLTransform. I > have wondered if there is any way I can substitute Mono's version of > XslCompiledTransform in my VS VB.Net project, so that if I have problems I > can step through the Mono version of the source code. I have tried opening > the solution in MonoDevelop but MonoDevelop does not support VB.Net 4.0. > You can do the reverse: create a new C# project and add the sources for XslCompiledTransform there, and then use that class instead of the system one. Then you can debug using Visual Studio. Rolf > > Thanks. > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/XslCompiledTransform-tp4656351.html > Sent from the Mono - VB mailing list archive at Nabble.com. > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb >
_______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
