karthik G's Q&A profile
Windows Live Developer Forums Map events not firing in Firefox 2
I just upgraded to Firefox 2. Event though this is still a release candidate ( i know ), the map events are not firing on my app. The events in question are "oncontextmenu" and "onchangeview". These are the ones i use at the moment and so i don't know bout the other events. Will Firefox 2 be supported in the near future A lot of people are already switching, and I have to know what to expect (Question for the VE Team) Thank you. Thanks Marc! It also resolves the onLoadMap event not working bug. Hope the VETeam include the fix for it in the code soon. ...Show All
Visual Studio VS 2005 help system is broken
I have been using VS 2005 happily for 6 months with the help working fine. The help is fully installed with it set not to look online for anything. Now gradually over the past few weeks the help system is failing, now getting to a point where I can't use it. First I was getting "Page cannot be displayed" errors. This has started happening more and more often. It can be fixed by pressing the Refresh button. Now this has started happening on just about every page. The page tab title changes to "Cannot find server", but this is installed help! Now on half the pages I am getting "An error has occurred in the script on this page". Line 15, Char 2, Error: 'SplitScreen" is undefined. I have tried rem ...Show All
SQL Server High availability for Database Mirroring
Hello, I would like implementing a database mirroring architecture with SQL server 2005 but i have questions. If i don't use a cluster architecture, i would like knowing if there's any solution to move the alias SQL server from the primary to the secondary by script. Anyone got a pb like me or any solution ... Thanks for your help... Hi We are currently developing an application that is having SQLServer 2005 as its backend. We want to make this application available at all times. How can i achieve this infact what are the exact parameters that i can use in my connection string to mention the mirrored instances in it. Thanks and regards Salil ...Show All
SQL Server Need Help on this SQL Statement
Hi All, sqlLstProds="Select * From PRODUCT_DEF "&_ "WHERE productID IN(Select productID From PRODUCT_DEF WHERE (IDProductCriteria = 5) AND ([Value] = '"&getSession("ModelID")&"')) "&_ " Order By IDProduct, IDProductCriteria" I have the above SQL Code in an ASP page. This queries the Product_Def table, however there is also a table called Product_sType, the primary key in that table is productID which corresponds to productID ub the Product_Def table. I need to add to the query a where clause, where active = 1 active 0 is obviously discontinued products, how would I do this So basically, it's somewhat of a join of some sort, like select * from Produc ...Show All
SQL Server SQL Backups
SQL 2005 I have a scheduled back up running at 1am everynight which after a few problems is running ok. Can I get it to overwrite the existing nights back up no data has yet to be added to the database as we are still testing yet the back up is doubling in size each night. Not really a SQL specialist this has been dropped on me so go easy on me please Thanks One BIG word of caution here: I would ALWAYS make sure that you have at least one good backup at all times, preferably on another system or offline. If you always use the same filename for backups, and use WITH INIT, as soon as the backup starts, you are without a backup. If for any reason that backup fails (worst case, a crash causi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Questions about using xbox 360 controller on my pc.
I have a few questions about using the xbox 360 controller on my computer. first of all, on the "how to test the xbox controller for windows" help page, it says when you run "joy.cpl" it should give you a game controllers window that says "xna gamepad", mine just says gamepad (controller), does that matter i want to set my controls so that x = button1 instead of 3, a = button2 instead of 1 and b = button 3 instead of 2. is there a way to do this i've been playing madden 2003 with the gamepad and some issues i've had is that the controls keep resetting and won't stay the way i want them to. it also won't let me configure the right trigger and left trigger in the game, it doesn't respond when i press them. are t ...Show All
SQL Server Foreach endless loop
I'm having a problem where I'm using a Execute SQL Task to retrieve a dataset and storing that in an object variable. Then on success of that execute sql task I use a foreach loop task to go through the dataset and do 2 tasks inside the foreach loop. When I execute this package I have ~12 records in the dataset however when I get to the foreach loop in the 2nd iteration it keeps repeating it. It acts like it is stuck on the second record (tuple) and never goes on. I'm using an ForEach ADO Enumerator in the foreach. I've even set a breakpoint on each iteration and no task fails in side the foreach loop. I'm completely perplexed why it will iterate to the 2nd record but get stuck there in an endless loop. I've tried this on 2 different compu ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to deploy on the Xbox at many developpers
Hello, I'm a student and I'm developping on XNA with my teamates. We have a Xbox 360 and develop on our personnal laptop. When we have tested our project on the Xbox, we can't deploy from each laptops to the Xbox. Does a solution to deploy from several computer exist Thank you for your help. O.C Ok, Thank you for your answer. We will setup a dedicated PC for the beta testing and the deployment of projects. Thank you OC ...Show All
Visual Studio Express Editions Web Browser Help
I am making a really simple web browser using visual basic express edition 2005. It works well except when I click on a link that opens a new window. Rather than opening a new instance of the form, it opens in Internet Explorer. How do I make the link appear in a new instance of my form there is a new window events in web browser, try to add logic to launch a new form Private Sub WebBrowser1_NewWindow( ByVal sender As Object , ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser1.NewWindow End Sub ...Show All
Visual Basic I can't reproduce the same error on debug mode
I have an application that is installed on a machine and which gives me first a managed error: "customer doesn't exist" then It gives me an unmanager error: " Run time error: 438 Object doesn't support this property or method" Then, the applications exits and the user has to start the whole application again But when I try to debug the application on my PC, all I get is the first managed error: " customer doesn't exist" and my application gives me back the control. It never exits and doesn t behave as it does on the other machine on which I have the application installed and runing I don t have that much code runing after the first managed error: "customer doesn't exist" This is the code that runs after my managed error and which is suppo ...Show All
Windows Search Technologies Using Database and Template for Ifilters
Hello. I am just a summer intern and I was assigned to research on how to add a new file type and how to index the database as well. I have given them the instruction on how to, but they want to have samples on how to implement the IFilter. I have searched the web, and was unlucky to find nothing. Isn't there any template that we could follow to implement the Ifilter Also, how could WDS perform a search in the database as well Is that where we need to create a new Store I hope someone could help me. Thanks, Jamielyn Hello Jamielyn, There aren't any simple and easy IFilter templates as far as I know, but there are some pretty detailed instructions (including pseudo-code). You can find one example here: http://m ...Show All
Software Development for Windows Vista Absolute Path to Namespace Extension GUID Path?
Does anyone know of a way to convert a string (or PIDL for that matter) corresponding to an absolute path to a string containing a path based off of a namespace extension GUID So instead of storing a path like so.... C:\Documents and Settings\skirk\My Documents\SomeDocument.doc I'd instead store it like so... ::{450D8FBA-AD25-11D0-98A8-0800361B1103}\SomeDocument.doc I would really like to be able to store references to GUID paths for all the namespace extensions available to a particular user and not just the user's documents folder. Any thoughts -Shane I implemented a nse as a virtual filesystem handling metadate in a database and files per WebDav. Unfortunately I can't create dos path to the fi ...Show All
Visual Studio Tools for Office Cannot open vbproj files in Visual Studio 2005???
Hi, I am still having problems about this. I can not create .vbproj files or either open them, getting a similar message to the one described previously ("the selected file can not be opened as a solution or project"). Not sure if I am doing something wrong or it is something related to the version of VS 2005 I have installed which is: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Any help would be appreciated. Thanks. Hello, I had the same problem with vbproj-files! Then I tried to install "Microsoft Visual Studio 2005 - Update to Support Web Application Projects" first. But I always receive an error-message, that I do ...Show All
Visual Basic Changing the color of a point using GDI?
I'm trying to change the color of a single point with GDI without affecting the colors around it. I'm new to GDI, but I miss PSet! *sniffles* Anyhow, my code: Language: Visual Basic .NET (.NET Framework 1.0) OS: Windows XP Home SP2 Dim B As New Bitmap ( 2 , 2 ) Dim E As PaintEventArgs Dim G As System . Drawing . Graphics = E . Graphics . FromImage ( B ) Dim P As New System . Drawing . Pen ( Color . Black ) So my Graphic looks like this (for the sake of simplicity, I assigned a letter to each of the four points): A | B ------- D | C Goal: Change the color of Point "A" only G . DrawLine ( P , 1 , 1 , 1 , 1 ) 'This fills in none of the points G ...Show All
Visual Studio RunTime Check failure #2 - Stack around the variable 'xyz' was corrupted
Hi, I'm facing this problem from the time I've ported to VS2005 from VS2003. All similar issues reported on various forums, talk of the case where the variable is an array and an out-of-bounds element of that array is being written to. However, in my case, the variable is an object of a class consisting of an HModule, two bools and six pointers. Could you please suggest what might be wrong Regards, Satnam Singh Anand ...Show All
