473,406 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Need help with understanding error message

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

Jun 23 '07 #1
4 4487

"news.microsoft.com" <bi*******@charter.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>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.

http://www.google.com/search?hl=en&q...=Google+Search

Jun 24 '07 #2
I already checked those out first. They still did not help me out

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:eR**************@TK2MSFTNGP04.phx.gbl...
>
"news.microsoft.com" <bi*******@charter.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>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.


http://www.google.com/search?hl=en&q...=Google+Search

Jun 24 '07 #3

"news.microsoft.com" <bi*******@charter.netwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>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.

Jun 24 '07 #4
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
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
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

Jun 25 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: lawrence | last post by:
I've been bad about documentation so far but I'm going to try to be better. I've mostly worked alone so I'm the only one, so far, who's suffered from my bad habits. But I'd like other programmers...
2
by: Bogdan Zamfir | last post by:
Hi, I have a problem with err.raise I write a class module, and I want to use this mechanism to indicate errors when user set wrong values to properties But it seems the error is never raised...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
7
by: Leon Shaw | last post by:
Someone please help me understand the following error message: Server Error in '/solo' Application. ---------------------------------------------------------------------------- ---- ...
2
by: Polyhedron_12 | last post by:
I am having problems calling functions in general in VB. I keep getting alot of errors. Can anybody help me out with this? I put the error message on the same line that it says it is at. I believe...
20
by: Jason Dravet | last post by:
Some time ago I wrote an application that controls the projectors in our classrooms(turn on, turn off, and volume control). This application is written in VB.net 2003. It was working perfectly...
4
by: Paul Rogers | last post by:
I have an existing .NET ( 1.1) application, and I ran Microsoft's FxCop on it, and it screamed at me about directly using textbox.text values instead of session values. So, I tried to re-write...
3
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here...
1
by: Charlie Brookhart | last post by:
I am not understanding what the following error message is saying: An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll Additional information:...
11
by: GHUM | last post by:
Hello, I created some rather complex Intranet Application, using lots of JavaScript, DOM-Maninpulation and XMLHTTPRequest communication. I developed on FireFox, with the excellent firebug ......
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.