Click here to Skip to main content
15,898,718 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Entity-collection Pin
Oceanic67917-Sep-09 3:17
Oceanic67917-Sep-09 3:17 
AnswerRe: Entity-collection Pin
Oceanic67917-Sep-09 4:25
Oceanic67917-Sep-09 4:25 
QuestionExample of Disconneted using data Adapter and Stored Procedure Pin
amaankhan16-Sep-09 7:55
amaankhan16-Sep-09 7:55 
AnswerRe: Example of Disconneted using data Adapter and Stored Procedure Pin
Not Active16-Sep-09 8:03
mentorNot Active16-Sep-09 8:03 
AnswerRe: Example of Disconneted using data Adapter and Stored Procedure Pin
Manas Bhardwaj16-Sep-09 8:42
professionalManas Bhardwaj16-Sep-09 8:42 
AnswerRe: Example of Disconneted using data Adapter and Stored Procedure Pin
EliottA16-Sep-09 9:27
EliottA16-Sep-09 9:27 
JokeRe: Example of Disconneted using data Adapter and Stored Procedure Pin
Manas Bhardwaj16-Sep-09 10:20
professionalManas Bhardwaj16-Sep-09 10:20 
AnswerRe: Example of Disconneted using data Adapter and Stored Procedure Pin
foxjazzdude16-Sep-09 9:57
foxjazzdude16-Sep-09 9:57 
QuestionI am working on software in that i need to print certain things....... which is the easy way........ kindly help Pin
amaankhan16-Sep-09 7:49
amaankhan16-Sep-09 7:49 
AnswerRe: I am working on software in that i need to print certain things....... which is the easy way........ kindly help Pin
Not Active16-Sep-09 8:03
mentorNot Active16-Sep-09 8:03 
GeneralRe: I am working on software in that i need to print certain things....... which is the easy way........ kindly help Pin
amaankhan16-Sep-09 8:19
amaankhan16-Sep-09 8:19 

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.