On some client's computer the XmlDocument.Save() fails with some weird
internal error such as:

==============
Exception : System.IO.IOException
Message : Unknown error "-1".
Source : mscorlib
Help :
Stack :
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share)
at System.Xml.XmlDocument.Save(String filename)
===============

I have reported such a problem to microsoft and they just told me they need
more information such as a mini dump.
how do I do one?

Re: How to get a mini dump? by Alvin

Alvin
Wed May 02 20:31:06 CDT 2007

http://blogs.msdn.com/greggm/archive/2004/08/14/214725.aspx

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley


"Lloyd Dupont" <net.galador@ld> wrote in message
news:eToM9IRjHHA.4768@TK2MSFTNGP05.phx.gbl...
> On some client's computer the XmlDocument.Save() fails with some weird
> internal error such as:
>
> ==============
> Exception : System.IO.IOException
> Message : Unknown error "-1".
> Source : mscorlib
> Help :
> Stack :
> at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
> at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
> access, Int32 rights, Boolean useRights, FileShare share, Int32
> bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String
> msgPath, Boolean bFromProxy)
>
> at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
> access, FileShare share)
> at System.Xml.XmlDocument.Save(String filename)
> ===============
>
> I have reported such a problem to microsoft and they just told me they
> need more information such as a mini dump.
> how do I do one?



Re: How to get a mini dump? by Lloyd

Lloyd
Wed May 02 22:10:51 CDT 2007

cool, thanks!

--
Regards,
Lloyd Dupont
NovaMind Software
Mind Mapping at its best
www.nova-mind.com
"Alvin Bruney [MVP]" <some guy without an email address> wrote in message
news:Okdl9KSjHHA.4772@TK2MSFTNGP05.phx.gbl...
> http://blogs.msdn.com/greggm/archive/2004/08/14/214725.aspx
>
> --
> Regards,
> Alvin Bruney
> ------------------------------------------------------
> Shameless author plug
> Excel Services for .NET is coming...
> OWC Black book on Amazon and
> www.lulu.com/owc
> Professional VSTO 2005 - Wrox/Wiley
>
>
> "Lloyd Dupont" <net.galador@ld> wrote in message
> news:eToM9IRjHHA.4768@TK2MSFTNGP05.phx.gbl...
>> On some client's computer the XmlDocument.Save() fails with some weird
>> internal error such as:
>>
>> ==============
>> Exception : System.IO.IOException
>> Message : Unknown error "-1".
>> Source : mscorlib
>> Help :
>> Stack :
>> at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
>> at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
>> access, Int32 rights, Boolean useRights, FileShare share, Int32
>> bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String
>> msgPath, Boolean bFromProxy)
>>
>> at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
>> access, FileShare share)
>> at System.Xml.XmlDocument.Save(String filename)
>> ===============
>>
>> I have reported such a problem to microsoft and they just told me they
>> need more information such as a mini dump.
>> how do I do one?
>
>