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

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

Inetcor

Member List

Davaren
Saric Sead
Shel S
MichelG
Merlinv
Antonio Galvan
techstudent26
sammy
Paul Smith - Sagestore
orconquest
Grumbler85
Padmav
Artem Gorkun
mdegi
Kaushik Bhattacharya
Dan_Johnson
KWWF
Kris R
AlpMis
AKORNICH
Only Title

Inetcor's Q&A profile

  • Windows Forms Error message "Type SqlAddapter is not defined"

    When I define "LPMda as SqlAddapter = New SqlAddapter" the error message 'Type SqlAddapter is not defined" is displayed. This may be tied to a problem with the Windows Designer not creating the 'Windows Form Designer Generated Code' and the fact that the Windows Designer does not include the ' Inherits System.Windows.Forms.Form' statement. Please let me know how to get around this. LitePipe (Friend WithEvents / dim ) LPMda As new System.Data.SqlClient.SqlDataAdapter or (Friend WithEvents / dim ) LPMda As System.Data.SqlClient.SqlDataAdapter LPMda = new System.Data.SqlClient.SqlDataAdapter ...Show All

  • Visual Basic Wich array type???

    Hi I would like to make an array of some sort, with these things: key(int),Name(String),adress(string),amount(int) ... What kind of array can i use to make this type of data collection It should have some of the same qualities of the dictionary array where you search by the key. Unfortunately the dictionary can only store two values.. You can create a small class to hold the individual items: Public Class Person    Public Key As Integer    Public Name As String    Public Address As String    Public Amount As Decimal End Class Then create a ...Show All

  • Visual Studio Team System Where can a non-MSDN subscriber get TFS WorkGroup?

    Based on the below info and comparison's on the VS Team site, the workgroup edition is included with all Team Edition VS's. We just purchased a copy of Suite, Developer and Tester. None of the CD's contain it. (obviously because the final was just released) The question now though, is how do we obtain it since we are not MSDN Premium subscribers and that is the only place MS has it to download from "Small Team If you are working on your own, or as part of a small team (5-person or less), than Team Foundation Server Workgroup Edition may be the right choice for you. Team Foundation Server Workgroup Edition offers all of the collabo ...Show All

  • .NET Development HttpWebRequest fails on some computers (weird...)

    Hi all, I got a strange problem with HttpWebRequest code, failing on some computers, but i can't reproduce it on either of my 3 different computers here. Following is the code snippet causing the error (on some machine configurations): HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http: //someurl.tld/somefile.txt"); /* --> optional block */ request.KeepAlive = false; request.ProtocolVersion = HttpVersion.Version10; request.Proxy = WebProxy.GetDefaultProxy(); request.AllowAutoRedirect = true; request.MaximumAutomaticRedirections = 10; request.Timeout = (int) new TimeSpan(0, 0, 60).TotalMilliseconds; request.UserAgent = ...Show All

  • SQL Server Upgrade to full version?

    Hello, Can I install Microsoft SQL Server 2005 Express Edition with Advanced Services over Microsoft SQL Server 2005 Express Edition or must I uninstall the basic version Thanks Frank ...Show All

  • Visual Studio VSTS 2005 Release Candidate fails to install at shortcutCLRDbg32.txt file....

    I've been trying to install the  Release Candidate of VS2005 Team System  under Virtual PC SP1  which is running Windows XP SP2  and it invariably fails towards the end of the main install trying to read D:\VS\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug\shortcutCLRDbg32.txt telling me the file was not found and offering me the choice of Retry (which loops failing with the same message) or Cancel (which does a rollback). That file is on the disk and appears to be a multi-stream file. It can be opened in Notepad in the host operating system (Windows XP SP2) ie outside the VPC with no problems.&n ...Show All

  • SQL Server Creating aomething similar like SCD wizard interface

    HI, I created a script component that is doing some transformations and it works very well. Now, I want to use the same script component on other dataflows in order to use it with other tables. Since my script component uses three outputs and some of my dimensions may have sometimes 50-60 columns, and the fact that I need to customize the column names used in my script, I would like to be able to have some kind of wizard like the SCD wizard to create columns into the outputs based on a list of columns that the user would and and input some columns (historical attributes, etc) into my script component logic . Has anybody did that before, o ...Show All

  • Visual Studio Express Editions howcan I install the Document Explorer for Visual Basic Express edition

    In Visual Basic I can't access the online help As leshay mentiones. Try to repair the installation. You do it from the control panel/add remove programs and the express editon you have installed. Click change/remove. You will get an option to repair the installation. EDIT: You can also install part (like MSDN) you didn't install before this way ...Show All

  • Software Development for Windows Vista Vista SDK Installation Failed

    Hi!! I recently downloaded Windows Vista SDK. I have downloaded the img image file. Using virtual DVD Rom drive I have mounted the same and run the installation from the virtual DVD Rom Drive. I currently have .NET framework 1.1(with hotfix) and .NET framework 2.0. I have no problems in installing Express Editions of VC++ and C# 2005 IDEs along with SQL Express. I have installed WinFX Runtime Components 3.0 Beta 2 before running the setup of Vista SDK and the OS I am using is Windows XP Home Edition SP 2 (OEM for HP). Can anyone help me out on this one The following is taken (in its entirety) from SDKSetupLog.txt ...Show All

  • Windows Forms How to refresh a gridview content

    I am developping a web application, I use a gridview to display data. To bind data, I used an objectdatasource with his select method is a method defined in tableadatper in VS2005. After some tretment I have to refresh the dataTable content so how should I do 1. Add a button or menu item called "refresh". 2. In the click event call Fill() or FillBy(). ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT on Win2000 ???

    I tried installing the latest DirectX with XACT & discovered that it will not work with W2k. Is there any way to get just XACT on a W2k platform TNX Ken KC7RAD David Weller wrote: No. Windows 2000 is an unsupported operating system for the DirectX SDK and its components (including XACT). This is not really true. The old runtime components, D3DX and Managed DirectX, are still supported on the older operating systems, Windows 9x/ME/2K. It's just the new runtime components, XInput and XACT that require Windows XP or newer. Unfortunately, while the XInput documentation makes this limitation clear, the XACT ...Show All

  • Visual Basic dataset won't save back to database

    hi all i have created an SQL db containing 1 table within VB 2005 express. i then created a datasource to connect to the DB. A dataset was then created. i dragged the dataset onto my "Form1.vb" and bindingsource, tableadapter and binding navigator were then created. i then pressed f5 to run. I can nvavigate through the records and create new one's but when i click on the save icon and then exit, the new records are not written back to the DB. any ideas Hi I already made this experience. Problem is that datasets are copies of database files so when You press f5 to run app it does not save to the original database the records. B ...Show All

  • Visual Studio Express Editions formating Numbers in Text Box

      If I format ("##.0") or use VB express formating "f1" then when I type number like 45, text box willl show 54.  How do I change that.  Without formating function, textbox input works fine. Any help is appreciated! KCtin   I just did something like this the other day. I had to display and HTML RGB color number and wanted to display leadin zeros, but in HEX. Format didn't seem to do that so I did this:   HexStr = Hex(temp) Protected sZeroStr As String = "000000" Protected Const cStrlen As Byte = 6 TbHex.Text = sZeroStr.Substring(0, ...Show All

  • Visual C# how can I deep clone an instance of any object?

    how can I deep clone an instance of an object for example: i want to clone an instance of the control class TabPage,including the references to its member.If I got the clone of the TabPage class,I can add it to any TabPlane i want with the same design. any ideas All the above works alright, but ... the other question arising from this chain is how to clone the object with events handlers I'd also appreciate if anyone has an idea on how to implement this in cf net 2.0 Thanks ...Show All

  • Software Development for Windows Vista Bug: Missing permission on stored procedure

    SqlPersistence creation script is missing an execute grant on RetrieveExpiredTimerIds: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlCli ...Show All

©2008 Software Development Network