Click here to Skip to main content
15,908,437 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionpropertygrid custom properties question Pin
roey frid18-Jul-06 4:06
roey frid18-Jul-06 4:06 
AnswerRe: propertygrid custom properties question Pin
Robert Rohde18-Jul-06 20:41
Robert Rohde18-Jul-06 20:41 
Question"All pipe instances are busy" when working with IpcChannel Pin
Ilia Blank18-Jul-06 3:23
Ilia Blank18-Jul-06 3:23 
AnswerRe: "All pipe instances are busy" when working with IpcChannel Pin
Yaron Ka31-Jul-07 6:12
Yaron Ka31-Jul-07 6:12 
QuestionConverting to Guid Pin
Majid Shahabfar18-Jul-06 1:26
Majid Shahabfar18-Jul-06 1:26 
AnswerRe: Converting to Guid Pin
alexey N18-Jul-06 1:55
alexey N18-Jul-06 1:55 
QuestionError while calling web service Pin
Sathiyaraj Ganesan17-Jul-06 22:46
Sathiyaraj Ganesan17-Jul-06 22:46 
AnswerRe: Error while calling web service Pin
Mike Dimmick18-Jul-06 3:30
Mike Dimmick18-Jul-06 3:30 
I'm going to guess that when calling it from the same server, it uses Windows Authentication. The ASP.NET runtime then uses your credentials to write the C# code that it generates to do the XML serialization, which it then calls the C# compiler on to generate an assembly to load.

When you call it from another server, it's probably using anonymous authentication, which means that the serializer code is running as the ASPNET user (Windows 2000, XP, by default) or the NETWORK SERVICE account (Windows Server 2003). The actual account used can be modified in web.config on 2000 and XP and by changing the application pool settings on Server 2003. I suspect that the error is occurring because the Access Control List on the C:\Windows\Temp folder doesn't allow this user to write to it. To change this, right-click the folder in Explorer, go to the Security tab, click Add, select the appropriate user, and check Modify in the Allow column.

Stability. What an interesting concept. -- Chris Maunder
QuestionMissing Interop Pin
David Chamberlain17-Jul-06 3:55
David Chamberlain17-Jul-06 3:55 
QuestionAppDomain.ApplicationBase headache Pin
Rob Philpott17-Jul-06 3:35
Rob Philpott17-Jul-06 3:35 
AnswerRe: AppDomain.ApplicationBase headache [modified] Pin
Dave Kreskowiak18-Jul-06 5:20
mveDave Kreskowiak18-Jul-06 5:20 
GeneralRe: AppDomain.ApplicationBase headache Pin
Rob Philpott18-Jul-06 9:09
Rob Philpott18-Jul-06 9:09 
GeneralRe: AppDomain.ApplicationBase headache Pin
Dave Kreskowiak18-Jul-06 10:02
mveDave Kreskowiak18-Jul-06 10:02 
AnswerRe: AppDomain.ApplicationBase headache Pin
Josh Smith18-Jul-06 9:48
Josh Smith18-Jul-06 9:48 
Questionhow to make transparent control above video? Pin
gemfeeling16-Jul-06 19:41
gemfeeling16-Jul-06 19:41 
AnswerRe: how to make transparent control above video? Pin
Bob X17-Jul-06 11:14
Bob X17-Jul-06 11:14 
AnswerRe: how to make transparent control above video? Pin
Andrew Lygin20-Jul-06 9:13
Andrew Lygin20-Jul-06 9:13 
QuestionException handling in .NET Pin
serious-sam14-Jul-06 0:35
serious-sam14-Jul-06 0:35 
AnswerRe: Exception handling in .NET Pin
Alois Kraus14-Jul-06 0:57
Alois Kraus14-Jul-06 0:57 
GeneralRe: Exception handling in .NET Pin
serious-sam14-Jul-06 4:14
serious-sam14-Jul-06 4:14 
GeneralRe: Exception handling in .NET [modified] Pin
Ray Cassick14-Jul-06 4:31
Ray Cassick14-Jul-06 4:31 
GeneralRe: Exception handling in .NET Pin
Alois Kraus15-Jul-06 1:51
Alois Kraus15-Jul-06 1:51 
AnswerRe: Exception handling in .NET Pin
Colin Angus Mackay14-Jul-06 1:02
Colin Angus Mackay14-Jul-06 1:02 
GeneralRe: Exception handling in .NET Pin
Jun Du14-Jul-06 5:21
Jun Du14-Jul-06 5:21 
AnswerRe: Exception handling in .NET Pin
Kevin McFarlane17-Jul-06 0:56
Kevin McFarlane17-Jul-06 0:56 

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.