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

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

kroyce

Member List

Eric12345
mike101011
fuzzylogin123
umuhk
russian
Ghostgollum
Andy Thevelein
Ramesh Singh
TEE_622
Anna6173
Miguel J
Sid Stusinski
mandoman
Mohit6032
mmelnychenko
binks120
Pieter M
Adil Hussain
TMTNJ
Sane
Only Title

kroyce's Q&A profile

  • .NET Development Can't update Access 2000, unhandled OleDbException BugID FDBK49997

    I can't update a Access 2000 Database, the sourcecode you can find below causes a error message "syntax error in update statement", "unhandled OleDbException" and no data is added to the database I even copy and past a working example from MSDN into my VisualStudio, I got the same error message again . An other problem I have is that I can not add a OLEDB DataSource to my Application with the help of the IDE, I can add a ODBC or SQL DataSource but if I click on Add DataSource in the Main Menu of Visual Studio 2005 and choose add Datasource and then I click on the Database Icon I can click on New Connection, but then I ...Show All

  • Visual Studio Express Editions unable to update data in a database

    Hello! I am using VC#2005 Express and trying to work all off the video tutorials. When I started to work on Lesson09, I encountered a problem: I follow instructions from video lesson, but when I try to update data in a database, I receive an error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. I use default settings for tableaddapter and dataset, in a same way as in video, and here is the code    private void button1_Click( object sender, EventArgs e) { bindingSource1.EndEdit(); int result = 0; result = customerTableAdapter1.Update(myCompanyData ...Show All

  • .NET Development .NET 2.0 Error

    I have created a webservice at the location //localhost/WebSite using VS 2005 Beta 2. The webservice contains nothing but the helloWorld web method. When I run a debug I get a server unavailable error in IE and the following in the event viewer: Warning: Failed to initialize the AppDomain:/LM/w3svc/1/ROOT/WebSite Exception: System.Web.Hosting.HostingEnvironmentException Message: Failed to access IIS metabase. Error: Failed to execute request because the App-Domain could not be created. Error: 0x80131500 Does anyone have any idea why this is happening or how I can fix it If more information is needed please let me know. Thanks ...Show All

  • SQL Server Can't connect to SQL Server 2005

    Hello, I have a problem with connecting to SQL Server 2005. I have a small network at home with a WLAN router connected to Internet. My notebook computer and desktop computer are connected to router. My SQL Server 2005 is installed on notebook computer and Microsoft Server Management Studio is installed on desktop computer. I wanted to add login so I could connect to it from desktop pc and a problem came up. When I tryed to add account (from desktop pc) to local group on notebook pc I couldn't do that becouse there wasn't offered desktop pc as a location. Also, when I try to make connection string in visual studio, i can se ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. drawing circles

    hi guys,               could u tell me how to draw a circle  around a perticular object in the world     sorry guys , again iam asking same question because iam a 4 months buddy to directx   iam drawing a circle in the world  around a perticular object. which should be scaled  or  rotated dynamically. e.g  the circle is around the object , if i drag or rotate the circle with mouse the object should rotate  of scale or move int the world.       some of answers posted here are ...Show All

  • Visual Basic Using Modules for the Underexperienced...

    I have created a public module to hold often used functions like cut, copy, paste, undo. I have something similar for print-related functions. I have the correctly named buttons on my form that correspond to the Subs in the module(s). Now how do I call the darn things If you have declared the functions as Public then you simply invoke them: Answer = SomeFunction(A,B,C) or Answer = ModuleName.SomeFunction(A,B,C) ...Show All

  • Windows Forms Resize Control

    How do I keep the control at a maximum of 32 * 32 pixels & no more/no less Any ideas The old MAPI control from the old VB 6 days was used to connect to Outllok Express... & send/receive mail etc. I was using it as an example because the control wasn't able to be resized because you were only supposed to be usi ...Show All

  • SQL Server Apply folder structure in SQL Server 2005

    I am in the midst of the process of migrating mdb databases to SQL Server. Since I have many databases, I want to organize them in a structured tree order, i.e. in folders and subfolders, like the example of "System Databases" folder. Is it possible and if the answer is yes, then how Any database can be moved to any location which is permitted to the domain account MSSQL is running under . Maybe it's tricky a little for the system databases master and tempdb; anyway all the information can be found on MSDN or BOL. To move user databases see sp_detach_db/sp_attach_db and http://search.msdn.mic ...Show All

  • Visual Basic MyMovieCollection up to 153 build errors

    Quick q before going deeper: Unzipped MyMovieCollection into C:\Dokumente und Einstellungen\gy\Eigene Dateien\Visual Studio 2005\Projects\Moviecollection\MyMovieCollection.vbproj and get up to 153 build errors. WinXPPro sp2 fully patched, VS2003, VB Express, SQLExpress,... Did I fail to install something Thx G Hi CRChambers, I've tried downloading online; however, I am unable to reproduce this error. Let's walk through the steps, to make sure I am executing the same steps you are. Then we will have a better chance of reproducing... Go to any of the following 3 download pages: http://msdn.microsoft.c ...Show All

  • Windows Forms Determining if SuspendLayout has been called?

    I have a control that Overrides the OnResize method. I thought a call to SuspendLayout before setting the Size property would cause the control to avoid OnResize calls until ResumeLayout was called but it does not. Is there a way to determine if the user has called SuspendLayout in the OnResize call Thanks, Ray If your code in the OnResize event changes the layout of the control (ie child control positions and sizes) then it should be moved the OnLayout method. OnLayout will not be called when a SuspendLayout is in force, and therefore solving your problem. ...Show All

  • Visual Studio Team System Is RTM supported by latest online Installation Guide?

    I've downloaded the latest Team Foundation installation guide from: http://www.microsoft.com/downloads/details.aspx familyid=E54BF6FF-026B-43A4-ADE4-A690388F310E&displaylang=en (File TFSInstall-v60317.chm) Here is a quote from the "Start Here to Upgrade" section: " To upgrade from Beta 3 Refresh to the release candidate, download the upgrade package from the Microsoft Downloads Center ( http://go.microsoft.com/fwlink/ LinkID=60341 ) and follow the upgrade instructions for Team Foundation servers. For new installations, follow the instructions in this guide." Note how it talks about the "release candidate ...Show All

  • Windows Forms Unstable Design View

    I dont like to complain but we really are having problems with the stability of our Winforms in Design View of VS 2005 (final).  We are constantly getting the following message accompanied with the Big Red X  when accessing a form in design view. This usually happens after a comile.  "One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes." Most of the time the errors can not be corrected by rebuilding the application.  It is neccessary to restart VS.  This is makes our productivity go way down ...Show All

  • Windows Forms Pls hlp urgent.Accessing one .net exe from another, assume both are running

            Syncfusion Forums Home  >>  Windows Forms FAQ  >>    Subject: Pls hlp urgent.Accessing one .net exe from another, assume both are running            By Sahridhayan at 10/24/2003 4:19:41 AM               hi i have two .net exe applications running, both are using common dlls bet ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX 8 SDK Library link problem

    I have a problem similar to that shown on the Raxvan thread and reply from Ursus Zeta , I have loaded DirectX 8 SDK from a disk included in the book 'The Zen of Direct3D Game programming' (must update to Ver 9 soon) I have linked the library files dxguid.lib, d3d8.lib, d3dx8.lib & xinmm.lib to a Visual Studio6 C++ win32 project but cannot get the project to compile because the last three library files will not OPEN (I think they have been found). My OS is WindowsXP professional, I can open the library files if I double click on them directly, shown in an instance of VS C++. Is this an XP security issue or what can I d ...Show All

  • SQL Server Problem getting SQL Server Express Service to Start

    I have had SQL Server 2005 (Full Version) installed along with SQL Server Express and suddenly SQL Express quit starting and will not start manually. I have reinstalled VS 2005 (Team Edition for Software Dev) and tried to reinstall SQL Express but the installation fails when it tries to start the service. Any suggestions Keith If it had been working for a while but stopped, and it logs on with an account other than local I would check to see if the account's password has expired. If that isn't the case, when you try to start it are there any messages in the Event Logs ...Show All

©2008 Software Development Network