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

Software Development Network >> Eric Kinateder's Q&A profile

Eric Kinateder

Member List

the user
VBinjoo
Rui Silva
Tamer Darweesh
tamccann
aurn
Shyam Bharath
Bjorn Smith
Angal
JOCable
Jim1964
Reen
k - coro
Bruno Sanchez
Cyril839
nspangen3
G3rTrunk3n
Satyanand
PedroMCN
H. Erick Ellis
Only Title

Eric Kinateder's Q&A profile

  • Windows Forms Windows service

    Hi, i tried a simple windows service and got the following error message when i run it  "error 1053: the service did not respond to the start or control request in a timely fasion " anyone know why and how to solve the problem. Thank you. Goto Services in Computer Management and make yourself the logon user of the service and&nbs ...Show All

  • SQL Server Consistent Deadlock, need to identify the rogue PAGE lock

    I'm having trouble tracking down a deadlock in a large multi-threaded application. I have been able to gather some information, but not quite enough to identify the two queries at fault. I collected the following by turning on the -T1204 and -T3605 parameters: Deadlock encountered .... Printing deadlock information 2006-04-13 09:13:48.70 spid3 2006-04-13 09:13:48.70 spid3 Wait-for graph 2006-04-13 09:13:48.70 spid3 2006-04-13 09:13:48.70 spid3 Node:1 2006-04-13 09:13:48.70 spid3 KEY: 10:1993058136:1 (aa0069f30857) CleanCnt:3 Mode: U Flags: 0x0 2006-04-13 09:13:48.70 spid3 Grant List 1:: 2006-04-13 09:13:48.71 spid3 Owner:0x1a ...Show All

  • Visual C# c# form generator

    Hello All, Maybe this question sounds like i'm a lazy programmer anyway i'll just ask Is there any c# form generator based on database tables It's kind of cumbersome when we begin a new project, we starting design user interface such as textboxes, checkboxes, for data representation. After we generate the form, we will change the UI a little bit so it can match our demand. after that, we will start coding. Hai, Is you want to dynamically generate the form for the data avilable in the database, with connection If yes follow this step. In Visual studio IDE Open -- Server Explorer -> Data Connec ...Show All

  • Visual Studio Express Editions Loading a new form!

    Forum, I am using the Visual Basic Express Beta version. I've been trying it out and have noticed some language enhancements. Ive used Visual Basic 6.0 and have the code to load a new forum. In other words, I want the user to be able to click a button and it will load a new window. While closing the Previous form, using the Unload Me function. I want the code for VB Express Edition Beta, to load a new window. Any ideas Code samplings would be great. Thanks for your help! Ben. Any new form will be a variable of the main form. So, you create the form in the designer/IDE, create an instance of the form, and then call ShowDialo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. mdx hang on texture.dispose() (RESOLVED)

    hi, i've got a couple of textures i've created (pool.default, usage.rendertarget) that hang my app when disposing. glowtexture = new Texture(device, (int)glowwidth, (int)glowheight, 1, Usage.RenderTarget, Format.X8R8G8B8, Pool.Default); glowtexture2 = new Texture(device, (int)glowwidth, (int)glowheight, 1, Usage.RenderTarget, Format.X8R8G8B8, Pool.Default); they are used as rendertargets for a gaussian blur shader. if i call glowtexture.dispose() from my on_device_lost function, it hangs. if i dont, the garbage collector hangs. i've got other textures created with the same properties, so i'm not sure whats going on here. i'v ...Show All

  • .NET Development ODBC .Net Data provider Is it still an Add-in for 2005?

    In the previous version of Visual Studio, one had to download the .Net data provider for ODBC. Is that still the case for VS 2005 I haven't been able to find documentation concerning that...the ODBC connection class documentation mentions the data provider, but doesn't say of it is the .net version or not.... advTHANKSance The Oracle client is not included with the .NET Framework. This is Oracle software. ...Show All

  • Visual C# Can not set value to variable...

    Ok this problem is wird to me, so please help... I have an Struct... public struct PointStruct {      public Point FirstPoint;      public Point FinalPoint;      public string Tipo;      public string MuebleTipo; } [in my form] PointStruct [] Lista = new PointStruct [99]; // guide public string tipodibujo = "" ; public string tipomueble = "" ; then a event // OnMouseDown private void CartesianPlane_MouseDown( object sender, MouseEventArgs e) {      // if left click      if (e.Button == MouseButton ...Show All

  • Visual FoxPro createobject("mappoint.application)

    VFP (9.0) I am experimenting with mappoint for a stevedoring company. I am having problems with the Createobject("mappoint.application") When I execute the code I get the error message ‘Class definition MAPPOINT.APPLICATION is not found.” When I search the registry for MAPPOINT.APPLICATION I find nothing In the registry I see all kind of references to MapPoint but nothing to Mappoint.Application the way I see it for VFP, or EXCEL Mappoint.AddressActions Mappoint.AddressActions.9 Mappoint.Control Mappoint.Control.11 Mappoint.GeoHeadingActions Mappoint.GeoHeadingActions.9 Mappoint.GeoHeading ...Show All

  • Visual Studio 2008 (Pre-release) Where can I start to develop a voice-chat application in WCF world?

    Where to find the reference / document Not sure what you're looking to do, but you could start by looking at the MSDN article on voice synthesis ( http://msdn.microsoft.com/msdnmag/issues/06/01/speechinWindowsVista/default.aspx ) DL ...Show All

  • Visual Studio Team System Can't create team project... then check "VSTFWeb " web site...

    Hello~ I also can't create team project ... then I check my "VSTFWeb " web site in IIS 6. I to verify the web.config then I saw the string in LocalSqlServer is "data source = SQLEXPRESS...." that's default value, but when I install Team Foundation follow the install guide, we don't insatll SQL Express , aren't we I am not sure does this reason to occur error. any ideas or how to change it to support SQL Server 2K5 April and another question... I saw some demo from TechEd , I find "AdventureWorks" in the demo , but "AdventureWorks" support .net framework 2.0 . if is where can I find that version to install on Team Foundation. Than ...Show All

  • SQL Server Email Trigger in SQL 2005

    I am new to developing as will be evident from this post. Your help will be greatly appreciated. I am developing an intranet for our company using ASP.NET with a SQL backend. I am currently working on a suggestion box form. I would like to have an email sent to specific persons when a new entry is made in the suggestion table. I have been able to configure the trigger and generate the email (This was easy). Formatting the email has proven more difficult to resolve. The format I would like is somewhat as follows: F_NAME L_NAME submitted the following suggestion: IDEA BENEFIT APPROVE | DECLINE The items in RED are ...Show All

  • SQL Server SQL Db and attachments

    What kind of field type is used to store attachments as part of a record in SQL server database I am not sure what you mean by attachments. If you're talking about large binary values, you should consider using varbinary(max) which allows you store large binary values (up to 2GB). If they're smaller than 8kb, then you can use varbinary(8000). ...Show All

  • SQL Server Cannot get rid of SQL server 2005 Developer Edition Installation

    I cannot uninstall the SQL Server 2005 Developer Edition.  I have run the uninstall from the control panel for ALL of the SQL Server 2005 components.  They are no longer listed in the installed programs list.  I have done the uninstall with both the Control panel and the command line. When I try to install SQL server Express (Downloaded from the web last night)  It will not install.  The error message is: TITLE: Microsoft SQL Server 2005 CTP Setup ---------------------------------------- There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more infor ...Show All

  • Visual Studio Express Editions How do you add a variable as DefaultValue in Designer View

    Hi folks....I'm back, After searching and trial and error, I've hit a brick wall. I want to add a Public Variable as the DefaultValue of a Column in a new DataRow. In the DataSet Designer Properties, how do you insert a variable name into the field for DefaultValue Is this possible or are you constrained to putting only a String in as DefaultValue Thanks much. hi, open your double click your dataset in solution explorer, and select any column from your table , go to properties you will find datatype property and default value property, set the default value depending on the datatype ...Show All

  • Windows Forms Jet database engine/mdb file - issues?

    Hi, I have used the Jet database engine in .NET for an application in the past, and did not have any issues at all. I am working on a much bigger application, but can't see any obvious pitfalls (a few million rows perhaps is all I anticipate at worst). Moreover, this is a Windows application, so I don't have many other choices, it seems. I&nb ...Show All

©2008 Software Development Network