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

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

DLG007

Member List

udotan
GoldenBrown2
JeffAz
TimBemis
Jonathan Freidin
Mike Husar
Doug Svacina
Svekke
Nada Ali
Hugo
Tunes
tim1234
BarryJones
Tom Freedman
Bramx
Kevin666
HelpMePl0x
sherrill
Domino7
Sir Codes Alot
Only Title

DLG007's Q&A profile

  • SQL Server Pipeline buffer leaks

    Any tips on how to deal with pipeline buffer leaks that are appearing when looping round a package multiple times.  Also any information on whether tweaking DefaultBufferRows / Size or threads would be helpful... (this is all stuff that either worked or wasn't as bad in the Dec CTP.. so much for progress....) This was a bug that has been fixed. There is no work around for this in the June CTP, but it will be fixed in the next CTP. Tweeking the settings won't help. The problem is a setting is being retained from one execution of the pipeline to the next and not getting reset. My only suggestion for t ...Show All

  • Visual Basic Searching via a textbox string

    Hi... I'm just jumping in to VS2005, and have tried to create a simple database search that will return all the items that are similar (begins or like ) text in a 3 column database table. The form has an input textbox, and a datagrid, similar to the output of an ASPRUNNER-PRO page...only I don't want a web page, I want to do this on a form. Everything IO've seen and read pertains to bound data to text boxes, whic is the opposite of what I am trying. I want to search and display the results of my matches. For instance... If some text is typed in a text box such as: trans, or gear, or raz, I would like all the matches to be output in a grid di ...Show All

  • Visual Basic ansii and string problem

    Hello, I am building a medium difficulty caculator and have finshed it all except for one problem. I have a text box that displays the caculations and I can type into it using the keyboard. But I only want to be able to type certain ansii codes(only numeric integers) ie 0-9, -, +, and "." How can I filter out the string so that only those ansii characters can be typed what are the ansii codes for those characters because I don't want to be able to accidently type an "o" instead of a "0"(zero). I am using the mid$ funtion to search the string using a loop but that is about as far as I get. Help would be appreciated. Thanks, Korey Hi, Y ...Show All

  • SQL Server Script databsae does not compatible with SQL2000

    I've created a databse on SQL2005, and I did not use any new data type for columns. I script the database, and select SQL2000 for "Script for Server version", howvever, the script generated cannot be run on SQL2000, it can be only run on SQL2005. The script generated by SQL2005 is not backward compatible like SQL2000 can generated script compatible wtih SQL7. CREATE TABLE [dbo].[Table1]( [Col1] [nvarchar](16) NOT NULL, [Col2] [nvarchar](100) NOT NULL, [Col3] [nvarchar](10) NULL, [Col4] [datetime] NULL, [Col5] [nvarchar](10) NULL, [Col6] [datetime] NULL, ...Show All

  • Visual Studio 2008 (Pre-release) XamlReader and {StaticResource }

    Hi, I'm trying to dynamically create a DataTemplate from an XAML string using XamlReader, but I cannot reference a value converter static resource. If I omit staticresource references it compiles and loads correctly. What is the correct way of linking the resources of the application into the xaml being loaded I have tried ParserContext with Parent set to the ListBox that the dataTemplate will be assigned to. I was trying xaml similar to this which works when used in the standard non-dynamic way. <DataTemplate xmlns="..." > <StackPanel> <Image Source={Bind XPath=@Id , Converter={StaticResource IdToI ...Show All

  • .NET Development can i create web forms from xml templates

    I'm producing a dynamic web form system which stores the web page in the database. It renders the page from the database to a real page by adding the controls to the ControlCollection of a PlaceHolder control. There appears no easy way to do this- I go through each element of the web page, work out which control it is, create the control and add it to the collection. I think the process is correct. The way I work out which control to create involves a large switch statement. I then iterate through all the attributes to set the control attributes. This bit of the process is complicated and I think is wrong! Is this process possible- ...Show All

  • .NET Development Unable to compile asp.net code behind file using dos vbc command

    I get compiler errors when I try to compile my vb code behind file using the DOS command:   vbc /t:library /r:system.dll,system.web.dll  <filename.aspx.vb> Most of the compiler errors were references to string functions such as Mid$, Format$, Right$, Instr, etc not declared, and OLEDBError not found. Below is a part of the compiler error messages: C:\Inetpub\wwwroot\CEAProduction\CEAPremiumRenter.aspx.vb(5) : error BC30466: Namespace or type 'OleDbError' for the Imports 'System.Data.OleDb.OleDbError' cannot be found. Imports System.Data.OleDb.OleDbError         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...Show All

  • Visual Studio Team System Error creating a new project

    Hello, I have spent almost 3 days trying different recommendations from this forum without luck. I originally had the "Unable to connect to the Windows SharePoint Services" error. I have uninstalled TFS / Sharepoint multiples times. Making sure I deleted the database. Last, I changed the port for Sharepont Admin to match TFS and now I am getting the following error when attempting to create a project. Please help. Error Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown. Explanation Cannot connect to the configuration database. For tips on troubleshooting this ...Show All

  • Visual Studio Team System How To:deny Domain Admin from Accessing The protal??

    Do you really mean the Portal As in SharePoint I 'think' you'll need to remove the domain admin from the local administrators group to do that. ...Show All

  • Windows Forms Modifying TargetDIR via Command Line Property

    I am creating a Visual Studio Installation project that we will use to build the MSI for our application (we were using Wise Installer). Based on a property being passed in via the command line, we install one of two versions of our application. Based on this property, we need to install the application to one of two folders (e.g. c:\program files\app -- or -- c:\program files\app\test). What is the easiest way for me to accomplish this Can I use a custom action or launch condition --- Thanks, Jeff I don't know which version of Wise you were using, but just be aware that VS Setup&Deployment projects do not let you do ...Show All

  • .NET Development Where is ICLRRuntimeHost::GetDefaultDomain?

    I'm trying .NET Beta 2 CLR hosting. Why is there no ICLRRuntimeHost::GetDefaultDomain QI for IID_ICorRuntimeHost on ICLRRuntimeHost returns E_NOINTERFACE. Calling CorBindToRuntimeEx twice is not allowed to get both pointers. Is this just for beta2 How would I create/manipulate AppDomains from unmanaged code otherwise Thanks Thanks! Binding to both interfaces is much more acceptable than using AppDomainManager for this. ...Show All

  • Visual Studio Express Editions Charts and graphs with VB Express?

    Can anyone recommend a charting component for VB Express. I would like to add some bar charts to my application and am not sure what the best approach would be. It would be great if there was a free solution available. Has anyone got a recommendation Thanks Thanks for the info. I dont know how I missed this on my first visit. Carl ...Show All

  • Windows Search Technologies SIMPLE instructions to REMOVE Windows Desktop Search

    I have written to MS without receiving a simple, non-MIS/IT description of how to remove this horribly intrusive add-on, that installed itself DESPITE clicking on DO NOT INSTALL. So (and without getting into the politics of who is behind this), all I want is the easy way to remove this program. I have gone into Add/Remove Programs and YES, clicked on Show Updates, but there is NOTHING clearly identified as Windows Desktop Search. ALSO, and most important, I DO NOT want to disable or screwup other programs/software. HELP. What is the point of having multiple users with passwords if ANYONE can access the entire history of EVERYONE ...Show All

  • Windows Forms Help ... Disable Ctrl + Alt + Del in Window Xp using VB 6.0

    I need the source code of VB 6.0 to Disable and enable the Ctrl + Alt + Del for Win Xp ... CAn anyone help me   Thanks Made By searchatweb.com Search At Web /////////////////////////////////////////////////////////////////////////////// Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As&n ...Show All

  • Visual Studio Team System How to make a file in source control writable when get it's latest version?

      When I get latest version of a file, it's automatically read-only. How can I configure the source control system that make some files writable when get their latest version Thanks!     You are correct that there are features from VSS that are not provided in TFS.  The reverse is true as well.  For a variety of reasons, there was never a goal of having every feature that VSS has in addition to what's in TFS.  We're going to take into account feedback from users of VSS, ClearCase, Perforce, Serena/PVCS, CVS, Subversion, StarTeam, etc. when deciding what to implement in v2.  The f ...Show All

©2008 Software Development Network