Re: Windows.Forms equired for printing?
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 11/29/04
- Next message: Joseph: "Setting timeout for basic authentication"
- Previous message: Jet Leung: "How to get the rows count from datagrid???"
- In reply to: Phill: "Windows.Forms equired for printing?"
- Next in thread: Phill: "Re: Windows.Forms equired for printing?"
- Reply: Phill: "Re: Windows.Forms equired for printing?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 10:11:07 -0500
Phill,
That's just the way that they distributed the classes, I would suppose.
The assembly has little to do with the namespace of a type. While it would
be nice that an assembly have some correlation between the namespace of the
types it contains, and the name, there is no set requirement for this.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"Phill" <wackyphill@yahoo.com> wrote in message
news:ac94631d.0411290649.37cb9147@posting.google.com...
> It seems a reference to System.Windows.Forms is required for printing
> to work. I tried printing in a console app w/o a rference to it and
> got garbage. Added the reference and it works now.
>
> Wierd, anyone seen this happen? Know why?
- Next message: Joseph: "Setting timeout for basic authentication"
- Previous message: Jet Leung: "How to get the rows count from datagrid???"
- In reply to: Phill: "Windows.Forms equired for printing?"
- Next in thread: Phill: "Re: Windows.Forms equired for printing?"
- Reply: Phill: "Re: Windows.Forms equired for printing?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|