Kathirvel's Q&A profile
Smart Device Development updating web reference thru UI
how can i do this i was thinking they wont be able communicate like at the IDE once i change the IP, it will automatically refresh/update the WS.. so it works the same way on the client ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Pro?
Hello I have Visual Studio .NET 2005 (not the express version) and I want to develop with XNA. I don't want to download and use the express version of C# or XNA - I just want to use my pro version of .net 2005. I heard mention of XNA Express and XNA Pro versions, but have not been able to find a Pro version of XNA yet. What should I use Thanks. XNA Game Studio Express does not work with VS2005 Pro. The Pro version of "XNA Game Studio Express" is not announced, and MS won't say anything about when and how much it will cost either. So, it comes down on what you want to do If you want to dev XNA games for Windows, you can - download XGSE, install it, and add the XNA refe ...Show All
Visual Studio Team System List of Applications and Builds
I am writing an application that needs to generate a list of Applications and all of their current Builds done with the BuildTypes in Team System. Is there an easier way to generate this list than to use I/O through the DropLocation folder My list should grab this following: Application Name = "ProgramA" Current Builds = "1.0.01., 1.0.02, 1.0.03 ...and so on for each Application that is built by Team System. Currently, all I can think to do is run through the DropLocation folder, which stores each build as "Application_BuildNumber" and split the filename at the "_". Any help is appreciated. A friend of mine mentioned some table that is stored by Team System which holds this info, but I cannot find i ...Show All
SharePoint Products and Technologies is there a keyboard shotcut key to switch between show in standard view and edit in datasheet view for a list items
Thank you ...Show All
SQL Server How to check the dependencies of a SQL Table in SQL Server 2000
Hi all, I m using SQL Server 2000. I want to know the Dependencies of a particular table in my database. I want to know the details inorder to delete the records which are not referenced from other related tables. (e.g) Customer, CustomerTax, Invoice tables are there. CustomerID is primary key in Customer table. CustomerID is Foreign keys in CustomerTax and Invoice tables. When i create new customer i enter customer tax also. So both Customer and Customertax details are stored in the tables. Once i created the customer details it not yet reference in invoice table i can deactivate(later i can again activate the customer) the customer, because it is not refered in Invoice table(eventhough it is refered in CustomerTax table). In ...Show All
Visual Studio Express Editions Petzold's .NET Book Zero
Charles Petzold (famed Windows author) has made a free book available title ".NET Book Zero, what the C or C++ programmer needs to know about C# and the .NET Framework". You can download it from his website . Looks like an excellent and well written introduction to C# and .NET. Even if you don't have prior C/C++ experience... Petzold = Windows All of his books are worth buying - if you learn 50% of what he teaches, you'll be better than 90% of the developers ...Show All
.NET Development Exception: An established connection was aborted by the software in your host machine
I get following exception each time i try communicate: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine I have very simple flow: 1. Send synchronized HTTP request 2. Call WEB service API in block mode 3. Send asynchronous HTTP request. The third request always fails no matter what i do. All requests are sent to same host though different servlets. Host machine is running Tomcat WEB service within J ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Using the Content Pipeline for custom objects
I want to use the Content Pipeline to utlize XML as an asset to produce engine-specific game objects. The XML file could contain definitions for multiple game objects, for example: <Movie Name="MarioRun" Duration="2"> <Frame Name ="m1" Texture="mario1" SourceRect="0 0 100 100" ... /> <Frame Name ="m2" Texture="mario2" SourceRect="100 100 100 100" ... /> </Movie> Is it possible to do something like this: ContentManager.Load<Movie>("MarioRun"); as well as: ContentManager.Load<Frame>("m1"); by utilizing the Content Pipeline and some sort of custom Importer/Processor/Reader/Writer combo. ...Show All
Visual C++ "error LNK2005"
I have the following code in my Form1.h file: #include "stdafx.h" #include <stdio.h> #pragma once struct Record { char arr[15]; }; Record theRecord; errno_t err_temp; FILE *tempfile; namespace StrToCharArr { .... //typical stuff } #pragma endregion private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { StrToCharArray(this->textBox1->Text); } }; } My StrToCharArray.cpp function is the following: #include "stdafx.h" #include "Form1.h" using namespace StrToCharArr; void Form1::StrToCharArray(String^ str) { err_temp = tmpfile_s(&tempfile); fprintf(tempfile,"%s",str); } I am g ...Show All
Visual Studio Express Editions My registration number is invalid?
I installed vc#express and registered on the site but the reg number M$ gave me was not accepted. Anyone have any ideas I had to go reopen the program and select register and M$ gave me a new reg number. Just in case anyone has this same problem I will add some search terms so ppl can find this post. Problems registering, registration number invalid, serial invalid visual c# express registration number invalid. ...Show All
Visual Studio Unpin a project recursively
Can I pin files in a project recursively Pin: http://msdn2.microsoft.com/ko-kr/library/adsxty97.aspx Unpin: http://msdn2.microsoft.com/ko-kr/library/0y9ch9s9.aspx ...Show All
Visual Studio 2008 (Pre-release) XamlParseException Error
I have xaml in Expression that has a button on it from a custom control library. When I test it, it works fine. I have now exported the xaml into a file and am now dynamically loading it at runtime with another EXE. Upon load I get the error... " The tag 'SearchButton' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Line '23' Position '6'. " Both projects reference the custom library and the dll resides where the EXEs get compiled. Any ideas This is the xaml file that I am loading. (Scene1.xaml) <Grid xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns:mc=" http:// ...Show All
Windows Forms how to capture screenshot of windows forms controls even if they are not visible?
Like in the subject, how can i save screenshots of windows forms controls, even if they are not visible For example if the control is in an application that is in the taskbar or if the form is hidden And what about if the control has a scroll bar and I want the screenshot fo the whole control area Thanks in advance for your help As counter-intuitive this sounds, it is actually possible. Put two buttons and a picturebox on the form, make the second button invisible. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim bmp As New Bitmap(Button2.Width, Button2.Height, Drawing.Imaging.PixelFormat.Format24bppRgb) Button2.DrawToBitma ...Show All
SQL Server MSFTESQL blocking itself
I am populating a catalog (which is taking longer than on 2000) and when I look at the processes what is see is strange... MSFTESQL has many spids and each spid appears to have 4 connections. Of each set of 4 3 are blocked by 1... This seems odd to me. Also the CPU is at 90%-100% but it is not the MSFTESQL service. It is the SQL server hogging it all. I have looked but can't find anything. I found information on it MSFTESQL is talking all the CPU but that won't help me. SQL 2005 is the only thing on this server (win 2003)... It only had 3.5 gb of ram but it is just testing ground for our app... Any guidence in what to look at or alter would be great... Look like the current syntax "alter fullte ...Show All
Gadgets Reading binary files
Hello, I need to read out a binary file in my Gadget. In this forum, I asked before, how I can read out files in general. Now I've got the next problem The whole code for reading the file looks like this: var oFSO = new ActiveXObject('Scripting.FileSystemObject'); var fTmp = oFSO.OpenTextFile(filename, 1, false, 0); var content = fTmp.ReadAll(); fTmp.Close(); var byteString = ""; for(i = 0; i < content.length; i++) { byteString = byteString + hex(content.charCodeAt(i)); } ..................... function hex(a) { return Number(a).toString(16); } I need a String that contains the file in this form: "AABBCC66339953AB..." I need it for sending it to a XML RPC. But I'm not able to figure it out. It works in general. B ...Show All
