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

Software Development Network >> Aero.NET's Q&A profile

Aero.NET

Member List

hatem elshenawy
Chinpokomon
turgay
lfunk3
testvoid
Glate
DesperateCoder
kenneth123
pershing
Magnus Hasselgaard
nguyen_van
kotteesh
WALLACETL1
Zenaku213
isunshine
besserer
Jeff A Beck
Shrad
gicio
Shah Yogesh
Only Title

Aero.NET's Q&A profile

  • SQL Server TOP 100 ordering of Data Question

    Hi, I was trying to use the UNION construct to combine two tables. The second table was to be sorted before effecting the UNION. The first attempt was the following: SELECT emp_id , assigned_branch_id FROM employee WHERE title = 'Teller' UNION SELECT open_emp_id , open_branch_id FROM account ORDER BY open_emp_id The above was generating an error. I then tried SELECT emp_id , assigned_branch_id FROM e ...Show All

  • Visual C++ Low-level Threading

    My most basic threading implementations don't seem to update nearly as quickly as they should. The program below seems to get stuck on the Sleep() call for a fifth of a second every time, even though I'm requesting a Sleep of a fiftieth of that. If I remove that call, the thread takes over the CPU, as expected. I understand that Sleeps are inaccurate but my previous experience has shown it to be off by a few milliseconds, not a few ten ...Show All

  • Visual C++ Project dependencies and command line build doesn't work

    I am trying to build our old Visual C++ 6.0 projects (Win32) in VS2005 and got stuck with this problem: The solution S contains 5 projects, they are dependable on each other so they have to be built in the correct order. Let's concentrate on only three of the projects and call them A, B and C. Now A and B can be built alone but they both need to be built before C so in the properties for the solution I have marked that C is depen ...Show All

  • Visual Studio Team System Scenarios Report Showing No Data

    I have added about 10 scenarios but they aren't appearing in the scenarios report. Iteration : All Area : All Any Ideas   Jean-Pierre       In addition to this, see this related thread (Actual Quality versus Planned Velocity Report, which refers to scenarios, doesn't work): http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=172099&SiteID=1 ...Show All

  • Visual Studio How do I add custom Platforms?

    I'd like to use the VS IDE for developing applications on other platforms than the build-in ones. Say for example a 'Playstation 3' platform configuration. How can this be done Regards, Asger I still have this problem - isn't it possible in vs 2005 Regards ...Show All

  • Visual Studio Tools for Office Asynchronous web service call behaves the same way.

    Using VST0 2005 with C#. I have an action pane that initiates a user request by creating a thread to query a web service. After the thread is created to do the work, the current (main) thread makes a progress bar visible and disables all action buttons and returns control to the excel application. The worker thread communicates with the main workbook via events. I have an event which signals the workbook that processing is done. At that time the ...Show All

  • Visual C++ malloc returns 0 and GetLastError 998

    In my program, some time into the execution, when I set a certain chain of events into action, malloc suddenly fails, and return 0 - even when the available memory is well over 1 GB. GetLastError returns 998 (Invalid access to memory location). I have been testing this on two different computers, on one (with less RAM available) there is no problems at all, on the other, malloc fails. I have installed Insure++ (www.parasof.com) in order to find ...Show All

  • Smart Device Development VS2005: Exception in Designer

    Hi, I have created a CF UserControl which among other things contains a Panel. When I add my UserControl to my application and the mouse pointer enters the area of the Panel I get the following error message in VS2005: "The control XXXX has thrown an unhandled exception in the designer and has been disabled. Exception: Object reference not set to an instance of an object." The appearance of the Panel then becomes the "re ...Show All

  • Smart Device Development Minimizing window without minimizebox

    I want to put minimize button, but I can not do because, CF2 is not support WindowState.minimized. Is there any way to minimizing the window on windows ce program without controlbox ...Show All

  • SQL Server How can I get the actual line number from inside flatfile sources for each record?

    hi all, maybe this is not a serious problem, but I tried for days to come toi a solution without success. My Problem: I have have several flatfile sources I need to import into a sql-server 2005 DB. It is very important for me to have the original line number from inside the source file for each record. The rowcount transform doesn't fit in for this task, because it accumulates all rows until the end of the dataflow. I tried s ...Show All

  • Visual C++ Can Anyone help me on CSocket memory leakage issue

    Hi All, I'm facing a memory leakage issue when i use CSocket in Visual Studio 6.0 ( VS Service Pack 6) Windows XP Service 2. This problem doesn't appear when i disable the themes service. The below link suggests this fix.. http://www.codeguru.com/forum/showthread.php t=370761 But i'm not able to find any information about this in microsoft website. Can anyone please suggest me with the patch for this issue Or point to me a link in ...Show All

  • Visual C# ObjectDataSource with strongly typed collection

    Hi, I'm using ObjectDataSource and giving MyCollection to it. However, the object (in my case GridView) displays only one item, the collection - with columns like Count and so on. How do I make the GridView to be populated by the items in the collection (currently accessing them using indexer (or IList GetList which is not supported by ODS). Thanks, Jan Does the method that you’ve indicated as the Selec ...Show All

  • Visual Studio About WSS and Versions of Documents.

    With Vs 2005 team system can I control the versions of the documents. Can I know who did what on what day on any document Can I see the diffferent versions of the documents with WSS .    Hi Luis, There are several forums available for Team System questions. You can move your question to: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=20 ...Show All

  • Smart Device Development Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\...

    This program is ported from a working evc4 project. If I don't choose to "register output" it copies the file to where it is supposed to go. If I elect to "register output" then the file doesn't show up in the emulator's directory and I get the above error. FWIW I have the following "Additional Files" msvcr80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\MyApp|0 atl80.dll|$(BINDIR)\$(INSTRUCTIONSET)\| ...Show All

  • Visual C# Overriding a property with a new name

    Hi there, I was wondering if is there a way to override a property from an inherited class with a new name... like: //the base class public class BaseClass {     private string _attribute;     public string Attribute    //the property to use    {        get { return this._attribute;}        set { this ._attribute = value ...Show All

©2008 Software Development Network

powered by phorum