Search Result

Collapse
180 results in 0.0068 seconds.
Keywords
Members
Tags
.net
  •  

  • ghoti70
    started a topic Scheduled Task odd behavior
    in .NET

    Scheduled Task odd behavior

    I have 2 .NET 4 console apps that I want to run as a scheduled tasks, but set up so that it does not need user logged in.

    Both apps are nearly identical, and are reading Exchange inboxes via IMAP.

    #1 copies attachments to a folder
    #2 saves the body to a database, based on the subject line.

    #1 is working perfectly, no problems.
    #2 works fine when run manually, or when the task is set up...
    See more | Go to post

  • EntityFramework Entities Parsing between Client/Server using WCF

    Hi Everyone! I need some help. i am working on .net client server application.Thi s application is using on both server/client side enitity framewok of same entities architecture.
    but from different reference (Different entities framework project).Now i have to parse the client side entity object to the server side entity object. But i am getting error in parsing!

    I want you to know that
    Server Side Object Context name is...
    See more | Go to post
    Last edited by HaroonAbbasi; Jun 6 '12, 11:20 AM. Reason: Solved it

  • jobikjohn
    started a topic Install windows service on a linux machine
    in .NET

    Install windows service on a linux machine

    I've a windows service. I want to install and use on a linux machine. How to install and how to do the start and stop actions in linux machine?
    See more | Go to post

  • How to run an application built for .net v2 on .net v4 client profile

    I have created a simple 'hello world' windows form in VB.net using visual studio 10. In the compile tab of the project I have targeted .net framework V2.0. The application runs on my development machine which has all versions of the framework installed. If I copy it to an XP machine with ONLY .net v4.0 client profile installed it will not run but errors immediately with a msgbox "To run this application You must first install one of the following...
    See more | Go to post

  • Unspecified error: On opening OleDbConnection in VB. net

    • Getting Unspecified error on 32 bit windows XP with office 2010.
    • issue is reproducible on some machine not all.


    Code:
     Dim dbConn As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\test\data.mdb")
       try
       {
       dbConn.Open() 
       }
    Exception

    Code:
    Exception: 
      at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString
    ...
    See more | Go to post

  • codemonkee
    started a topic Has anyone heard of Monocross.NET

    Has anyone heard of Monocross.NET

    I'm wondering if anyone is familiar with Monocross.net? It is an interesting open source cross-platform mobile framework using C# .NET and the Mono framework (according to the homepage).

    Looks like you can build apps for iPad, iPhone, Android, WP7, and Webkit phones.
    See more | Go to post

  • karimkhan
    started a topic How can I upload images in my aspx page?
    in .NET

    How can I upload images in my aspx page?

    Hi all,

    I want to let user to upload images on my site and put some discription too!

    I want that these things should be saved in my database too.SO how can I achieve this?
    See more | Go to post

  • ephi
    started a topic IIS metabase problem
    in IIS

    IIS metabase problem

    Hi,

    I activated IIS on my XP machine and then installed an Intranet app (.NET).
    When I tried to access the portal, I got an error with the message "Failed to access IIS metabase".
    The exact message is below. Any help would be appreciated.

    Server Error in '/portal' Application.
    --------------------------------------------------------------------------------

    Failed to access...
    See more | Go to post

  • what are pros and cons in using vb.net for asp.net and c#.net for asp.net

    i just want to know if is there any difference in writing a code under vb.net to asp.net and c# to asp.net.
    And is there any pros and cons of vb.net to c# please help.
    See more | Go to post

  • Socket application getting unstable with many connected users

    Helloes,

    I'm experiencing a nasty problem in a server-client application. Don't have the perfect solution yet, but I have ideas. Seeking opinions/ideas to find the perfect solution.

    The application is a card/board gaming platform with many other functions for chat, management and such.
    Client is healthy and works as an user interface to communicate with server and other clients. Typical client, nothing special....
    See more | Go to post

  • danieljebaraj
    started a topic What You Need to Know When Selecting a Chart
    in .NET

    What You Need to Know When Selecting a Chart

    Turn the pages of any magazine for developers and you will see ads for charts. Page after page is filled with images that look almost too good to be true. More than a few appear touched up with Photoshop to provide that extra glint. In this article, we will look at what makes a good chart beyond the obvious look and feel aspects.

    Types of charts available out of the box
    There are over 30 chart types that are used commonly in...
    See more | Go to post
    Last edited by Rabbit; Feb 15 '12, 10:00 PM. Reason: Link to commercial site has been removed per forum policy.

  • Microsoft JScript runtime error: Object doesn't support property or method '__defineG

    I am getting the following Java Script error: when i opened my project in IE9. "Microsoft JScript runtime error: Object doesn't support property or method '__defineGetter __'" how can i solve this problem?
    See more | Go to post

  • Pakmarshal
    started a topic user.config corruption issue
    in .NET

    user.config corruption issue

    Hi everyone,

    In our desktop application projects we use setting variables to store user setting for the applications. Moreover, with every latest version of the applications, we upgrade these variables to retain user settings.

    Normally, this works fine, but recently one of my end user reported an error i.e. “Configuration System failed to initialize”. The error is related to “user.config” file. Therefore we...
    See more | Go to post

  • Palyadav
    started a topic Calculate Sum of times
    in .NET

    Calculate Sum of times

    Hi I'm creating an RDLC Report for an attendance management system. In my report I want to Sum of total WorkedHours.


    I Want exactly this output

    Code:
      EmployeeId EmployeeName  WorkedHours
        1             ABC        04:00:25
        2             XYZ        07:23:01
        3             PQR        11:02:15
    SO i want to display total of all 3 employees at the end of report in RDLC....
    See more | Go to post

  • adarwish
    started a topic .NET exception with SQL Server 2008

    .NET exception with SQL Server 2008

    Hi all
    This code runs on IIS.7 in windows server 2008 R2 and MSSQL Server Express Edittion 2008 R2
    this is a simple function which selects from the database based on 3 parameters and resturn object containing the selected row.

    This code runs normally in most time, but in some cases it through exception called "serial_num ber" which is a column name in the database table.
    Although i logged the 3 parameters...
    See more | Go to post
Working...