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

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

BillMcC

Member List

JTeoh
shz
yoshikatsu
Per J
RRHelpPlease
sateesh
Dave in Colorado
Roi
WWG
stu5601
Suncity
Superman
Bento
topcaser
plucky
Dale N
alwayslearning
Ian Fisher
ShadabKalim
jp2mail
Only Title

BillMcC's Q&A profile

  • SQL Server SQL Agent Failing when trying to run my SSIS Package

    My SQL Agent was working fine.  Now when I try to run it, it failes when trying to run my SSIS package.  I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable to start mail session (reason: No mail profile defined) 01/04/2006 09:53:48,,Information,[129] SQLSERVERAGENT starting under Windows NT service control 01/04/2006 09:53:48,,Error,[364] The Messenger s ...Show All

  • Visual Basic how to use com,and dcom in vb

    hi all i want to lnow how we can use the com and dcom in vb to connect to diffferent applications To call existing apps, just add a reference to them, right click on the references at the top of your project, add reference, click the COM tab and find it. You'll get a stub class, you create instances and they handle calling the COM object. ...Show All

  • Visual J# J# x64 Support

    Hi my question is: is there any planed support fur x64 in the J# 2.0 Framework i could not find any roadmap ... thanx Oliver Hi Oliver To add to Neela's comments, we have already started an Alpha testing process with our internal bits. We are waiting for the feedback on the same from the participants in this exercise. Thanks With regards Ashwin Raja ...Show All

  • Visual Studio Team System Attach a note to a work item

    I do not see any functionality to attach a note to a work item. In my view this is "must have" for any modern tracking solution. And it is available on many systems. When a bug is submitted - we need place to post qwestions, clarifications etc. What is the approach in Team Studio Is any way to do this or such feature have been just pushed to to future releases Alex. After some digging throug the interface, I discovered that user can attach a free text comment to all changes in the work item. After all, I can just attach a comment without making any changes. A bit of confusing place for this feature ...Show All

  • Smart Device Development Using the device emulator with VS.NET 2003

    Hi, I have issues with getting the existing VS.NET 2003 emulators to work but device emulator works fine as a standalone emulator. Is it possible to use the device emulator with VS.NET 2003 so that it can directly be called (for connect/deploy ..etc) from the VS.NET 2003 IDE Yes - just use the Device Emulator Manager to cradle an emulator instance, then tell VS.NET 2003 to connect to a hardware device via ActiveSync. Barry ...Show All

  • Windows Forms How to know the selected item in a DataGridView ?

    Hi, I'd like to know the item that is selected in a DataGridView. This DataGridView is supplied with a DataTable. How can I do Thanks in advance, Gilles Excuse me, you're right... In fact, I'd like to know how I can obtain one value in the selected line... But I found with this instruction : gvArticles.SelectedRows[0].Cells[1].Value.ToString() Thanks Valentine, Gilles ...Show All

  • Windows Live Developer Forums I can send files but I can't receive them. Whats wrong please?

    I have my firewall disabled and still cannot receive files from my friend. But I can send him. Funny enough, I received files before 3 times. What is going on Please leave a suggestion. gmgj wrote: When I go to connection troubleshooter, its greyed out The same happens here! ...Show All

  • Visual C# Finding your application's root folder

    I writing a game application, involving a lot of bitmap images. Due to the size of the images, I can not use the ImageList (Not to mention the difficulty of finding the correct image among 50 others, using nothing more than the index.) The problem is, when the application is compiled, the images will not be compiled with it, so I'll have to know the path to those image files. As I want my application to be as mobile as possible, I don't want to force the user to place it in a specific folder (eg. "C:/Program files/MyGame/") Isn't there some function that allows the application to find out what its root folder is, so I can just use t ...Show All

  • Visual Studio Tools for Office Action Pane Disappear

    Hi, I have load a action pane to a Excel workbook, in the mean time, I double click another normal Excel file and then switch back to my VSTO Excel file. I found that the Action Pane disappeared. How can I get it back (The action pane can't be appeared again even I press Ctrl+F1 in Excel 2003) Thanks, Once the visibility of TaskPane set to true, no matter you close it by clicking on X or Ctrl-F1, it will be always true, this could be a BUG. ...Show All

  • Visual Basic Possible to create a Dll in the express addition?

    Hi all   is it possible to create a dll using the express version if yes is there any good example to look at   Regards Soon Lee Hi, Yes it is possible to create a DLL using the Express Edition. You would need to select the Class Library project template when you start the project. You can then choose Build from the menu and the DLL would get generated. For tutorials check out the following link: http://www.learnvisualstudio.net/videos/Visual_Basic_2005_Express_Edition_for_Beginners.htm Regards, Vikram ...Show All

  • Visual Studio Express Editions comparison between VS express and the full edition

    Hi guys just started with VB Express - do my main development for Groove Virtual Office using Web Services - TIA for any information you can provide on this. 1. basically - what are the limitations of the express edition over the full copy - where do i find more info on compatibility etc 2. i try to add web service references to my Groove Project and i just keep getting a message "Access to the file is denied" - no problems with the folder so i am wondering if web services are supported - they should be or i am doing something else wrong. 3. i try to open an existing project done under VS 2005 in VSExpress - it seems to ...Show All

  • .NET Development New Rows do not appear in SQL database

    Hi all, I am busy with a project that requires I store information in a database. I'm using VS2005 Express and SQL Server 2005 Express. My problem is no matter what I try I can't get inserted data to appear in my SQL database. I believe I have setup everything correctly, I have a DataSet (smsdataDataSet) and TableAdapter (smstableTableAdapter) setup, the code I am trying is listed below: smstableTableAdapter.InsertQuery(MyGuid, SMSMessage.SMSOrigin, SMSMessage.SMSMessage, null, "SMSMessage",DateTime.Now); smstableTableAdapter.Fill( smsdataDataSet.smstable) ; smsdataDataSet.smstable.AcceptChanges(); smstableTableAd ...Show All

  • SQL Server How do I total a sub group like in Crystal

    I'm converting some crystal reports and can't seem to find a function in SRS that does totals by group. Here is the crystal function:          Sum ({rdo.TimeWorked},{rdo.JobID} ) It takes the sum of time worked for each job id. I tried using RunningValue with a scope but that didn't work because I'm not grouping by Job ID in my report. If it helps here is what I'm trying to do. Snapshot of data: Weekday    JobID   Estimate  Name    TimeWorked Monday     452536  90        HARDWI  16 Monday     458924  240     ...Show All

  • SQL Server SQL Impesonate Logon Problem

      Hi. I am currently working on an ASP.NET application which has to log on to SQL using a specific windows user account. As far as I am aware the only way to do this is by adding the Integrated Security=true ; property to the connection string. If you specify a user id and password then it will try to log you in as a SQL user. Is this all correct   To be able to login to the SQL server we explicitly call the LogonUser function from the   advapi32.dll then open a SQL Connection using the Integrated Security=true property. When you look at SQL Profiler it seems that there is two logon calls made when the conne ...Show All

  • SQL Server Can a Data Flow Task mimic Bulk Insert?

    Hi Guys, The way I understand a Data Flow Task is that it inserts the rows from the source to destination one by one. Is there a way to make it act like a bulk insert task We have been experiencing performance issues when inserting a lot of rows from one table to another. If there's no way to actually do it, can a bulk insert task functionality be scripted Coz what I need is a table to table insert, and the bulk insert task only accepts data files as sources. Thanks! Kervy What destination object are you using The OLEDB Destination and the SQL Server destination both enable bulk insert opti ...Show All

©2008 Software Development Network