Kanchi Harish's Q&A profile
.NET Development Problem in .NET ODBC Provider
when i add new data source via odbc = Microsoft ODBC Data Source (ODBC) using Mysql database using option : use system or data source name when i click finish error showed : One or more error(s) occured while processing the database object(s). click ok to continue anyway or cancel to goback the wizzard and try to fix the errors. <`test`..`tablename1`> Could not retrieve schema information for table or view `test`..`tablename1`. I think this is a bug in vs.net 2005 if you had fixed this problem please send me a patch to fix thank you. Regard Hoang ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Microsoft XNA
Anybody know when XNA is supposed to come out I've seen demo's of it and know the stuff was set to come out at some point but it seems it hasn't totally yet Knight Technologies wrote: Anybody know when XNA is supposed to come out As far as I'm aware, a specific release date hasn't been set yet. The first parts to come out build on Visual Studio 2005 Team Foundation Server as I understand it. Knight Technologies wrote: I've seen demo's of it and know the stuff was set to come out at some point but it seems it hasn't totally yet Out of curiousity, which demos have y ...Show All
Windows Forms Post data from a WINDOWS FORM TO A WEB PAGE
I'm sending post data FROM A WINDOWS FORM (NOT AN ASPX PAGE) to a web page but it doesn't seem to be reaching the destination (or at least it appears that way). Windows Form Code --------------------------------------------------------- //Client side WebClient client = new WebClient(); client.Headers.Add("Content-Type","application/x-www-form-urlencoded"); byte[] postByteArray = Encoding.A ...Show All
SQL Server create sqlexpress mdf compat. with sql2k
I have a script to create a db. it only uses features available to sql2k. I only have sqlexpress, but want to distribute a db to someone with sql2k. Can I set a setting or something to allow me to detach my db and attach it to the sql2k server, or create the db as sqk2k compat. thanks Databases created against SQL Server 2005 cannot be detached and attached to SQL Server 2000. You should be able do an export/import. Dan ...Show All
Windows Live Developer Forums Hi there I got a problem with my MSN...Can anyone help me?
When try to recivive stuff when my friends send to me, when i try, it doesnt move, it doesnt download at all.. i tested my speed and its fine and tried allowing all traffic with my virus protection program but it still doesnt move... can anyone help me This probably has to do with the way you're connected to the internet. A firewall/router/proxy may be limiting your file transfer. ...Show All
Visual C# DLL with .exe
Is there a way to when compiling the release version all the DLL used in the solution go together with the .exe and not separated Thanks There is a way to do this, you can use the Microsoft Research tool called ILMerge . It allows you to merge multiple assemblies into one. ...Show All
SQL Server accuracy vs generalization
Hi! So sorry for posting yet another one of my silly posts about the correct way of doing things! I am using Stored Procedures to do various things in my database (inserting/deleting/updating) and using SQL Server 2000 SP4 The current situation is that I have a stored procedure which checks certain user details and returns either -1 or 1 as a success indicator to the caller. Now, obviously if we executed several queries in this stored procedure, performance will be an issue. However, I have no idea how to balance up the whole "more useful information" vs "general information". What I mean is thi ...Show All
Visual Basic Exe will not run on network drive
When I try to run a VB.net program I wrote from a Network drive, it receives this error: 'WindowsApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience.'. If I move the exe anywhere on my local machine then it runs fine. Now I have admin rights to the network drive and folders. Any ideas thanks, Dean Check out: http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx Best regards, Johan Stenberg ...Show All
.NET Development Why Two Installers For Windows Service?
One of the review questions in a C# MELL is: Why do you need to add instances of both the ServiceProcessInstaller and ServiceInstaller classes to install your service application This is a good question and I am unable to answer it. The MELL gives the following in the "Answers" appendix: A service application can contain more than one service. The methods of the ServiceProcessInstaller class perform the tasks that are common for all the services within a service application, such as writing entries in the system registry for all the services within the service application. The ServiceInstaller class performs tasks specifi ...Show All
.NET Development New Controls
Does Microsoft have plans for adding an IP Edit box control into VS 2005 Many developers have been looking for one with the same functionality used to change your IP address in the Windows Network Settings for many years. It would be helpful for one to be included so we could drag and drop onto our forms. -Jason David, You said that maskedTextBox allows you to move to the next component, could you clarify upon this. I am setting a custom mask as 99999.99 , for a decimal number. Its possible that a user wants to enter only 356.50, so he has two move till the decimal by using space which is of ...Show All
Visual Studio Express Editions can`t get sql server expres 2005 to install with vwd express or vb express
hi, i tried installing vb express 2005 beta 2 with the online installer and everything installed ok but sql server expres 2005 beta 2, this part of the package didn't complete its download and finally i had to uncheck sql server to get vb installed. after that i tried installing vwd express 2005 beta2 with the online installer and the same thing happened: sql server express 2005 april ctp didn't finish the download. i have spend a lot of hours waiting for it to complete downloading but nothing. here is a picture of what i say: i don't have any log file to look for errors, i only want to get installed vb, vwd and sql server express 2005 ...Show All
SQL Server P2P Replication Conflicts
Can someone who has had direct experience with this tell me exactly what happens when a conflict (updating same record on two nodes at the same time) occurs in a P2P replication topology Does the Dist. Agent throw an error More importantly does the replication set continue to replicate the articles after any error occurs Thanks, Derek the distribution agent(s) fail. They won't start again until you manually fix the error. -- Hilary Cotter Director of Text Mining and Database Strategy RelevantNOISE.Com - Dedicated to mining blogs for business intelligence. This posting is my own and doesn't ...Show All
Visual Studio Domain Model Definition Schema
Hi, I found a XML Schema used for validating the Designer Definition (*.dsldd) in my VS install (DesignerDefinition.xsd), but I couldn't find any for the Domain Model Definition (*.dsldm). Here comes the questions : Is there such a schema for the Domain Model Definition If so, is it available Will there be an equivalent for the united format (*.dsl) to come with the first final release of the DSL Tools Regards, Kevin POCHAT. Hi Allan, Actually that's quite a relief. The lack of XSD for the current dsldm is not a problem because, as the format is supposed to change a lot, it would have given me only ...Show All
Smart Device Development Code generation for property '<property name>' failed. Custom Control
I have a custom panel control that has a BackgroundImage property defined as per the code sample: private Image backgroundImage=null; [System.ComponentModel.DefaultValue(null)] public Image BackgroundImage { get {return backgroundImage;} set { if (backgroundImage!=value) { backgroundImage=value; Invalidate(); } } } All is good provided I assign an image to the control at designtime, but if I don't VS.NET barfs with the message: Code generation for property BackgroundImage failed. Error was: "object r ...Show All
.NET Development Need some huuuuge help, please!
Hi, If you have an SQL Database and in it 2 tabels,and on the main form you put both tabels, Clients and Reservations, with all their columns and I want to see every client with its reservation, how do you make all the connextions to work Besides binding every textbox that will be on that form with one of the 2 tabels, I have to write some code to work Thank you Regards, on radio button check disable the current tab and enable the tab u want im pasting the code below.. let me know if u still face any problem private void radioButton1_CheckedChanged( object sender, System.EventArgs e) { tabControl1.Selected ...Show All
