Bart1's Q&A profile
Visual Studio Team System "Failed to upload process template" -TF30157: Invalid node name
Hi guys, Long time i posted anything. Anyways, working with PTE and have created a process template. All the files are error free. When i attempt to upload them, i get the following error. "Failed to upload process template" The log is shown below. Any ideas why this is I have tried uploading from the actuall TFS box and my desktop, both yeild the same results. Hope you can help. Brad ---------------------------------- 2007-01-25 16:16:34Z | Module: Engine | Thread: 12 | Starting process template validation 2007-01-25 16:16:34Z | Module: Engine | The user identity information was retrieved from the Group Security Service | Completion time: 0.0156253 seconds 2007-01-25 16:16:34Z | Module: Engine | Th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Blender
Can blender be used with XNA GSE Just wondering b4 i go and get my new comp this week because my desktop crashed... Glenn, Thanks for taking a look. This is the model in blender: http://www.randomchaos.co.uk/XNA/blenderModel.jpg This is how it looks in my XNA project: http://www.randomchaos.co.uk/XNA/XNAModel.jpg Here is my blender project and the resulting model http://www.randomchaos.co.uk/XNA/LightCycle1.blend http://www.randomchaos.co.uk/XNA/LightCycle1.x Thanks for your time. ...Show All
Windows Forms Databinding ComboxBox, combo is bounded but behaves like no items present??????
Hello, I m using VS.net2003 vb.net My question is, I have a class with a dataset in it. The dataset contains 13 tables atleast with most of them to be used for user selection that is read only tables One of them is a table nmed, SalesType, I have a combo box, cmbSaleType bounded to that, this is how the binding is done; cmbSaleType.DataBindings.Add(New Binding("DataSource", mFcPartySetup.DSPartySetup, "SaleTypes")) cmbSaleType.DisplayMember = "NameField" cmbSaleType.ValueMember = "IdField" There are controls in tabpages, some of them are disabled and are to be supposed to be enabled only on user selection. cmbSaleType is in the customer tab which is also disa ...Show All
.NET Development OleDb and datagrid
Hi, I created a simple database using Microsoft Access and I try to display the data using datagrid. However, there is an error occured if I update the change in the datagrid (update,delete and add). The code is the similiar for Sql database and it works fine. So I just don't understand why there is an error. [code] dim da As OleDbDataAdapter Dim db As OleDbCommandBuilder = New OleDbCommandBuilder(da) Dim dsChanges As DataSet If ds.HasChanges(DataRowState.Modified) Then dsChanges = ds.GetChanges(DataRowState.Modified) &nbs ...Show All
Visual Studio Team System stsadm.exe non-zero return value -2130246810
I've been through hell and back with a single server install of Team Foundation Server. I call it hell, bill gates calls it "Microsoft Innovation". I believe this is the last osbstacle. Can anyone give me some guidance on how to get around this problem stsadm.exe non-zero return value -2130246810 I experienced this error as well when I installed TFS yesterday on a single server topology. But after I granted the set up account domain\TFSSETUP and domain\TFSSERVICE as dbcreator and securityadmin roles on SQL Server 2005. It works ok now. ...Show All
Software Development for Windows Vista Printing to specific output bin
Is there a way to send the printed output to a specific bin (printers with multiple output bins) Thanks You can specify the output bin as a Feature in your print capabilities document with psk:JobOutputBin with option and scored properties . PrintTicket will have the bin selected as specified by you. Here is the sample for specifying output bin in your print capabilities document: <psf:Feature name="psk:JobOutputBin"> <psf:Property name="psf:SelectionType"> <psf:Value xsi:type="xs:string">psk:PickOne</psf:Value> </psf:Property> <psf:Option constrained="psk:None"> <psf:ScoredProperty name="psk:Bin"> <psf:Value xsi:ty ...Show All
Visual Studio Can't edit macros; "The parameter is incorrect."
I am getting "The parameter is incorrect." when I try to edit macros. I get it from the context-menu in the Macro Explorer and I get it when I use the Tools menu to get to the Macros IDE. I have also gotten a message saying that an interface is not registered but I forget the details and I cannot get it to happen now. It is highly likely, nearly certain, that I messed it up. I tried to convert a couple of VC 6 macros and messed things up. Now however I can't fix it. I hope we don't have to totally re-install VS. I don't mind losing everything in MyMacros.vsmacros if I must so if someone wants to explain how to do that then that would help. I tried to search for provious answers; if there are any then I don't know what to search for. ...Show All
Internet Explorer Development Why does IE7 always popup the prompt window in vista?
I have created a BHO and a Broker process, and I want the BHO can access the broker process without prompt. Therefore I add a key and values into the Registry , so that I can silently elevate the broker process to medium integrity level. more infomation for "elevate policy" ,please see " Understanding and Working in Protected Mode Internet Explorer ". 1. Add a key like this HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{AA467279-FAA8-4154-94C3-71FBAD2FE3FE} 2.Add some values into the key AppName REG_SZ "test.exe" AppPath REG_SZ "D:\test\debug\" Policy REG_DWORD 3 CLSID REG_SZ "{BBD113D6-28F2-467F-B8D5-5F9508FC23BB}" ...Show All
Windows Forms Can Someone Show Me An Example of How Can I Use Listview to Show contents of a directory
Hi In my application i have to show the contents of a directory which contains pictures But i can't make the listview work. Can someone show me a way how to make the listview show thumbnails of a certain directory see: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=598536&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=39803&SiteID=1 ...Show All
Audio and Video Development Checking for Display
Is there a way to check if the Player is hooked up to a display or if the display is on ...Show All
Visual Basic add system bar button
well i have a qustion so i want to add a button to the system bar buttons (where the X and min / max) image : http://img205.imageshack.us/img205/2041/bar2af.jpg i saw that on emule (emule project c.46 i think) just add button and add a sub . another qustion : how to crate files that have another format : myfile.myformat (exapmle : a.exe , b.txt , c.bat , d.rpm) and read it ... tnx by the way i swap to HTML mode and put : <img src = " http://img205.imageshack.us/img205/2041/bar2af.jpg "> and as you see its doesnt work ... As to your first question, you can find a VB.NET example of creating a title bar button here . ...Show All
.NET Development udp socket.listen() issue!!!
hi,.. im trying to create a listener socket for the UDP sockets.. on which i transfer video... but when i declare the video socket and bind it to a IPEndPoitn .. then try to listen i get an exception.. m_VideoSocket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); int prt = 10002; IPEndPoint jsd = new IPEndPoint(IPAddress.Any, prt); m_VideoSocket.Bind(jsd); m_VideoSocket.Listen(10); the exception says:"the attempted operation is not supported for the type of object referenced". whats goin on here!! is it not possible to create a listener socket if the protocol type is UDP! thnx. Please see the link provided above. With UDP sockets you simply create the so ...Show All
Visual C++ Class wizard
Hello all, How do I go about adding a message handler i.e ON_MESSAGE(...etc) without the class wizard as in VC++6 Thanks in advance. Beside that Nishant already said. ON_MESSAGE macro is generally used to map user-defined message handlers. The handler function prototype is afx_msg LRESULT memberFxn(WPARAM, LPARAM); Here is an example: #define WM_APP_MYMESSAGE (WM_APP+1) // ... // MainFrm.h class CMainFrame : public CFrameWnd { // ... afx_msg LRESULT OnMyMessage(WPARAM wParam, LPARAM lParam); DECLARE_MESSAGE_MAP() }; // MainFrm.cpp // ... //}}AFX_MSG_MAP ON_MESSAGE(WM_APP_MYMESSAGE, OnMyMessage) END_MESSAGE_MAP() // ... LRESULT CMainFrame::OnMyMessage(WPARAM wParam, LPA ...Show All
SQL Server Converting to Windows Authentication? Suggestions, please
I am presently using MS SQL Server 2000; I have an authentication problem for which I do not have a good solution. Here are the main issues related to the problem: Standards mandate we change to use Windows authentication We have an old fat client application that presently works using SQL authentication We have ad hoc and report users that are members of a domain group that has read only privileges in the database The database is a union of 8 distinct databases that all run on the same server There are nearly 1000 stored procedure with a couple hundred of them using references to one of the other 8 databases – a couple hundred cross database procedures All update and record maintenance is performed within the c ...Show All
Visual Basic Setting control visible = false causes it to lose databindings
How come when I set my (textbox) control's visible property to false (in design mode) it loses it databindings at run time Is this the way it works or am I experiencing something else I just wanted to hide a control from the user. I am using the control to store a piece of data the user doesn't need to see. VB 2005 Thanks, Jim Yikes! I don't even remember where I had this problem! Sorry. I must have fixed it somehow... ...Show All
