Hi,
can anyone tell me how to add a web reference to a ColdFusion web service in visual studio? I can do it using wsdl.exe but I want to add a web reference automatically.
When I specify the web service url and press go. ColdFusion asks me for cfadmin password. After that it only shows the...
I have also tried:
System.Security.Principal.WindowsIdentity.GetCurrent().Name;
it also gives the same user name which is "SYSTEM".
yes it is true that windows service run even when there's no one logged, how can we get the current logged user of the system, obviously if no one logged , it...
Hi All,
i am retreaving user name from windows service by using the following two methods
string usr = Environment.UserName;
string usr = System.Windows.Forms.SystemInformation.UserName;
the string "SYSTEM" is returned from both methods, but i want to get the name of the user who is currently...
No Group found with the name Performance Counters
i have added the user in to following group:
Performance Log Users
Performance Monitor Users
but still same exception is coming
Regards
YEH GHAZI YEH TERAY PUR-ASRAR BANDAY
Hi All,
following Exception is coming in some machine not all.
Exception:
"Process performance counter is disabled, so the requested operation cannot be performed"
on calling the following funtion:
System.Diagnostics.Process.GetProcesses();
can anyone know the root cause?? and what are their...
Hi,
How we can sort the DataGrid, if we bind it with IList (List of Object).
Sorting can easily be done, if we bind it with DataTable but i want to know, how to sort with IList
Best Regards
YEH GHAZI YEH TERAY PUR-ASRAR BANDAY
Thanks for the hint Falconseye. The file name <cfheader> should be the file name and not the complete path. I just changed the <cfheader> to
<cfheader name="Content-disposition" value="attachment;filename=#Url.Rep#">
Thanks a lot
I programmed a cfm page to allow users to download some text files. The code in this cfm page is
---------------------------------------------------
<cfif IsDefined('Url.Rep') >
<cfset fileName = "C:\Inetpub\wwwroot\Reports\#Url.Rep#" >
<cfheader name="Content-disposition"...
Dear all,
we use these shortcuts to view following things
View.ObjectBrowser CTRL-ALT-J
View.ClassView CTRL-SHIFT-C
View.Toolbox CTRL-ALT-X
View.SolutionExplorer CTRL-ALT-L
i just want to know what whould be the key to hide them
Thanks & Regards
YEH GHAZI YEH TERAY PUR-ASRAR BANDAY
Hi,
I have a web service that is consumed from the client side i.e. using Java Script XmlHttpRequest object . It works fine on the local machine but doesn't work on remote machines. On remote machines, I'm getting 500 "Internal Server error". I suspect that I need to configure IIS to allow...
Hi,
I have a web service that is consumed from the client side i.e. using Java Script XmlHttpRequest object . It works fine on the local machine but doesn't work on remote machines. On remote machines, I'm getting 500 "Internal Server error". I suspect that I need to configure IIS to allow...
Dear All..
Can anyone tell me from where we can see the all shortcuts of Using Visual Studio .Net IDE.
Thanks,
Best Regards
YEH GHAZI YEH TERAY PUR-ASRAR BANDAY
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.