Click here to Skip to main content
15,914,767 members
Home / Discussions / C#
   

C#

 
AnswerRe: Webbrowser and print ? Pin
Richard MacCutchan17-Sep-09 5:39
mveRichard MacCutchan17-Sep-09 5:39 
GeneralRe: Webbrowser and print ? Pin
carlecomm22-Sep-09 0:56
carlecomm22-Sep-09 0:56 
Questionusing google api how can i find that a website is using adsense Pin
Anil Veeraghattapu 416-Sep-09 19:04
Anil Veeraghattapu 416-Sep-09 19:04 
AnswerRe: using google api how can i find that a website is using adsense Pin
Christian Graus16-Sep-09 19:05
protectorChristian Graus16-Sep-09 19:05 
GeneralRe: using google api how can i find that a website is using adsense Pin
Calla16-Sep-09 20:08
Calla16-Sep-09 20:08 
GeneralRe: using google api how can i find that a website is using adsense Pin
benjymous16-Sep-09 23:31
benjymous16-Sep-09 23:31 
AnswerRe: using google api how can i find that a website is using adsense Pin
benjymous16-Sep-09 23:30
benjymous16-Sep-09 23:30 
Questionhow to send xml document Pin
aamirzada16-Sep-09 18:26
aamirzada16-Sep-09 18:26 
AnswerRe: how to send xml document Pin
Christian Graus16-Sep-09 18:27
protectorChristian Graus16-Sep-09 18:27 
AnswerRe: how to send xml document Pin
N a v a n e e t h16-Sep-09 18:31
N a v a n e e t h16-Sep-09 18:31 
QuestionTeam Foundation Server Pin
devvvy16-Sep-09 17:24
devvvy16-Sep-09 17:24 
AnswerRe: Team Foundation Server Pin
N a v a n e e t h16-Sep-09 18:27
N a v a n e e t h16-Sep-09 18:27 
AnswerRe: Team Foundation Server Pin
egenis16-Sep-09 18:28
egenis16-Sep-09 18:28 
QuestionHow to add table's content from one to another table Pin
dwark10616-Sep-09 16:21
dwark10616-Sep-09 16:21 
AnswerRe: How to add table's content from one to another table Pin
Christian Graus16-Sep-09 17:27
protectorChristian Graus16-Sep-09 17:27 
GeneralRe: How to add table's content from one to another table Pin
dwark10616-Sep-09 18:09
dwark10616-Sep-09 18:09 
GeneralRe: How to add table's content from one to another table Pin
dwark10616-Sep-09 18:24
dwark10616-Sep-09 18:24 
GeneralRe: How to add table's content from one to another table Pin
N a v a n e e t h16-Sep-09 18:41
N a v a n e e t h16-Sep-09 18:41 
QuestionSystem.Drawing.Printing Issue Pin
Jason McBurney16-Sep-09 11:58
Jason McBurney16-Sep-09 11:58 
When I Print from my computer life is good. when I print from the SQA computer life - not so good.
My box Windows XP sp 2
SQA Windows 2003 SE SP 2

Using the local system account results in the following error:

[2009/08/31 17:19:49.392] System.ComponentModel.Win32Exception Access is denied
 File Name :  Method : StandardPrintController.OnStartPrint Line Number : 0
 File Name :  Method : PrintControllerWithStatusDialog.OnStartPrint Line Number : 0
 File Name :  Method : PrintController.Print Line Number : 0
 File Name :  Method : PrintDocument.Print Line Number : 0
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\PrinterStrategy\LocalPrinter.cs Method : LocalPrinter.OutputContext Line Number : 71
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\Configuration\PrinterElement.cs Method : PrinterElement.printHelper Line Number : 94
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\Configuration\PrinterElement.cs Method : PrinterElement.Print Line Number : 44
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\PrintManager.cs Method : PrintManager.ProcessPrintRequest Line Number : 160


If I enter a specific user account, and validate Both RPC services are running, the error changes to:
[2009/09/03 10:10:06.595] System.ComponentModel.Win32Exception The RPC server is unavailable
 File Name :  Method : StandardPrintController.OnStartPrint Line Number : 0
 File Name :  Method : PrintControllerWithStatusDialog.OnStartPrint Line Number : 0
 File Name :  Method : PrintController.Print Line Number : 0
 File Name :  Method : PrintDocument.Print Line Number : 0
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\PrinterStrategy\LocalPrinter.cs Method : LocalPrinter.OutputContext Line Number : 71
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\Configuration\PrinterElement.cs Method : PrinterElement.printHelper Line Number : 94
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\Configuration\PrinterElement.cs Method : PrinterElement.Print Line Number : 44
 File Name : c:\CATOS6.7.1\CATOS6\CATOS.NET\PServer\Core\PrintManager.cs Method : PrintManager.ProcessPrintRequest Line Number : 160


I am out of ideas, Any thoughts are welcome

The Framework code, StandardPrintController, causing me grief:
public virtual void OnStartPrint(PrintDocument document, PrintEventArgs e)
{
    IntSecurity.AllPrintingAndUnmanagedCode.Assert();
    this.modeHandle = document.PrinterSettings.GetHdevmode(document.DefaultPageSettings);
}


You can only be young once. But you can always be immature.
- Dave Barry

QuestionEntity-collection Pin
Oceanic67916-Sep-09 10:43
Oceanic67916-Sep-09 10:43 
AnswerRe: Entity-collection Pin
Not Active16-Sep-09 11:36
mentorNot Active16-Sep-09 11:36 
GeneralRe: Entity-collection Pin
Oceanic67917-Sep-09 3:08
Oceanic67917-Sep-09 3:08 
GeneralRe: Entity-collection Pin
Not Active17-Sep-09 4:07
mentorNot Active17-Sep-09 4:07 
GeneralRe: Entity-collection Pin
Oceanic67917-Sep-09 4:19
Oceanic67917-Sep-09 4:19 
AnswerRe: Entity-collection Pin
Christian Graus16-Sep-09 11:38
protectorChristian Graus16-Sep-09 11:38 

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.