D
Doug Stiers
I have this vb.net (framework 1.1) code:
Dim x As Xml.Xsl.XslTransform = New Xml.Xsl.XslTransform
Dim xr As XmlResolver
MessageBox.Show("before load")
x.Load(<xsl file name>) -- THIS IS WHERE IT ERRORS --
MessageBox.Show("after load")
'do the transform
x.Transform(gsXpensePath, < XML file_name>, xr)
And I'm getting an "invalied site" error. Any idea why? When I run this from
the development box it works fine, but from the machine that it is supposed
to run on I get the error. It used to work fine but all of a sudden it
starts bombing this morning.
Any help is appreciated.
Doug
Dim x As Xml.Xsl.XslTransform = New Xml.Xsl.XslTransform
Dim xr As XmlResolver
MessageBox.Show("before load")
x.Load(<xsl file name>) -- THIS IS WHERE IT ERRORS --
MessageBox.Show("after load")
'do the transform
x.Transform(gsXpensePath, < XML file_name>, xr)
And I'm getting an "invalied site" error. Any idea why? When I run this from
the development box it works fine, but from the machine that it is supposed
to run on I get the error. It used to work fine but all of a sudden it
starts bombing this morning.
Any help is appreciated.
Doug