Rob Washo's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. issues installing DXSDK_Dec2005.EXE
Hi, I downloaded the SDK (december 2005) and I cannot install it. A window comes up saying: "Extracting file failed. It is most likely caused by low memory (low disk space for swapping file) or corrupted Cabinet file." Well, my machine has 2Gb of ram and my swap is the same size so I think the file is corrupted. Can anyone send me a link to a zip file that has the SDK extracted or a link to an EXE that has been tested to work I have downloaded the same file many times and have run into the same problem. thanks Have you checked disk space on your machine, the program will extract the file to a ...Show All
Visual Studio Local work copies and IIS
Hi all.. new to VSS so please bear with.. OK I go into VSS thru the .NET 2003 IDE. I select the File/Source Control/Open from source Control . select the project I want to work on... now I have not checked anything out as of yet... correct me if I am wrong at this point. When I select the folder from VSS containing the project/solution I need to modify, IIS creates a new virtual folder named from whatever the folder in VSS is. At this point I am just looking at the project files , not checking anything out yet. If I hit the "Save Button", where does the local working file copies go Are they the files in IIS or doe ...Show All
Windows Forms Dataview Sorting problems
Hi, Datagrid.Sort() doesnt seem to sort integers right. My code is something like this, this is a part of datagrid event: dgProductList.DataSource = catalogXml; dgProductList.CurrentPageIndex = e.NewPageIndex; //create a new dataview with xml data DataView dvCatalog= new DataView(catalogXml.Tables[0]); //provide sort expression from datagrid event dvCatalog.Sort= e.SortExpression; //assign data source dgProductList.DataSource= dvCatalog; //bind ...Show All
Windows Forms Can i create my own server?
I am trying to play Terrarium within a LAN with proxy and failwall :(. i want to create my own server so that i can work with it. does the server code is publiced If anyone still has any version of the .Net Terrarium Server and/or Client Source code, I would apreciate it greatly if you would contact me... Thanks ...Show All
Visual Studio Common Settings for all the projects in a Solution
Hi, I have an issue, if you could find time then can you please suggest some opinion Issue: I have a dotnet solution and under that a no. of projects are existing. I want to control project settings(like buid type, Enable/Disable Framepointer etc..) for each project from one common place (may be xml file or anything else). When ask to build solution it should read settings from that file and apply to each project and then it should build. One way is that writing perl script and change each and every project's settings before building after check-in and check-outs that is very time taking. I want to know is there any facility in vs.net by us ...Show All
Visual Studio Team System Team Build - Security
Hi, we would like to implement multiple team-build types, but only certain users must be allowed to execute certain team-builds. I have not found a way to ristrict which users may execute a specific team-build. Will this be an RTM feature - or must we use alternatives for all restricted Team-Build functionalities ie. a scenario would be deploying to a staging area - which causes different version-numbering to be applied. this may only be done my project-managers or team-leaders. TB would be perfect for it, but the rights-management is desperatly needed for it! ...Show All
Microsoft ISV Community Center Forums VB Control Air card sent file to GPRS
Programming VB control Air card I 'm want sent file picture by Air card with Air card GPRS Module Per our support engineer: I am not sure about what "Air card" you refer to. Usually if it is a third party product and you want to program against it, the third-party product should provide some interface or API for outside program to call. Does it have the method exposed for you to send file or picture You need to ask the card manufacturer about this. -brenda (ISV Buddy Team) ...Show All
Visual Studio Team System Unable to connect to BIS service
When I try to connect to the server I get the above error. Any idea Thanks in advance, Philippe I created a new active directory domain account (TFSSERVICE). What needs to run with this user account Thanks in advance, philippe ...Show All
Visual FoxPro Grid
How can we get those spaces which comes before and after the text in the grid column. You can see it in the browse form of data explorer. Thanks Guys Jitendra, If you look in your VFP/Tools/xsource folder there is a file called xsource.zip If you unzip this you will have the source code for all the VFP built components including the Data Explorer. - Craig. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MC2 Editor
I can not see the MC2 Editor being part of the XNA project. When I build/rebuild MC2 the editor files are not updated. What do I do wrong or How can I make changes and updates to the MC2 editor You do hijack my post. I need an answer and not more question that are partially un-related and simply handle file formats or are written such complicated that they do NOT help me at all. Post your own questions independently, please. You might understand software but you do not understand people and what they need. ...Show All
Visual C++ Visual C code to change parent process of new created process
Hi All, I have a problem while working in Visual C. I want to change the parent of a newly created process by my own code. E.g: " I am opening a notepad.exe by using CreateProcess API in Visual Basic 6.0 and another Visual C application is also runing that need to track the newly created process (notepad.exe) . The parent process of newly created process (notepad.exe) is visual basic application from which the notepad.exe in initiated. What i need to do is just change the process parent from visual basic application to whom i want. " Please any one could tell me the answer or any suggestion. Regards, Kamran Ali Hi Martin, Please ...Show All
.NET Development Compare time
Hi, Im having a lil question. Im trying to compare 2 times with eachother. One time is in an xml file. The other one is the time at this current moment. If the time is older than 1 month, it should remove a whole table from the xml file. This is the code i produced so far: static void Main(string[] args) { try { DataSet xmlFile = new DataSet(); xmlFile.ReadXml("test.xml"); foreach (DataRow dateRow in xmlFile.Tables[0].Rows) { string Date = dateRow["Date"].ToString(); DataRow[] tempXmlFileRows = xmlFile.Tables[0].Select("Date = " + Date); ...Show All
Visual Studio Team System Report Generation using FXCOP
Hi, I had generated xml files using FXCOP for my assemblies. Is it possible to generate a report in the following format. Component/ Naming Performance Security Assembly Name Viloations Violations Violations etc ... etcc Project1.dll & ...Show All
Visual Studio Problem with VSS internet access and IIS in 64 bits server
Hello, I just installed Visual Studio 2005, Sql server 2005 and Source Safe 2005 (RTM) in windows server 2003 (64-bit). All works fine. I can work with the services installed in IIS (reportserver and custom services I have created). But when I enable internet access in VSS database, the services stop working, with error messages as Service Unavailable or Internal server error. Anyone can help me Thanks Josep M Busquets Girona Hi Josep, I installed VSS2005 at home and indeed the ASP.NET page appears on Win2003(I've never seen this at work, with raw drops). I thought you were getting the error while trying to ...Show All
Visual Studio Tools for Office Aligning Center
Hi All, I'm inserting an image in a Word document programatically. Before I do it, I want to set the Align Center. How should I do it TIA, Pavan Hi Pavan, To better help you with your question, it would be helpful to post the code you're using to insert the image. If you're inserting the image into a paragraph that you want to align center, you can set the Alignment property of the ParagraphFormat of a range. For example, if you're inserting the image into a bookmark, you can use the following code to first center align the paragraph. Me .Bookmark1.ParagraphFormat.Alignment = Word.WdParagraph ...Show All
