Software Development Network Logo
  • IE Development
  • .NET Development
  • SQL Server
  • Windows Forms
  • Smart Devicet
  • SharePoint Products
  • Visual Basic
  • Visual FoxPro
  • Microsoft ISV
  • Audio and Video
  • VS Team System
  • Visual C#
  • Game Technologies
  • Visual Studio
  • Windows Vista

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

Kinlan

Member List

tacallah
Damien White
avaya12
a-roba
Pedro A. G. Carvalho
Chatanya
Mike Lapierre
daydreamsy2k
87jerome
MON205
Joe Morel - MSFT
waqaas
vidalsasoon
Adam Weigert
40th Floor
The Admiral
kaynos
Barista
MLyons10
Sajitha Jose
Only Title

Kinlan's Q&A profile

  • Visual Studio Team System Error unshelving changes (SQL error 208) ---> Invalid object name 'func_CheckForMergeFailure'

    Hi, We're getting the following error attempting to unshelve changes in TFS Source: A database error occurred (SQL error 208) ---> Invalid object name 'func_CheckForMergeFailure' When I look in the TFSVersionControl db this function does not exist and I cannot find it in any of the other TFS databases. It looks like it was not created during install. I cannot find any information on this problem anywhere! Where should this function be Is there any way of creating it without rerunning the installer as it is a live server. Is this error caused by another problem All other source control functions in Team work perfectly. Any help appreciated. thanks James. James, Your best option here ...Show All

  • Software Development for Windows Vista Cannot install neither VC nor VB on vista?

    I'm trying to install VB6 and VC6 on my computer and before the installation I get error saying "ODBC's sqlinstalldrivermanager failed" then, at the 'actual' installation, when installer tries to copy DBNMPNTW.dll file, it stops and say "VB(VC)6.0 professional setup was not completed sucessfully" I'v set the installer (ACMSETUP.exe)'s previlege level to administrator and it still gets that error. I'm using WindowsVista build 5259. I am experiencing an immediate error "setup has encountered a problem and needs to close." when I try to install VB6.0 professional on my Dell Optiplex 745 running WinXP Professional SP2. I installed VB 5 just for testing and had no probl ...Show All

  • SQL Server VS Changes Table Attributes on Save

    I've spent HOURS on this!!! In an effort to get around the seemingly mindless decision to not allow a page header to appear on ONLY the first page of a report, I've coded up a work-around using a table that, essentially, looks like this: <table> width 7.5" <tr> height .5" <td> width 1.9, height .5, image </td> <td> width 5.6" <table> width 5.6" <tr> height .3" <td> width 5.6" , height .3", text </td> </tr> <tr> height .2" <td> width 5.6" , height .2", text </td> </tr> </table> </td> </tr> </table> By turning off the repeat options, I g ...Show All

  • Visual Studio Express Editions some Vs 2005 express problems

    Hi 1.Is there any child node in treeview 2.How can the text in the rich text box always show at the bottom while receiving some income msg from hyper-terminal Thanks Regarding the registry keys, I would suggest taking a look at: http://msdn2.microsoft.com/en-us/microsoft.win32.registry.getvalue(VS.80).aspx However, you may want to check out the My.Computer.Ports object as well... Best regards, Johan Stenberg ...Show All

  • Windows Search Technologies WDS 3.0 Install mode and SDK

    So far I was using WDS 2.6.5. I had created VB.NET application and used SDK to get search result programatically. Can anyone answer following questions so that I can start my experiments on WDS 3.0. 1. Is there any SDK avialable for WDS 3.0 if not when can be expected if yes please send me the Link 2. Is WDS 3.0 is also getting installed in per-user basis Some body told that it will be installed in per-system basis. if so search index created by one user can be used by another user, is it right Paul, any updates on SDK for WDS 3.0 . I heard that WDS 3.0 SDK is integrated in Windows vista SDK RC1. is it true If so WDS 3.0 will work only with .NET Framework 3.0. ...Show All

  • Windows Live Developer Forums display pin info

    hello is there a way to display the pin info as soon as you add the pin instead of the mouse hover over thanks. No time to check sorry but try this: after you add the pin: var pin = new VEPushpin(pinID, latlon, icon_url, title , details , iconStyle); map.AddPushpin(pin); var element = document.getElementById(pinID); element.onmouseover(); John ...Show All

  • Software Development for Windows Vista WMI Win32_NetworkAdapterConfiguration EnableStatic call fails with error 0x80070005

    Here is the code I am using: strComputer = "." Set objWMIService = GetObject( "winmgmts:\\" & strComputer & "\root\cimv2" ) Set colNetAdapters = objWMIService.ExecQuery ( "Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE" ) strIPAddress = Array ( "192.168.0.1" ) strSubnetMask = Array ( "255.255.255.0" ) For Each objNetAdapter in colNetAdapters WScript.Echo objNetAdapter.Caption If Left (objNetAdapter.Description, 15) = "Realtek RTL8150" Then errEnable = objNetAdapter.EnableStatic(strIPAddress, strSubnetMask) If errEnable = 0 Then WScript.Echo "The IP address has been changed." ...Show All

  • Visual Studio 2008 (Pre-release) Smart & Lazy Scrollable List ;-)

    Hello, I'm using a gridview/listview in order to display a grid of data to the user. However the potential # of rows can be very very large. So: 1. I don't want to get the entire list. 2. If I can, I would like to avoid (first, prev, next, last) paging scheme. So I was thinking maybe I could break the list into pages and employ lazy loading. In other words, have a slot of pages (lets say 5 pages), and as the user scrolls, I move the slot of pages and proactively gather rows from the db, keeping a few steps ahead of the user. I realize that the user may scroll faster than the lazy-loader or may just jump to the end of the list (I'm not sure how to solve those problems yet: one step at a time I guess). I got 2 of questio ...Show All

  • SQL Server distrib.exe --- Many instances running

    How many instances of distrib.exe should be running Yesterday I created multiple publications in SQL 2005. without counting, it looks like each publication has its own distrib.exe.... it this the way it is supposed to work Each instance it holding 8k of ram (not a problem right now) but I have many more publications to create... Please let me know if this is the way SQL server works now Thanks for the explanation. I just wanted to make sure it was normal... The reason for the multiple publications is not for the purpose of the subscriptions but rather the publications them selves. We have about 200 table that are changing several times a year based (data lenghts or additional columns). The ...Show All

  • .NET Development Reading Binary Format (QBasic) with C#

    I have a binary file with data stored in an old format [Microsoft Binary Format (QBasic)] The file is configured like this ----------------------------------------------------- Start Byte | End Byte | Lenght | Description | ----------------------------------------------------- 0 | 3 | 4 | date format YYMMDD | ----------------------------------------------------- 4 | 7 | 4 | Float | ----------------------------------------------------- 8 | 11 | 4 | Float | ----------------------------------------------------- \ \ \ ----------------------------------------------------- 24 | 27 | 4 | Float | ----------------------------------------------------- The first 4 bytes contain the date ...Show All

  • Visual C# Please help me confirm on windows service

    Dear All, I have a windows service which I need to run on particular time of a day. So I have build my windows service and add the code of my action of checking the database in the onStart function Is this correct or must I have a main function Another thing I have added is the debug.write I dont know whether it prints or not I done with installer and manage to successfully install my window service. So I dont know how to confirm if my windows service is running or not How can I set the time to be like specify for certain hours in a day eg. to run at 10 am, 12 pm, 2pm and 4pm daily Thanks. Dear Rizwan, I just would like to confirm with you the working of your code. Is that that yo ...Show All

  • Software Development for Windows Vista Raising an Event from a Workflow

    Hi, I have a very simple question. I have a WinFX Browser Application. Through this I start a Workflow and add a Service into this. The Browser Application Registers for Events in the Service. This event is raised by the Workflow itself when a certain condition is met. For some reason the Workflow raises the event but the code on the Browser Application never gets executed. I have searched everywhere for an example of this kind but could not find any. Could someone tell me how to get this done. Thanks I don't know if that's correct, but in my mind you are trying a workflow to host communication; one way to achieve this is to provide a method in the service that can be called by the workflow (via an ...Show All

  • Visual Studio 2008 (Pre-release) array binding

    Hi I am new to VB.net windows app Do we have Array Binding in ADO.net like we have in ODP.net, to execute a database stored procedure, multiple times in a single database round trip if there is way ,please send me a sample code eg..(used ODP.net) Imports System Imports System.Data Imports Oracle.DataAccess.Client Dim connectStr As String = "User Id=Scott; Password=tiger; Data Source=orcl9i" ' Initialize connection Dim connection As OracleConnection connection = New OracleConnection(connectStr) connection.Open() 2. Initialize the OracleCommand object: Visual Basic .NET 'STEP 2 ' Set command to execute Test_Arraybind database stored procedure Dim cmd1 As OracleCommand = New OracleCommand("", ...Show All

  • SQL Server Rendering HTML in text box

    We have an environment with reporting services 2000 sp 2 Is it possible to display HTML content in the text box For example I have a text box 'textbox1' on the report I have the text <b>Hello<b> world When I run the report I want it to display (hello in bold) HELLO world Currently when I do this It encodes all the HTML tags and the text displays on the report with the tags Thanks -U Unfortunately it's not possible. HTML or rich text formatting is not possible in 2000 or 2005. It's on the list but I'm not sure whether it will arrive in the next version or a service pack. ...Show All

  • Software Development for Windows Vista Using a Workflow by a Windows and a Web Application at the same time

    Hi Everybody, I just saw many Web Casts about WWF and I'm wondering is it possible to start the first activity of a Workflow by a Windows Application then doing the second Activity by a Web Application. I think it is not possible in the case where both Windows and Web applications must share the Same Workflow instance. Mybe there is a possibility to do that by using a Web Service by instantiating the Workflow on it then pass the reference of the Workfow by a Web Method. Thanks For Help. Hi, it's me again !! As I said, I want to rewrite the Expense Workflow but I'm blocked here ([System.IO.FileNotFoundException] = {"Could not load file or assembly 'ExpenseWorkflow' or one of its ...Show All

©2008 Software Development Network