Click here to Skip to main content

ASP.NET

   

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
GeneralRe: Web Forms - Control Validation PinsussAnonymous6:11 5 Oct '05  
GeneralRe: Web Forms - Control Validation Pinmemberminhpc_bk15:19 5 Oct '05  
Generalcontrols are not displayed in Internet explorer Pinsusskcgupta19:44 4 Oct '05  
GeneralRe: controls are not displayed in Internet explorer Pinmemberminhpc_bk22:35 4 Oct '05  
QuestionWhy same code didn't work in diffrent server PinmemberRahul.P.Menon19:38 4 Oct '05  
AnswerRe: Why same code didn't work in diffrent server PinmemberGuffa21:56 4 Oct '05  
Questionusing managementobject Pinmemberakshayswaroop19:33 4 Oct '05  
Hi!
I am having a typical problem ,I am using management classes to get the path for shared folders and files of the system.The code is working fine for console and winforms,but it is not working for web applications.I have tried giving admin rights to aspnet account,but the problem remains there.Please help
 
ManagementObjectSearcher searcher1=null;
searcher1=new ManagementObjectSearcher("SELECT * FROM Win32_Share");
try
{
foreach(ManagementObject share in searcher1.Get())
{
s=share["Path"].ToString();//for asp.net pages giving null obj ref exception
 
}
AnswerRe: using managementobject Pinmemberminhpc_bk22:35 4 Oct '05  
QuestionWebServer Pinmemberanig123418:52 4 Oct '05  
AnswerRe: WebServer Pinmemberminhpc_bk19:11 4 Oct '05  
GeneralRe: WebServer Pinmemberanig123419:54 4 Oct '05  
Questionhow to override the render method Pinmemberchitranjan gohil18:43 4 Oct '05  
AnswerRe: how to override the render method Pinmemberminhpc_bk19:12 4 Oct '05  
QuestionHow to write the Debug funtion? Pinmembershy816:33 4 Oct '05  
AnswerRe: How to write the Debug funtion? Pinmemberminhpc_bk17:21 4 Oct '05  
QuestionPLEASE HELP: File Upload Issues! Pinmemberjjarman12:50 4 Oct '05  
AnswerRe: PLEASE HELP: File Upload Issues! Pinmemberminhpc_bk15:09 4 Oct '05  
GeneralRunning in Debug Pinmemberjjarman16:51 4 Oct '05  
GeneralRe: Running in Debug Pinmemberminhpc_bk17:16 4 Oct '05  
Questionglobal.asx.cs Pinmemberlxhan12:18 4 Oct '05  
AnswerRe: global.asx.cs Pinmemberminhpc_bk15:16 4 Oct '05  
GeneralRe: global.asx.cs Pinmemberlxhan4:53 5 Oct '05  
QuestionA connection pooling error has occurred PinmemberSABhatti10:41 4 Oct '05  
AnswerRe: A connection pooling error has occurred PinmemberAndy Marshall11:47 4 Oct '05  
Questioni wanna get excell sheet code and input them to asp.net can i ? Pinmemberhamidoo5:56 4 Oct '05  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web04 | 2.5.120529.1 | Last Updated 30 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid