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
B

BECK7

@BECK7
About
Posts
52
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Installer Error
    B BECK7

    Yea, it is a msi installer. Its a installer from a cd. But i fixed it. Windows XP install by default a firewall, i turned it OFF and it worked it!!! Thanks anyway for ur time!!!

    System Admin help question

  • Installer Error
    B BECK7

    Im trying to install an application, and after one minute i receive the next nessage: "This installation package could not be opened. Contact the application vendor to verify that this is a valid windows package." I installed service pack 2 and all the updates pending, but still dont work Can anybody help me what could i do to fix this? Thanks in advance -- modified at 14:49 Wednesday 22nd March, 2006

    System Admin help question

  • web services and oracle
    B BECK7

    Hi, im having a problem when i call a web service using a stored procedure in oracle. I download from a wep page an api that let me interact and this is my stored procedure: PROCEDURE consultar () IS --DECLARE l_request Soap_Api.t_request; l_response Soap_Api.t_response; l_tipocambio NUMBER; BEGIN --UTL_HTTP.set_proxy('bart.tshcomputing.com:4480', NULL); --UTL_HTTP.set_persistent_conn_support(TRUE); l_request := Soap_Api.new_request(p_method => 'ConsultarTC', p_namespace => 'xmlns="http://tempuri.org/"'); l_response := Soap_Api.invoke(p_request => l_request, p_url=> 'http://10.32.1.56/webserviceia/tipocambio.asmx',--c_url_webservice, p_action => 'http://tempuri.org/ConsultarTC'); l_tipocambio := Soap_Api.get_return_value(p_response => l_response, p_name => 'Compra', p_namespace =>'http://tempuri.org/'); DBMS_OUTPUT.put_line(' l_Compra:' || l_tipocambio); bDisponible := TRUE; EXCEPTION WHEN NO_DATA_FOUND THEN NULL; WHEN OTHERS THEN RAISE; END consultar; i having the next error: Server was unable to read request. --> 'Text' is an invalid node type. Line 1, position 170. can anybody help me? or where can i find examples and trust documentation of this?? thanks!!

    XML / XSL help wcf database oracle com

  • System.Web.Mail
    B BECK7

    Hi, im using the System.Web.Mail.MailMessage object to send mails in my application. If i give administrators access and permissions to ASPNET it works fine, but if i dont give this kind of access it throw me the next message: "Access is denied. Exception has been thrown by the target of an invocation. Could not access 'CDO.Message' object.". How can i set the minimun access to ASPNET so it can works fine?? THANKS!!!

    ASP.NET question asp-net

  • Reading from Excel (quick question)
    B BECK7

    Ok, ill try with this. Thanks for all ur time. Ill let u know what happened

    C# question sysadmin

  • Reading from Excel (quick question)
    B BECK7

    This my string conexion: strConection = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" l.xls@";Extended Properties=Excel 8.0;"; then i build the object: OleDbConnection oConection = new OleDbConnection(strConection); and open the conection: oConexion.Open();--->HERE IS WHERE I GET THE RROR In my server i have installed: Microsoft Office Excel Viewer 2003 In my Data Sources(ODBC) i have no USER DSN, SYSTEM DSN In my drivers I have Driver do Microsoft Excel (4.00.6200) and Microsoft Excel Driver (4.00.6200) What other information i can give u? Thanks for all the help

    C# question sysadmin

  • Reading from Excel (quick question)
    B BECK7

    I am using the jet database engine. I installed an excel viewer but still give me the error. The problem is that the error says: "No error information available: E_FAIL(0x80004005)"...What else could i try?

    C# question sysadmin

  • Reading from Excel (quick question)
    B BECK7

    Hi, i have a quick question. I have an application installed in a server that reads from Excel, is it necesary to have installed Excel so the application can read the excel files??

    C# question sysadmin

  • Sending mail with SMTP MAIL
    B BECK7

    Hi, im using an smtp mail object to send mails from an application installed in a server. what kind of permission does my server needs to send mails? i went to Computer Management/Local Users and groups/Groups/Administrators and setted the ASPNET as admnistrator, but i dont like this, cause i think its not save or secure. What kind i do? what kind of permissions i need to set to my server so it works? or what kind of permissiones i need to set to ASPNET so it works? THANK U! My code: using System.Web.Mail; System.Web.Mail.MailMessage oMensaje = new System.Web.Mail.MailMessage(); oMessage.Subject= ... oMessage.To = .. etc.. SmtpMail.Send(oMensaje); I received this message: Access Denied.

    ASP.NET asp-net sysadmin question

  • SMTP MAIL
    B BECK7

    i get this message when trying to send a mail withouth the administrator privileges: Access Denied

    ASP.NET asp-net sysadmin question

  • SMTP MAIL
    B BECK7

    Hi, im using an smtp mail object to send mails from an application installed in a server. what kind of permission does my server needs to send mails? i went to Computer Management/Local Users and groups/Groups/Administrators and setted the ASPNET as admnistrator, but i dont like this, cause i think its not save or secure. What kind i do? what kind of permissions i need to set to my server so it works? or what kind of permissiones i need to set to ASPNET so it works? THANK U!

    ASP.NET asp-net sysadmin question

  • Moving files
    B BECK7

    do the variables filename and newfile includes the directory?

    C# question tutorial

  • Moving files
    B BECK7

    Hi, im moving a .xls file to another directory, but if this file exists i want to rename it and still move it. For example, if i have a ex.xls in a directory and im trying to move another file with the same name, i want to rename it like to ex1.xls and move it. How can i do this? any ideas? Thanks in advance.

    C# question tutorial

  • Windows Service
    B BECK7

    Hi, i made a windows service, i added the service installer, the service process installer, etc..Then, i did the installer and installed the windows service. It appears in my add/remove programs window, but it DOESNT appear in my Services window, so i cant start it or stop it, or whatever..Does anybody know why? what am i missing? thanks

    C# question

  • Accesing a xml
    B BECK7

    do i need to import something? using....?

    C# question xml help

  • Accesing a xml
    B BECK7

    im sorry, its a asp.net project

    C# question xml help

  • Accesing a xml
    B BECK7

    is it a property of the project? or where can i find this property?

    C# question xml help

  • Accesing a xml
    B BECK7

    Hi, I need help with this. I added a xml file into my project. Now, in one class i need to acces it so i can process the data in it. How can i do this? how can i get the path of it so i can access it? Thank u so much, i would help me a lot...

    C# question xml help

  • Enterprise Library
    B BECK7

    I did an IISReset and worked!!! Unbelieveable, uh? Thanks for all the help..

    ASP.NET help csharp asp-net windows-admin security

  • Regular Expression for hour
    B BECK7

    Thats true, how can i define the range then? thanks in advance....

    C# regex 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