Search

You searched for the word(s): userid:627034

Matching Posts

  • Re: DB2 AS400

    Sadly, IBM's support for DB2 in .NET 2.0 is seriously lacking. They have a DB2 add-ins for Visual Studio 2005 download which enables you to use the Server Explorer as well as 2.0 data objects, but it has some serious issues (all tables aren't listed, an annoying dialog box letting you know that the IBM tools are loading, a very poor connection settings manager) on top of the fact that the data object methods look like they are a direct port from their 1.1 objects (several methods that I see
    Posted to Other Databases (Forum) by cubeberg on 9/28/2006
  • Re: Retrieving an Image from SQL Server

    The problem is with your code here: myDataReader.Items("JPEG") The .Items property is VB syntax. You need to use C# syntax - myDataReader("JPEG") That should clear up your compile problem.
  • Class Library Settings

    I have a class library that I call from my web site. It has a Web Reference to an Error Logging web service, but I'd like to change the URL it's pointing to. I've looked online and didn't find anything helpful. Is there any way to override settings for a DLL? Copying the .dll.config file to the bin for my web site doesn't do anything, and the <applicationsettings> element doesn't exist in the web.config file. Am I just stuck writing some sort of custom configuration code?
    Posted to Configuration and Deployment (Forum) by cubeberg on 8/9/2006
  • Re: Java Applet - Freezes IDE

    Well at least it's just a button effect. After I asked, they said that some users were having problems with the buttons anyway. Thanks!
  • Java Applet - Freezes IDE

    I just inherited an ASP.NET 2003 application which uses a java class (fphover.class) for a button effect. For some reason, viewing the page in VS 2003 freezes my IDE. If I comment out the applet tag, I can view the page without any problem. I've searched online and really can't find anything about this issue. Any ideas? I'm running XP SP2.
  • Re: Problem after problem...

    This just means that the Sql Server instance you're connecting to won't allow incoming connections. Here's a link to fix it for Sql Server 2005 (Remote connections are disabled by default for several editions) http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277
    Posted to .Text (Blogs) (Forum) by cubeberg on 6/9/2006
  • Re: Can I open a Web Project application after I install Web Applications Projects?

    I've run into this issue before. When you try to open something from SourceSafe, it expects a solution file or a project file. Unfortunately, a web site doesn't have a project file. The only way I've successfully pulled it from source safe is to manually download the project folder from source control and then open it through visual studio. The other option would be for your co-worker to check in a solution file pointing to the Web Site. The solution file should contain sufficient information to
  • Re: Taking my first Microsoft exam in 1 week

    There are unfortunately several questions that come up on exams that can be a bit ambiguous. In those cases, you need to pick the answer that's the "most" correct (yes, I know that sounds horrible). I found that the answers that were the simplest answer were usually correct. In the case of the question above, B is the most obvious. C looks like a good answer, but it would be something that I would look at part of B. Although the things that you've brought up could be a possibility, but if I were
    Posted to Free For All (Forum) by cubeberg on 5/30/2006
  • Re: DropDownListBox refreshing

    Is your DropDownListBox bound to something? If so, are you calling DataBind on every page load? If so, this could be causing your problem.
    Posted to Getting Started (Forum) by cubeberg on 5/20/2006
  • Re: [BUG] vbc occasionally crashes

    Ben, I would call microsoft about getting this hotfix. It solved my VBC compiler crash that I kept getting: http://support.microsoft.com/?kbid=917452
Page 1 of 15 (141 items) 1 2 3 4 5 Next > ... Last »