Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Reddy Prakash

@Reddy Prakash
About
Posts
38
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Stylecop Custom rule
    R Reddy Prakash

    Hi I have followed the steps which were given in the below article C# Code Reviews using StyleCop – Detailed Article Somehow I just didn't get the Source Analysis Tool to list my Rule. I have no idea what could be wrong.

    C# csharp com

  • Error: Connection request timed out
    R Reddy Prakash

    Hi Roy, Yes, we are taking care of closing the db connections in the finally block.

    C# help database oracle sysadmin windows-admin

  • Error: Connection request timed out
    R Reddy Prakash

    Dear all, we are facing a unique problem with the windows service which is running on windows server 2003. After starting the service 3 to 4 days we are getting a error. Error: Connection request timed out After that service is ubale to establish connection to the oracle database. Once the service restarted it works fine and again after 4 days again the same problem. Can any one know the solution?

    C# help database oracle sysadmin windows-admin

  • Remoting Problem
    R Reddy Prakash

    Hi My project is in .net 1.1 I have two windows services server and client in which the client will send requests to server remotely. We have server and client installed in one test server(system 1) and one instance of client is installed in another machine(system2). when any request go from client(system2) to server(system1) like fetching some data from database the requested data is not available in the database i am getting the below error "ERR(-13):Server encountered an internal error. For more information, turn on customErrors in the server's .config file." 2. when the same request sent through the client(system1) to the server(system1)(both client and server are in same machine) i am getting proper error message. "ERR(-1):Missing mandatory parameter 'Scenario'" code : ******* on starup i am doing the below RemotingConfiguration.Configure(AppDomain.CurrentDomain.BaseDirectory + "ContextDataPoolService.exe.config"); RemotingConfiguration.CustomErrorsEnabled(true); what is the solution, is there any mistake in my code?

    C# help question csharp database sysadmin

  • RemotingConfiguration.CustomErrors Enabled(true)?
    R Reddy Prakash

    i have two services runing on two different machines. when the client sends a request to the server through remoting i am getting the below error. "Server encountered an internal error. For more information, turn on customErrors in the server's .config file." In my code i am doing RemotingConfiguration.CustomErrors Enabled(true)? what will happen if i pass false as parameter to the above method I googled before posting it here , i couldnt understand the answers. Its little urgent please help me.

    C# help sysadmin question

  • Blocking UI
    R Reddy Prakash

    Hi All, Can any one tell me how to block an UI using jQuery in asp.net. It would be helpfull if any reference links is provided. :)

    ASP.NET csharp javascript asp-net design tutorial

  • chart.export thows com exception
    R Reddy Prakash

    I am trying to export a chart using the Excel11 object from C#. I can properly open workbooks and read cells, but calling Export() on the Chart object throws a COMException Exception: System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC. at Excel._Chart.Export(String Filename, Object FilterName, Object Interactive) at MBCCS.LeParc.Importer.Importer.GetImageInfoFromWorksheet(Worksheet worksheet) in d:\source\leparc\importer\importer.cs:line 211 The line causing this is: tempChart.Chart.Export(filename, "JPEG", Missing.Value); Please help me how to solve this issue.

    ASP.NET help csharp com tutorial

  • Problem using Environment.OSversion?
    R Reddy Prakash

    I am using Environment.OSVersion for geting the Operation system version. My application is running on Microsoft Windows XP Professional Service pack 2. when i try to retrieve the os version see the code snippet: log.Info("ASET OSVersion=" + Environment.OSVersion); :) i am getting the following output: 2009-03-12 14:18:40,483 [INFO ] [3528] - ASET OSVersion=Microsoft Windows NT 5.1.2600 Service Pack 2 The output should be Micorsoft windows xp , but here it is giving some thing else. :( Can any one help me in this regard?

    C# help question announcement workspace

  • PLSQL ? ORA-01401: inserted value too large for column
    R Reddy Prakash

    i am using oracle 9i, in which it is restricted to 'ORA-01401: inserted value too large for column' where as in orale 10g the information is provided 'ORA-12899: value too large for column "STC_USER"."DEPTTAB"."DNAME" (actual: 15,maximum: 14)'

    Database oracle help tutorial question

  • PLSQL ? ORA-01401: inserted value too large for column
    R Reddy Prakash

    How to detect column that raises this error in PLSQL ? ORA-01401: inserted value too large for column

    Database oracle help tutorial question

  • asp.net
    R Reddy Prakash

    Googling the same will get you the answers rajiv. refere MSDN

    ASP.NET question csharp asp-net

  • Book/s
    R Reddy Prakash

    Here hundreds of pages of tutorials and dozens of hours of video to help you learn ASP.NET 2.0 and Visual Web Developer. This content is tailored to a variety of learning styles and technical levels http://www.asp.net/learn/ You can download free of cost.

    ASP.NET csharp learning asp-net

  • Post-build event command line error
    R Reddy Prakash

    $(TargetDir) is the directory of the primary output file for the build (defined with drive and path). It should includes the trailing backslash '\'.

    C# question debugging help

  • Post-build event command line error
    R Reddy Prakash

    I am using the following command in the post-build event for copying the dll from the target dir to the destination copy $(TargetDir)\*.exe $(SolutionDir)\Bin\$(ConfigurationName) copy $(TargetDir)\*.exe.config $(SolutionDir)\Bin\$(ConfigurationName) when i try to compile the project i am getting the following error "Error 5 The command "copy D:\src_comp\C1\bin\Debug\\*.exe D:\src_comp\\Bin\Debug copy D:\src_comp\C2\bin\Debug\\*.exe.config D:\src_comp\\Bin\Debug" exited with code 1. CDC" Can any one tell me what is going wrong here?

    C# question debugging help

  • the element buildproviders cannot not be defined below the application level in asp.net 2.0
    R Reddy Prakash

    i got an error when i tried to run this on my webserver but in my local machine its ok... the error is this: Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The element 'buildProviders' cannot be defined below the application level. Source Error: Line 31: Line 32: Line 33: Line 34: Line 35: Source File: \\smb0\mnt\w0704\d23\s48\b0271eea\www\margz.com\paul\shopftdl\web.config Line: 33

    ASP.NET csharp asp-net com sysadmin help

  • How to Run executable by a windows service
    R Reddy Prakash

    Hi I am not sure whether i have posted the requirement correctly. Any how i will try to make it clear. 1. I am having a EXE in the application folder. 2. I have a windows service through which i want to run the exe available in the application folder. Am i clear now..........

    C# help tutorial question

  • How to Run executable by a windows service
    R Reddy Prakash

    Hi Can any one tell me how to run a exectuable by windows service? I tried through process.start(), but no use. I am using Admin user to run this service. I am struck up with this... Thanks for the help in advance.

    C# help tutorial question

  • Textbox with a dropdownlist custom control
    R Reddy Prakash

    Hi Christian, Do you know any link? Is it possible to implement this ajax concept in middle of the application development?

    ASP.NET database question

  • Textbox with a dropdownlist custom control
    R Reddy Prakash

    Hi Does anyone know of a control that is a texbox that contains a dropdownlist. I need to be able to type into the textbox, if there are any matches in the contained dropdownlist (matching on starting characters of the list items) they are displayed in the popped out dropdownlist and the user can select one. If there are no matches the list won't be displayed and the control will just capture the users typed text (to be written to a database). Does anyone have/know of a control like this that I can use? Thanks

    ASP.NET database question

  • Finding a control in Grid View
    R Reddy Prakash

    I got the solution string USL = ((TextBox)gvLimit.FooterRow.FindControl("txtAssUSL")).Text.ToString();

    ASP.NET css help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups