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

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

t0x1

Member List

philcart
MarkBoyce
Mark Gialo
smerilatt
Sherif Allam
nightowl03d
Opteron64
Joel Hensley
ANSHUL VIJH
Rolf700
Tomas Floyd
Reyad
DotKu
talin
Romuel
ZapNight
barteknj
orbii
CiNN
fletchdaf
Only Title

t0x1's Q&A profile

  • Visual C++ build solution every time

    Hi! I have a unknown problem here: every time I want to run my project, VC says that my solution are out of date, even I have cleaned and build or rubuild soluction... Why this happens Furthermore, my project is never actually build, that is, i have done a lot of modifications, but when i run and build the project, my application is like a old version. Why "But... what can i do with VS' bugs " You can now contribute in improving VS and log the bugs directly at http://lab.msdn.microsoft.com/productfeedback/default.aspx . Of course, MS folks will need a complete repro case to be able to reproduce the issue. Thanks,   Ayman Sho ...Show All

  • Windows Forms Detect data change

    I have a form with TableAdapter, BindingSource, DataNavigator ... and bound controls. When moving to a new item (with the DataNavigator buttons) or closing the form - I need a way to detect if the user has changed anything to ask if they want to save changes. If they answer yes then I will do the appropriate .Update - if they answer no I need to cancel any changes made in the controls. Any ideas I have been struggling with this, but have come up with this solution.  This function is passed a binding source and the address of the appropriate "Save" function.  It first checks to see if cha ...Show All

  • Visual Studio Team System Difference between Team editions

    Hello Guys Im really confused here and wondered if you guys can help me starighten this outplease Although some of the questions may be repetitive and using the same vocabulary itll help me understand. 1. What is Team Foundation 2. What is Team Foundation Server 3. Are Team Foundation and Team Foundation Server 2 seperate products 4. What is Team System 5. What is Visual Studio 2005 Team System 6. What is Team Edition for Software Architects 7. What is Team Edition for Software Developers 8. What is Team Edition for Software Testers 9. How does Visual Studio 2005 fit into this 10. If the team system, foundation etc are one product - is it i ...Show All

  • Visual Studio Team System SQL Server Source Control Plug-In Not Available.

    I've successfully installed the TFS client and I've been using it within the Visual Studio environment quite well. However, when I went to set it up within my SQL Server IDE, the plug-in isn't available in the drop down. Any help You can try TFS Msscci Provider - it provides SCC operations for SSMS IDE. ...Show All

  • Visual C++ Upgrading to VC++ 2003

    I believe that this is probably a stupid question, but I would just like to know for sure before I spend the money. I currently have Visual C++ 6, and the Visual C++ 2005 Express Edition Beta. I am interested in purchasing Visual C++ 2003, however, I need to know whether or not I will still be able to build and maintain the OLE Automation Servers that I have in VC++6. I have tried to build one in VC++ 2005 Express Edition and it won't build because it can't find midl.exe. Thank you for any help. You can build the OLE Servers but the express edition won't include the midl.exe. midle.exe is part of the PSDK wh ...Show All

  • Visual Studio ReportViewer DataSources

    I’m trying to set up a ReportViewer.LocalReport that I can pass a parameter to before displaying. I got the Report to display when I didn’t have a parameter and this additional code, so the ReportViewer part is OK. I’m not sure if I’m executing this code at the wrong time (in the wrong event) or just missing it all together. In App_Code directory, I have a DataSet (DataSet2), DataTable (prEmpVacView), TableAdapter (prEmpVacViewTableAdapter). I defined a method on the TableAdapter called GetDataByEmplNo to accept a single parameter. On the very last statement (..DataSources.Add) I’m getting this error: Val ...Show All

  • SQL Server Truncation error arrising from quote escaped quotes in quote encapsulated strings

    Hi All, I'm having trouble importing a CSV file into SQL using SSIS. The trouble seems to stem from truncation and from quote encapsulated fields. Firstly it's worth noting that some of the data within the quotes contains the separator. E.g. 12,"some text, and a comma",34 Thankfully SSIS seems to cope with that by specifying " as the Text Qualifier. My next problem was that the SSIS Import and Export Wizard gave an error: "failed because truncation occurred". But I fixed this by specifying the OutputColumnWidth for the NCHAR and NVARCHAR type columns to be the width from the table def ...Show All

  • Visual Studio Team System Single Server Installation Error 28002

    About 1/3 through the progress bar I get this pop up error message that error 28002 has occurred. My options are to Retry or Cancel. I have retried and after short delay the same error appears. I try cancel and the error goes away. Shortly after that the installation comes to a screaching halt with 2 logs which I saved off. The installation fails. I have tried to reinstall 2 other times and I get the same results. It's definitely reproduceable. I am getting nowhere with this product. Can someone assist I have the same error. Here is the log file: 02/23/06 14:48:12 DDSet_Status: Commandline: "C:\Program ...Show All

  • Visual C# creating DLL's

    if I create a dll using C# 2003 can it be added to projects created in c/c++ Have a look at this thread . ...Show All

  • Visual C++ circular reference in parent/child classes

    I have been trying to understand some code that another guy wrote, and though his code compiles and runs, it seems like it should never have compiled. He has 2 classes. One class is basically the parent, and it includes a pointer to the child it creates. As the child is being created, the parent passes the constructor a "this" pointer, so the child can later access variables in the parent. When I try to duplicate this logic, with a parent class called alpha and a child class called bravo, my compiler (Visual C++.net) complains thusly: ------ Build started: Project: main, Configuration: Debug Win32 - Compiling.. ...Show All

  • SQL Server SA password

    Hi expert, I just install SQL server express. Very smooth installation and allow me login into the server by using window authentication. How i want to login as sa. if I using sa as login and SQL Server authentication. I cannot login to ther server. Thanks. Hi, http://support.microsoft.com/default.aspx scid=kb;EN-US;Q285097 HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Null Processing Option (analysis services 2005)

    Hello, I've got a problem with a references relationship and null value. I've got a relationship bteween the table visiteur and the table keyword by a composed key which has the collection key: Action_id, reflink_value and reflink_name the keyword and visiteur table are bound by this composed key. and the relation is materialize (Analysis services 2005) But sometime, I've got values in visiteur table that are not in keyword table, I want that there's not an error when I process the cube. How can I do to force my cube to process and to count the correct number of visit in my table visiteur. For the moment, my cube count 7100 vi ...Show All

  • Windows Forms Whats your favorite open source data grid?

    I've only worked with a couple.  Whats your favorite one out there ::Is there a big demand for datagrids at a reasonable cost Yeah thats the problem, not a big demand :( there's not too many winform developers, even if it was asp.net. I have the same problem with my search engine - its worth alot to me, but not enough people&n ...Show All

  • Visual Studio 2008 (Pre-release) using 32bit and 64bit dll..

    We have a plan to upgrade our APP for Vista. And I have a some of question about it. some of DLL or Com are still made with 32bit. I want to use thouse. So my question is Can I use 32 bit and 64 bit DLLs or Coms, in same 64bit APP   < Youngmin@discussions.microsoft.com > wrote in message news:51f00d9b-169d-4dbe-bc66-b39320088d26@discussions.microsoft.com ... I am confused... what is that mean "64bit App can talk to 32bit Com". It is not loading proc I can't use "CoCreateInstance()" for loading 32bit Com     You can't mix 64 and 32 bit into a single p ...Show All

  • Visual C# Checking for internet connection!

    Hi, Can someone help me with this problem. I need to check if my system is connected to the internet or not. I have implemented the code in http://www.developerfusion.co.uk/show/5346 . But the problem is that there is a situation say "I have been connected to the LAN but there is no internet". I'm not able to trap this situation. My requirement is just to know if my system has a valid internet connection. Can someone provide me a solution to this in C#. Thanks, Frenz Hi there, You could try "pinging" out to a location on the internet (e.g. if you find out the IP address of mic ...Show All

©2008 Software Development Network