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

Software Development Network >> Tim Brassey's Q&A profile

Tim Brassey

Member List

Divya
Sathiya Sivam
Duckfoot
_WE_
Dave White
Vignesh Kannappan
moyoz
Tom Lake - MSFT
theperfectbeat
Alex Feinman
Rose123
BradWest
hello frns
scottnmead
ivycress
Philip.Mostert
PharmerNick
Calumm
An0n3m0us
Philippe Quesnel
Only Title

Tim Brassey's Q&A profile

  • SQL Server MIIS 2003

    Is there any way to make MIIS 2003 install with SQL 2005, or do I have to stay with SQL 2000 SP3 for all new MIIS 2003 implementations thanks, Azin I'm not sure anyone in this forum knows enough about MIIS to answer this. The forum is about SQL Integration Services (part of SQL 2005 product), not about Identity Integration Server. (Sorry, I don't know if there is a forum for MIIS either). ...Show All

  • Windows Forms Advise on real time updates

    Hi guys, need your advice. Bascially I have built a Online Cinema Seat Reservation system using VB.NET Windows Forms. The system will be installed on probably 10 terminals. e.g. Imagine going to a cinema booth and you see 10 ticket operators. Bascially what I am trying to implement is real-time updates. Meaning, if one operator selects a particular seat, another operator on another terminal should not be able to select the same seat. I have co ...Show All

  • Software Development for Windows Vista Problems with the PSDK installation

    I use Microsoft Visual C++ Express Edition and I wan't to download Platform SDK.Very good....I have downloaded the PDSK file and start the installation.But at 50% of installation I receive a error: "A necesary file from C:/Windows/Installer is corrupted." But I have an antivirus (BitDefender 9 Internet Security) and I have tried on another Windows XP system from my computer (I have 2 Windows XP) an I received the same error.What I can ...Show All

  • Visual Studio Team System is it possible to run fxcop before build

    Hi all; We run the Fxcop during build from a NAnt script. After build there is over 10.000 error and it is very hard to fix them... is there a way to analysis source code (not assembly) Thank you for your reply... ...Show All

  • SQL Server DBNULL

    I found a bug, if a textbox of a record row has dbnull value, all of following rows will hide the textbox, even they have non dbnull value. My current workaround is use ISNULL(col,'') AS col in query. Is this by design or a bug ...Show All

  • .NET Development ExecuteNonQuery hangs

    Hi All, I posted a question some days ago, but didnt get any response. I guess I didnt word it properly. I'll try my best this time.... This is what I did: Create Command(connection, myTransaction) Set TimeOut property Try myCommand.ExecuteNonQuery() myTransaction.Commit() Catch ex as Exception myTransaction.Rollback() End try But the app hangs at myCommand.ExecuteNonQuery() statement. So, I tried to do it differently: I try to run the Exe ...Show All

  • Visual C# check internet connection + internet speed

    how to check if PC is connected to internet using C# 2005 and on what speed it's connected To check the internet access: Response.Redirect (“http://....”); About the speed connection I will try to find somewhat out. Maybe later. Have a fun! Valentin MCP C# Do not hesitate to contact me! www.wwv-it.eu valentin.welter@t-online.de ...Show All

  • Visual Studio Team System Some questions on team foundation source control

    I am trying Team Foundation Server Beta3 Refresh and there are several questions : 1) How can I add solution files or project file(*.csproj) as plan text file It seems the solution file and project file are tightly bind to the source control system and sometime this will cause some problem. For example : I have two solution files : A.sln and B.sln, and they share some common projects : A.sln : contains 1.csproj, 2.csproj, 3.csproj B.sln : contai ...Show All

  • Visual Basic Attempting to add a datasource

    While in vb.net express, I still can't make a connection to the sqlexpress database when I attempt to add a new data source. I have tried everything. This is the error message I get: Unable to open the physical file “c:\Program Files\Microsoft SQL Server\MSSQL.1\Data\Master.mdf”. Operating system error 32: “32(The process cannot acces the file because it is being used by another process.)”. An attempt to attache an auto –named database for f ...Show All

  • Visual Studio Express Editions Linker errors when building samples...

    Ever since I installed VC++ express I get linker errors when building any of the samples I've found in the "Microsoft DirectX SDK (December 2005)". It has been a long time since I have used C++ and thought I should give it a new try when I found it free here. But I can't get it to do any programming when the aplication will not work. I installed VC++ express, "Microsoft Platform SDK", "Microsoft Visual C++ Toolkit 2003&q ...Show All

  • Visual Studio 2008 (Pre-release) Question about change in behavior

    In prior CTP/Beta releases of WPF attempting to add an element as a child of another element would fail if the element was still a child of some third element.  Has this changed   I am currently encountering a situation where adding an element as a child of another element suceeds even when it is already a child of the new parent element. For example: par.Children.Add(child); par.Children.Add(child); Would suceed.  The ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Maximum Range for Mesh.Intersect Function?

    I am testing for intersections from a point into a mesh at a specified direction, but it only returns hits usually if they are less than 100. I have gotten a 101 before, but, never greater than that. Is there some sort of maximum range for the intersect function I wouldn't imagine there being one, but, if so, how does one extend it Here is my code, in case someone spots an error elsewhere: Function HitMesh( ByRef AnotherMesh As CZoo ...Show All

  • Visual C++ partial class how-to?

    hi, i have been looking at the microsoft help files and how-to's with no luck on finding how to create a partial class. I need to create a partial class for a datatable i am using. the first information i found just didnt work at this location in the help file... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_raddata/html/dfbc21eb-7ea2-4942-addd-49677f5493be.htm the link on that page to the partial class definitions also didnt work when ...Show All

  • Windows Forms Delete multiple directory in file system

    Is there any way we can delete multiple directory at the same time without cleaning the children I have over 200 folders on the project and I don't really want go one by one to delete the content inside the folder before deleting the folder itself. When I'm trying to delete it is saying: Cannot delete folder, folder is not empty or it might contain excluded files, which are not shown. I can't beleive I will need to do one by one.... ple ...Show All

  • Windows Forms Image recognition in .NET ?

    Hi! I am looking for something like image recognition in .NET. Short story what will I do: Imagine I have a jpeg picture with a man on it. The background is much brighter as the man on it. Imagine it so: You have a white paper and a black figure on it. I will automatically add 10 textboxes on the picture. But the 10 textboxes can not be positioned on any part of the figure. I need a framework or a sample code to recognize the image and set a ...Show All

©2008 Software Development Network

powered by phorum