Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Mycroft Holmes30-Sep-09 23:28
professionalMycroft Holmes30-Sep-09 23:28 
AnswerRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Luc Pattyn30-Sep-09 23:58
sitebuilderLuc Pattyn30-Sep-09 23:58 
GeneralRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Paramhans Dubey1-Oct-09 0:23
professionalParamhans Dubey1-Oct-09 0:23 
GeneralRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Paramhans Dubey1-Oct-09 0:24
professionalParamhans Dubey1-Oct-09 0:24 
GeneralRe: How to wait for a window to appear before sending keystrok using sendkeys? Pin
Luc Pattyn1-Oct-09 0:48
sitebuilderLuc Pattyn1-Oct-09 0:48 
QuestionIssues with XML Deserializing of List Pin
User 1278230-Sep-09 19:44
User 1278230-Sep-09 19:44 
AnswerRe: Issues with XML Deserializing of List Pin
SeMartens30-Sep-09 22:14
SeMartens30-Sep-09 22:14 
GeneralRe: Issues with XML Deserializing of List Pin
User 127821-Oct-09 6:01
User 127821-Oct-09 6:01 
Hi,

Thank you for the suggestions!

When I removed the namespace from the serialization the resulting ArrayOfInputFile looks like:

<ArrayOfInputFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">


On Deserialization, another InvalidOperationException: {"There is an error in XML document (2, 2)."} (2,2 cooresponds to the A in ArrayOfInputFile): {"<ArrayOfInputFile xmlns=''> was not expected."}

Providing a namespace, the XML becomes:

<ArrayOfInputFile xmlns:asdf="http://www.helloworld.com/">


With identical exceptions and error messages.

Any other information I can provide?

Thanks,
Aaron

modified 12-Jul-20 21:01pm.

GeneralRe: Issues with XML Deserializing of List Pin
SeMartens1-Oct-09 21:29
SeMartens1-Oct-09 21:29 
GeneralRe: Issues with XML Deserializing of List Pin
User 127822-Oct-09 10:01
User 127822-Oct-09 10:01 
GeneralRe: Issues with XML Deserializing of List Pin
User 127822-Oct-09 10:54
User 127822-Oct-09 10:54 
QuestionHow to create a powerpoint chart using C# code? Pin
Ahsan Nabi Khan30-Sep-09 19:36
Ahsan Nabi Khan30-Sep-09 19:36 
QuestionIT Help desk Pin
mirianakoi30-Sep-09 17:33
mirianakoi30-Sep-09 17:33 
AnswerRe: IT Help desk Pin
Christian Graus30-Sep-09 17:36
protectorChristian Graus30-Sep-09 17:36 
GeneralRe: IT Help desk Pin
mirianakoi6-Oct-09 17:01
mirianakoi6-Oct-09 17:01 
GeneralRe: IT Help desk Pin
Shamaniac27-Jun-11 19:19
Shamaniac27-Jun-11 19:19 
AnswerRe: IT Help desk Pin
AndieDu30-Sep-09 17:42
AndieDu30-Sep-09 17:42 
GeneralRe: IT Help desk Pin
mirianakoi6-Oct-09 17:03
mirianakoi6-Oct-09 17:03 
AnswerRe: IT Help desk Pin
Blikkies30-Sep-09 19:52
professionalBlikkies30-Sep-09 19:52 
GeneralRe: IT Help desk Pin
Mycroft Holmes30-Sep-09 23:01
professionalMycroft Holmes30-Sep-09 23:01 
GeneralRe: IT Help desk Pin
Blikkies1-Oct-09 4:06
professionalBlikkies1-Oct-09 4:06 
GeneralRe: IT Help desk Pin
Mycroft Holmes1-Oct-09 12:25
professionalMycroft Holmes1-Oct-09 12:25 
GeneralRe: IT Help desk Pin
mirianakoi6-Oct-09 17:05
mirianakoi6-Oct-09 17:05 
QuestionProject_1.exe.config and Project_2.dll.config Pin
AndieDu30-Sep-09 16:44
AndieDu30-Sep-09 16:44 
AnswerRe: Project_1.exe.config and Project_2.dll.config Pin
Calla30-Sep-09 21:01
Calla30-Sep-09 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.