Matt Disney-Cook's Q&A profile
.NET Development Can't run web services locally.
Hi, I can create a web service, post it to my host and then use it. But I can't use a service on my local machine. I'm running Windows 2000 Professional. When I try it always says "can't create type classname". I figure this is because the web service isn't running on IIS like in v1.1. But I can't figure out how to make the web service run so that I can then run my web app locally and step through it. Any idea ...Show All
.NET Development Data table within a data table?
Hi all, I am wondering if I can have a data table which data rows are a part of another table. For some reasons, I do not want to use a view or create a data table with new instances of data rows. Could anyone tell me if this is possible Thanks, hz It is good to know this. I was thinking if an ADO.Net DataTable instance contained just references of the its rows, then those references would be able to be shared by mutiple tab ...Show All
Software Development for Windows Vista Dynamic Update to a Workflow Created from a XOML
Hi I have seen the dynamic updating of a workflow by adding/removing the activities in terms of class objects. Now i am creating a workflow from a XOML and i will have a new XOML with the changes in the workflow. HOw can i update the existing workflow with the modifications from the new XOML. this is how i am instantiating a workflow from xoml. string [] xomlFiles = { @"Workflow2.xoml" }; WorkflowCompilerResults ...Show All
Visual Studio Team System TF30162: Task "WITs" from Group "WorkItemTracking" failed
I got following exception during project creation after TFS installation. Here's my configuration OS : Windows 2003, SP1 TFS: Beta 3 Refresh Single Server Installation (Server is PDC as well) Here is the log: 2/22/2006 7:03:29 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 2/22/2006 7:03:29 PM | Module: Wizard | TF30227: Project creation permissions retrieved | Completion time: 0.0312508 seconds 2/22/200 ...Show All
Software Development for Windows Vista parameter declaration
What happened to the parameterDeclaration classes on Beta2 Now the only way to work with parameters inside a custom activity are the ParameterBindings Thanks. Matt_ Yes that is the reason why "Parameters" option is no longer visible in the "Properties" pane. ...Show All
SQL Server SQL ---database remoting copy
who else can help me My sql needs database remoting copy. Hello, Can you describe in more detail the scenario that you want to achieve From your short description, this doesn't appear to be security related. You may want to post your question on SQL Server Database Engine . Thanks Laurentiu ...Show All
Visual Basic New to Vb 2005
Hi friends, I am New to VB 2005, I have a professional subcription of MSDn..hw effectively can i use ,y subcriptionn...I developed a project in VB 6.0...but i am satisfied i need to convert my project to VB 2005..is there any simple way or I shud redevelop the entire project.. Also in VB 6.0 hw can code tro make my form Auto scroll and adjust with the screen resolution.. Please help..me Thanks, Bjorn There is ...Show All
Visual Studio Team System pending change that is not compatible
I'm trying to do a migration and this is one of the errors that I get: Cannot change item $/ECAT/fred/MigrationTest/migration.txt because it already has a pending change that is not compatible. What does this mean As far as the folder not empty message, I think it's because you have a pending add of the MigrationTest folder still. If nothing else, try pointing it a new folder... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. TextureLoader gone? Alternatives?
Hi, I'm new with DirectX and I'm starting with the December 2005 SDK. It seems like almost every tutorial or sample I've run into uses TextureLoader to retrieve textures. From what I've seen, and I've looked pretty hard, TextureLoader doesn't exist in Microsoft.DirectX.Direct3D anymore contrary to any documentation that I can find. Well, instead I've been using Texture.FromBitmap to load textures, which I guess is okay... But I can't ...Show All
Windows Forms Certain Events Don't Fire
Hello, I have a windows C# project with ToolStripComboBox and ToolStripButton, and I'm also using CAB and these files are in a loaded module. I tried a SelectedIndexChanged and Click event for those two controls, but they don't fire. Why don't they fire I don't understand the reasoning for that. Thanks, Brian Hey, THis corrected itself. I'm not sure why, but they were eventually firing. I'm having a problem wit ...Show All
Visual C# Nullable type testing against null
I need to test if a Nullable<T> instance is null after it's been converted to an object. My current code fails using this: using System; using System.Collections.Generic; using System.Text; namespace TestNullable { class Program { static void Main( string [] args ) { System.Nullable< int > n = null ; &nb ...Show All
Visual Studio Problem while executing my Add-In
Hai....., I have build an Add-In for VS.NET IDE. I 'm storing the information required for my Add-in to a file. The method i used to store is as follows; BufferedStream bs = new BufferedStream( new FileStream(fileName, FileMode.Create, FileAccess.Write, FileShare.Write)); BinaryFormatter bf = new BinaryFormatter(); bf.Serialize(bs, hashShortcuts); //<--hashShortcuts here is a Hashtable bs.Close(); bs = null; b ...Show All
.NET Development Asyncronous Sockets support TCP Message Boundary?
In The Name of God hello as u know tcp doesn't protect message boundries it means messages might be mixed into each other. in addition to that in TCP it's possible that a message would be delivered in diffrent times. so you must use a while loop to get the complete message. like this: int size_Total = 0; int size_Dataleft = 4; int size_Received = 0; byte[] size_Container = new byte[4]; ...Show All
Visual C++ devenv eating up cpu
The process is consuming 90+ of the cpu and becomes unresponsive. It has primarily happened while debugging a multithreaded application, though the app runs fine outside the debugger. I used the process monitor from sysinternals and it showed the following culprit: thread: "vcpkg.dll!DllGetClassObject+0xe015" with base&dynamic priority=8 stack: "FEACP.DLL+0xb47fe" I am forced to kill the process and restar ...Show All
Visual Basic Treeview Node Search (also node level)
The code I use to search for a particular treeview node obviously works because no error arises. However, when I try to show that 'searched for' node by displaying the treeview's selected node in a message box, nothing happens. It's as if my code did not find the node. Any suggestions By the way... Of what use is node.level if I cannot use it in code to manipulate a node I haven't foun ...Show All
