Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / June 2007

Tip: Looking for answers? Try searching our database.

Need help with understanding error message

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
news.microsoft.com - 24 Jun 2007 00:27 GMT
I am using a library class that creates an entry in the Windows Task
Scheduler.  After saving the task, I am getting the following error message
when I close the task,

An unhandled exception of type 'System.NotSupportedException' occurred in
mscorlib.dll
Additional information: The given path's format is not supported.

I have checked my file paths and they are correct and I even have double
back slashes between directory parts.

Can anyone give me a suggestion as to what to look for in my code.

Thanks
Bill
Mr. Arnold - 24 Jun 2007 01:22 GMT
>I am using a library class that creates an entry in the Windows Task
>Scheduler.  After saving the task, I am getting the following error message
[quoted text clipped - 8 lines]
>
> Can anyone give me a suggestion as to what to look for in my code.

http://www.google.com/search?hl=en&q=%27System.NotSupportedException%27+&btnG=Go
ogle+Search

news.microsoft.com - 24 Jun 2007 01:45 GMT
I already checked those out first.  They still did not help me out

>>I am using a library class that creates an entry in the Windows Task
>>Scheduler.  After saving the task, I am getting the following error
[quoted text clipped - 10 lines]
>
> http://www.google.com/search?hl=en&q=%27System.NotSupportedException%27+&btnG=Go
ogle+Search
Mr. Arnold - 24 Jun 2007 05:02 GMT
>I already checked those out first.  They still did not help me out

> An unhandled exception of type 'System.NotSupportedException' occurred in
> mscorlib.dll
> Additional information: The given path's format is not supported.

I think the message is trying to tell that a method is mscrolib.dll  that
you're trying to call form your code is not supported. It may have been
supported when you were developing the code.  but it's not supported when
you deployed the program using that dll wherever that dll is located.

Maybe, you need to map a drive letter with the path location.
Chris Dunaway - 25 Jun 2007 15:50 GMT
On Jun 23, 6:27 pm, "news.microsoft.com" <billgo...@charter.net>
wrote:
> I am using a library class that creates an entry in the Windows Task
> Scheduler.  After saving the task, I am getting the following error message
[quoted text clipped - 11 lines]
> Thanks
> Bill

One thing that occurs to me is that perhaps you are using a UNC path
and that is not supported?  Or perhaps you are using a mapped drive
letter for a network path and that is not supported?

Can you provide some more information about what the scheduled task
does or an example of the path you are using?

Chris

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.