Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB.NET 1.0 > Pro VB.NET 2002/2003
|
Pro VB.NET 2002/2003 For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 22nd, 2004, 10:01 AM
Registered User
 
Join Date: Oct 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default XslTransform/Could not find file error

When I try to recreate an Xslt Transform I get the error
System.IO.FileNotFoundException but the file it is looking for is in the correct path location.

I am using
Imports System
Imports System.IO
Imports System.Xml

......

Dim myXslTransform As Xml.Xsl.XslTransform = New Xml.Xsl.XslTransform()
Dim myResolver As XmlUrlResolver = New XmlUrlResolver()

....

myXslTransform.Transform(xmlDocToGet, htmlFile)
System.Diagnostics.Process.Start(htmlFile)








Similar Threads
Thread Thread Starter Forum Replies Last Post
find number of lines in .txt file dgr7 Beginning VB 6 8 July 16th, 2014 05:11 AM
Crystal10 error: system cannot find file specified jnks2005 ASP.NET 1.0 and 1.1 Professional 10 March 9th, 2007 05:36 PM
System cannot find file specified - Response.Redir cathiec BOOK: ASP.NET Website Programming Problem-Design-Solution 2 January 26th, 2006 05:18 AM
Find file with _ in it dunnie Pro VB 6 1 April 23rd, 2004 05:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.