Software Development Network Logo
  • Smart Device
  • SQL Server
  • Game Technologies
  • Windows Live
  • VS Express Editions
  • .NET Development
  • Windows Vista
  • Visual Basic
  • Visual C#
  • Microsoft ISV
  • Visual C++
  • Visual J#
  • Visual Studio
  • Windows Forms
  • VS Team System

Software Development Network >> sital's Q&A profile

sital

Member List

Grayson Myers MSFT
Cycling is too much fun
Frank Natoli
ctaylor7480
Alejandro-Ramirez
Mirz
Vinny Davi
masontwo
basedissonance
Darren Wang
John Dekker
LDesmons
m_armstrong
Gkl
Eburon
AlistairSKing
Alex_Petrovic
Fakrudeen Ali Ahmed
cnSZlzl
kekepke
Only Title

sital's Q&A profile

  • .NET Development Nested queries to populate a DataSet using OdbcDataAdapter

    The class listed below uses a CSV file and OdbcDataAdapter object to populate a DataSet using a nested query BUT I keep getting an Access Violation exception when I call OdbcDataAdapter.Fill(). The message is: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." This is written in VS 2005 (.NET Framework 2.0). Are nested queries in the SelectCommand() method of the OdbcDataAdapter object not valid I essentially need to execute this SQL query to populate the DataSet with different pressure/temp combinations.  The query executes perfectly in Query Analyzer:  SELECT Value,Pressure ...Show All

  • .NET Development Asp.net

    Hi, Can anyone help me out in doing this. I migrated asp.net application which was created  using VS2003 to VS2005. After I migrated the application and when I run that application I was not able to put the break point in my web application. That's I am unable to choose the option Debug -> Start Debugging , I can only run the application without debugging. Because of this I am now not able to locate where exactly the error.. Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over o ...Show All

  • Visual C# Hardware IDs

    Is it possible to get hardware ids. I know its possible with native code and volume ID isnt good enough any suggestions would be helpful Try and use the System.Management namespace.You will find lots of examples in codeproject.But yes,what ids are you looking for ...Show All

  • Visual Studio Express Editions I have it install correctly but I keep get this error (in message) and can't do anything

    Could not load type "microsoft.visualstudio.shell.interop.ivsrunningdocumenttable2" from assembly "microsoft.visualstudio.shell.interop.8.0, version=8.0.0.0, Culture=neutral, publickeytoken=b03f5f11d50a3a'a My guess is that you missed something in uninstalling the Beta. From the error message, it sounds like the VSPackage for the Windows Forms designer isn't getting registered properly, possibly due to an artifact from the Beta. The folowing thread in the Express Editions forum may be of help: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=134495&SiteID=1 - Steve Hoag ...Show All

  • Windows Forms Checking for a stable value

    Hi everyone, I'm retreiving a live value from a serial connection, a scale.  I need to verify that the value (weight) is within a range for a certain period of time (ex. 2 seconds).  The scale raises an event every time the value changes. Does anyone have any ideas Thanks -MK Hmmm... There are two ways to monitor the serial port: Wai ...Show All

  • SQL Server How to insert only new records (not already in destination)

    Greetings from a SSIS newbie still on the learning curve... I have a SQL query OLE DB Source that yields a result set that I'd like to put into a SQL Server Destination, but only those records that don't already exist in the destination. Is there a recommended (read: easy) way to accomplish this Perhaps a handy transformation I have tried to incorporate a subquery in my source query along the lines of: SELECT fields FROM table1 WHERE keyfield NOT IN (SELECT keyfield from table2) which works in design time but fails at the server with a cryptic: "Error: Unable to prepare the SSIS bulk insert for data insertion." ...Show All

  • Visual Studio MSBuild Copy Task works intermittently

    For some unknown reason, the Copy Task sometimes works, and sometimes doesn't. Does this happen to anyone else I'm running from the command prompt. I haven't encountered any problems using the Copy task as you are illustrating. Maybe it is something besides the Copy task One possibliity that would work on & off would be if you are copying based on an Item. Items are evaluated at the begining of the build, so if you have an item like: <ItemGroup>     <CopyFiles Include="**\*.dll"/> </ItemGroup> The CopyFiles will be pouplated at the begining of the build, when you may be ...Show All

  • Visual C# changing toolBar backcolor

    Does anyone know how to change the backcolor of a toolbar component.  The BackColor property doesn't seem to be available for this control and i would like to avoid making a custom control or overriding the paint event if i can. Josh, Thanks for the ideas but instead of taking the shortcut it looks like i will just build my own.  I was hoping there was a nice easy workaround but after some research  it doesn't look like thats the case.  I'm sure that there will be a need for this again inside my company so all is not lost.  Thanks again. Adam ...Show All

  • Windows Forms Problem with Debugging

    whats wron with the applicacation, when I start it look here: http://www.rsstranslator.com/slika.JPG on my home computer, it runs without the problems, but on others, what is missing ...Show All

  • Windows Forms Beginner to Forms

    I've just started using VB .NET and forms.  I have created 2 forms, the first form has a button that when clicked will: create an instance of the second form show the second form hide the first form. Then when i close the second form I want to bring back the first form.  However as the first form is my startup form i'm not sure how  ...Show All

  • Smart Device Development How I can change the mouse position ?

    Hi again, Im searching how to change the mouse ( Cursor ) position from the code, anybody knows how i can do it Many thx in advance Cursor.Position = new Point(0,0); :) ...Show All

  • Visual Basic Why does DEBUG (F9) not work? How do I get it to work?

    Why does DEBUG (F9) not work How do I get it to work Michael I assumed your where not making Breakpoints ....  Your first comment wasn't really very descriptive.  But...  You are correct then.  F9 is to make/remove a breakpoint, F5 to start debug and F8 to step into. I assume since you marked your own answer as right that the reset worked ...Show All

  • Visual Studio String manipulation (how do I and/or improvement suggestion)

    I have a file in my project with a name like: foo.faa.blah.xml I want to chop off the first part, "foo.", and convert this into: faa.blah.xml Yeah, it would be a LOT easier if it was the last part (the extension), but it's not and I have to work with that. Yes, I could write a custom task to do this, but I'd rather not as that would involve a lot of distribution to different developers, debugging, etc, for just some simple string manipulation. And yes, I tried writing a recursive target when I chop the filename up with %(filename) and then put it back together, but you can't have circular (ie recursive) target reference ...Show All

  • Visual Studio Tools for Office If an Add-In won't load, then what?

    Hi; If an Add-In does not load, what is Microsoft's suggested approach to resolving why it won't load thanks - dave David, I'm sorry you are having trouble with your add-in. What type of add-in are you attempting to load Are you using Visual Studio Tools for Office Is it an Outlook add-in Current, our product has unique tools only for Outlook add-ins. All other add-ins are created using the IDTExtensibility2 model which is a Shared Add-in in Visual Studio. Also, at what point does your add-in loading fail Does anything happen Does it happen when you attempt to debug the solution Please respond to my queries, and provi ...Show All

  • Visual Studio Team System Couldn't find the user in BIS??

    http://juhfh-mgc28vzqc:8080/Currituck/SyncAclService.asmx    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Couldn't find the user in BIS.    at Microsoft.VisualStudio.Currituck.Server.DataServices.ExceptionManager.ThrowProperSoapException(Exception e)    at Microsoft.VisualStudio.Currituck.Server.DataServices.SyncAclService.Run()    at Microsoft.VisualStudio.Bis.Server.Scheduler.RunClient.Run()    at Microsoft.VisualStudio.Bis.Server.Scheduler.RunClient.Schedule() what's wrong hi, i receive exactly the same errorme ...Show All

©2008 Software Development Network