Click here to Skip to main content
15,902,276 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why doesn't the compiler flag classes with public unlong-s as erroneous although the assembly is CLS compliant? Pin
Vikram A Punathambekar21-Feb-06 16:31
Vikram A Punathambekar21-Feb-06 16:31 
GeneralRe: Why doesn't the compiler flag classes with public unlong-s as erroneous although the assembly is CLS compliant? Pin
Judah Gabriel Himango21-Feb-06 17:12
sponsorJudah Gabriel Himango21-Feb-06 17:12 
GeneralRe: Why doesn't the compiler flag classes with public unlong-s as erroneous although the assembly is CLS compliant? Pin
Vikram A Punathambekar21-Feb-06 21:15
Vikram A Punathambekar21-Feb-06 21:15 
Questionlimiting the number of decimal places produced converting a double to a string. Pin
Dan Neely21-Feb-06 3:50
Dan Neely21-Feb-06 3:50 
AnswerRe: limiting the number of decimal places produced converting a double to a string. Pin
Vikram A Punathambekar21-Feb-06 4:07
Vikram A Punathambekar21-Feb-06 4:07 
GeneralRe: limiting the number of decimal places produced converting a double to a string. Pin
Dan Neely21-Feb-06 6:54
Dan Neely21-Feb-06 6:54 
GeneralRe: limiting the number of decimal places produced converting a double to a string. Pin
Vikram A Punathambekar21-Feb-06 16:28
Vikram A Punathambekar21-Feb-06 16:28 
QuestionOh... Joy! App failing and I don't know why Pin
Colin Angus Mackay21-Feb-06 3:43
Colin Angus Mackay21-Feb-06 3:43 
This one has confounded me, so I guess I'm not putting the correct terms into the search engine.

We have recently upgraded a server from Windows 2000 to Windows 2003 Advanced Server. After the initial problems of getting ASP.NET working under the new improved security model the problems continue.

Part of the system sends batch jobs off to the Windows Task Scheduler. Some jobs are running okay (but they are not .NET applications), however all the .NET applications seem to be having problems running through the task scheduler. The first sign of a problem was one application that failed instantly before it even got as far as creating its log file (which is more or less the first thing each of these applications do). Other jobs just sat in the task scheduler with a status of running. (I should add that they also should have failed instantly becuase I tell it to use an input file that doesn't exist, but they should have produced a log file) Meanwhile the Event Log had two error messages:
The application-specific permission settings do not grant Local Activation permission for
the COM Server application with CLSID {73B25FFD-F501-437B-8B11-7F0DE383964F} to the user 
DOMAIN\user_account SID (S-x-x-xx-xxxxxxxxx-xxxxxxxxxx-xxxxxxxxx-xxxx).  
This security permission can be modified using the Component Services administrative tool.
After some searching on the internet I found that it refers to the Debugger. So I added the user to the Debuggers group. And now all I get is one information message in the event log.
Application popup: JIT Debugging : 
JIT Debugging failed with the following error: 0x800405a6
 
Please check the documentation topic 'Just-in-time debugging errors' for more information.
Well, the problem is that I cannot find a document that refers to .NET 1.1. I did find some blogs and forum posts that bemoaning the fact that the documentation was crap.

Does anyone have any ideas?

Summary:
Migration from Windows 2000 Server to Windows 2003 Advanced Server
.NET 1.1
The server also acts as a domain controller

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

-- modified at 9:47 Tuesday 21st February, 2006

QuestionComboBox Enter Key Detection Issue Pin
Darryl Borden21-Feb-06 3:17
Darryl Borden21-Feb-06 3:17 
Questionpassing parameters Pin
leelaraj21-Feb-06 2:37
leelaraj21-Feb-06 2:37 
AnswerRe: passing parameters Pin
CWIZO21-Feb-06 3:34
CWIZO21-Feb-06 3:34 
AnswerRe: passing parameters Pin
Le centriste21-Feb-06 5:03
Le centriste21-Feb-06 5:03 
GeneralRe: passing parameters Pin
leelaraj21-Feb-06 16:55
leelaraj21-Feb-06 16:55 
GeneralRe: passing parameters Pin
Le centriste22-Feb-06 1:24
Le centriste22-Feb-06 1:24 
Questionscrolling test at the top like banner Pin
leelaraj21-Feb-06 2:25
leelaraj21-Feb-06 2:25 
AnswerRe: scrolling test at the top like banner Pin
Andy Moore21-Feb-06 3:09
Andy Moore21-Feb-06 3:09 
QuestionViwing crystal report on web Pin
Amestris21-Feb-06 2:15
Amestris21-Feb-06 2:15 
QuestionWeb service Pin
magnifique21-Feb-06 1:12
magnifique21-Feb-06 1:12 
AnswerRe: Web service Pin
J4amieC21-Feb-06 2:15
J4amieC21-Feb-06 2:15 
GeneralRe: Web service Pin
magnifique21-Feb-06 22:59
magnifique21-Feb-06 22:59 
QuestionReading different Language Words Pin
cshivaprasad21-Feb-06 1:10
cshivaprasad21-Feb-06 1:10 
AnswerRe: Reading different Language Words Pin
Ingo21-Feb-06 1:39
Ingo21-Feb-06 1:39 
GeneralRe: Reading different Language Words Pin
cshivaprasad21-Feb-06 3:14
cshivaprasad21-Feb-06 3:14 
GeneralRe: Reading different Language Words Pin
cshivaprasad21-Feb-06 3:19
cshivaprasad21-Feb-06 3:19 
Questiondataset changes Pin
fmardani21-Feb-06 0:48
fmardani21-Feb-06 0:48 

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.