CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MDC Admin

Search: Search took 0.03 seconds.

  1. Re: SOLUTION NEEDED: Initializing an Array to an unknown size...

    Well, like normal, I found a solution to the problem after I posted this message...break time sure did help. Although I'm not sure all those cookies were good for me...

    Not sure how this will be...
  2. SOLUTION NEEDED: Initializing an Array to an unknown size...

    Hi,

    Sorry about posting two threads within a short period of time, but I spent about 4+ hours on this and I can't locate a solution. I'm wondering if anyone else has any ideas on how to complete...
  3. Re: System.Configuration.ConfigurationManager, Does not exist in the current context

    ok, Thanks for all the help. :-)
  4. Re: System.Configuration.ConfigurationManager, Does not exist in the current context

    I didn't know you could access it in that way. The only examples I found stated you needed to create an instance. I'll test it out and if it can be done statically, I'll use that method instead.

    ...
  5. Re: System.Configuration.ConfigurationManager, Does not exist in the current context

    Hi,

    I ended up finding the solution this morning here.

    This is the solution I came up with


    if (theDataProvider == null)

    {
  6. Re: System.Configuration.ConfigurationManager, Does not exist in the current context

    I take it no one knows then....?
  7. System.Configuration.ConfigurationManager, Does not exist in the current context

    I'm trying to update some code and receiving a warning from the compiler stating that the method I am using is obsolete and provides me with a new class to use instead.

    I have been trying to get...
  8. Replies
    4
    Views
    868

    Re: HELP: PHP with IIS?

    Thanks. I dont know what ports they were listining on. I never changed anything from the default settings for either of them.

    I will see if I can find out how to change the port numbers for apache...
  9. Replies
    4
    Views
    868

    Re: HELP: PHP with IIS?

    I have no idea what that supposed to do. Never heard of tomcat before I'm using IIS anyway.
  10. Replies
    4
    Views
    868

    HELP: PHP with IIS?

    I am using visual studio 2003 and 2005 and also PHP/MySQL to develop applications. Everytime I install Apache on my computer it completely crashes IIS and visual studio to the point where I need to...
  11. Replies
    4
    Views
    1,166

    Re: HELP: Verifying MD5, etc... ***??

    Greate, I've checked them all and they are all correct. Thanks.

    Those documentations make it sound harder then it is, they were talking about running from a command line, etc...

    Thanks.
  12. Replies
    4
    Views
    1,166

    HELP: Verifying MD5, etc... ***??

    I am comming from MS programming. I just downloaded PHP, MySQL, and Apache.

    On the website for all three of them it says I have to check the identity of the files, or something using MD5.

    I...
  13. Re: HELP: MySQL Administrator - Backup Errors

    Thanks, I got the problem fixed using mysqldump.
  14. Replies
    24
    Views
    20,720

    Re: So what IS AJAX?

    Well reguardless I've given up on Microsoft, after going from VB6 to VC++ to .Net. I'm tired of it. Technology is good but I'm off to try some new technologies, just got books on PHP5, CSS2, Java...
  15. Replies
    24
    Views
    20,720

    Re: So what IS AJAX?

    I just got a book today on Ajax as well. I've seen the new features used in vBulletin 3.6 and they are neat to say the least.

    I was wondering if they were the open source version of asp.net....
  16. HELP: MySQL Administrator - Backup Errors

    I have been having problems backing up my MySQL (vBulletin) database for a while now, and my host is useless. I'm hoping someone here can help me.

    This is a vBulletin database (3.6), and all my...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured