Raju Rangan's Q&A profile
Software Development for Windows Vista Error Encountered Starting Windows Defender
Whenever Windows Defender starts up I get an error dialog with the following text: "Windows Defender encountered an error: 0x80070578. Invalid window handle." I am running Windows XP Service Pack 2 with all updates. I am also running Windows Live OneCare with a paid subscription and the IE7 Beta. Defender is set to scan every night at 4am. I get the error window ever day it starts. The scan seems to work fine even with the error dialog up. This only started to occur since I installed the Beta for IE7. Thanks I have the same problem. And I have everything updated automatically. I have had the same e ...Show All
Windows Live Developer Forums Trouble running activities/games in messenger
i tryed to use those apps that are on this page: http://www.worldsbestapp.com/ but the problem is that they wont start. messenger gives an error - "MSN Messenger cannot start this program. Please try again later" what should i do thanks The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.mic ...Show All
Visual Studio Debug JScript in an ASP.NET app with Visual Studio 2005
I posted this under .NET development earlier today, but perhaps it would be more appropriate here. I have recently installed the trial version of Visual Studio 2005, Professional Edition. I have converted an ASP application of mine (developed with Frontpage 2003) to ASP.NET and after correcting a number of incompatibilities it works correctly. However I have noticed that while I can set breakpoints and debug my VB pages, I can not set any breakpoints or figure out how to do any debugging with the JScript pages. The toggle breakpoint command is grayed out in JScript pages. Is this related to the lack of support for JScript in the Language ...Show All
SQL Server Question on Report Builder
I am launching the Report Builder from my web application. The launching works fine. The Report Builder displays all the models published on the Report Server, whereas the user launching the report builder doesnt have permission on most of the folders containing the models. The permission set on the folders individually (not inherit from parent) using Management Studio. The Report Server and the Report Builder folder under that both are running with Integrated Windows Authentication. Is there anything am missing to check I want the user should be able to see only those models, which he/she has been given permission to access. For ...Show All
Visual Basic Query In run time
I want select my Custumer name in date Grid. I want for example when I type "A" in my Combox my DateGrid show all custumer name started with "A" Qr in advance show all custumer name that contain for example "jo" in there name Or last name. how I can do this I use VS.net VB.net Beta2 2005 And Access For data base. But I can chenge it to SQL 2005. Tanks For your help. The datagridview is probably using data binding. In which case the you will have a Datagrid, Datatset, TableAdapter and BindingSource on the form (Drag a datasource onto a form in VB 2005 and it will create these for you.) You wi ...Show All
Visual C++ C++ DLL and File Not Found error
Hi all, I have a C++ DLL (not COM) that was intially developed with VS6. The solution was then upgraded to VS.NET 2005. Upgrade was successful, but building the DLL was not. A few warnings and errors resulted. These were fixed. One particular error was the the following functions in the .def needed to be set as Private: DllRegisterServer, DllUnregisterServer, DllCanUnloadNow, DllGetClassObject Anyways, the build succeeded. This DLL is used by a VB6 application and all exported functions are declared at module level. No changes were done to the dll's functions, names, etc. The DLL is located in the same folder as the VB6 appli ...Show All
Visual Studio Team System Error while running the script second time
When I run the web test, the test is passed, but when I run the same web test after 10 mins it is failed by throwing following errors. Request failed: Context parameter '$HIDDEN1._ctl0:DCT_DESCRIPTION0_MEMO' not found in test context. RequestFailed: Context parameter '$HIDDEN1._ctl1_ParID' not found in test context Can anyone help me how do we solve this problem (Note: On the error message "DCT_DESCRITPION_MEMO" where the value of this field is going into DB. ) Thanks Tampali Tampali, Just to add to what Rick said, that sort of error is usually caused when a previous page ha ...Show All
Visual C# Problem with variable
Hi there ... i can't understand why compiler can't find varible if i have declared it... please look at this code: private void button1_Click( object sender, EventArgs e) { bool found; string [] array1 = { "Mikus" , "Anda" , "Juris" }; for ( int i = 0; i < array1.Length; i++) { if (array1 == textBox1.Text) { found = true ; MessageBox .Show( "Atradu mekl to v rt bu. " + array1 + " ir mas va " + i + ". elements" ); } } if (found != true ) MessageBox .Show( "Nor d t v rda sarakst nav" ); I get following error: Error 1 Use of unassigned local variable 'found' bool found ...Show All
Visual Studio 2008 (Pre-release) Running WBA in an IFrame
I want to embed a web browser application in an HTML page by running it in a IFrame. There are 2 issues: 1. How can I get rid of the navigation chrome in the WBA It looks very bad in the IFrame. 2. If I have a <Hyperlink> in the WBA , how can I navigate the HTML top page to a new page by clicking on this hyperlink (like <a href="..." target="_blank"> behaviour in HTML) Thank you, Valentin Iliescu What changes are necessary to make removing the chrome working from <Page.Resources> I'm asking because it also would be nice to embed loose XAML without chrome into a webpage. Florian ...Show All
Visual Studio Team System Possible bug: Tools->Options->Database Tools->Database Connection->Instance option change doesn't affect until VS is restarted
subj Nick, Thank you for the feedback, I think it may be one of the known issues for CTP. Anyway, I'll look into it. By the way, there is a way to submit a bug or a suggestion directly to the team (bypassing a forum) at http://connect.microsoft.com . Best Regards, ...Show All
Windows Forms Minimize to Tray Window Form button.
Hello. How easy will it be to add a Minimize to Tray button beside the Minimize button on a Window Form this was a big problem with XP cause the classic theme would look fine but then the XP theme was all weird looking the minimize to tray buttont that is... How come Microsoft hasnt added the Minimize to Tray button on Window Forms like Messenger im talking about the button with a square dot that communicates minimize to system tray... I hate putting this feature in menus or sub it with Minimize or Close button... its to WEIRD dosnt communicate please let it be easy to add this button to the Main Window Forms I find this is the best ap ...Show All
Software Development for Windows Vista Workflow Designer Rules Support
Hi, I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. I need to basically setup a workflow, set some properties, then run the workflow from the designer. Part of this demo include the use of an IfElse activity and a Policy activity which link with the rules engine portions. I've trundled through the examples and the current samples get things about 75% of the way there, and I've probably gotten another 5-10% there by looking at the threads here, but I'm still stuck. Here is what's happening: 1. Create a new workflow 2. Drop an IfElseActivity on the design surface, thro ...Show All
SQL Server Load Strange Text File
Hi All, I am struggling with a file format that I have to loaod. The top n rows are the descriptions of the columns that are to follow. Once you hit a certain row that contains certain text, you then have a pipe delimited file of the columns defined above. How can you do this with the new SSIS. The flat file manager does not seem to like it very much. If you do delimited it only sees one column and then complains about truncation may occur. Thanks You can't do this directly. You would either have to write your own custom source component or you would have to do it in 2 steps. Writing t ...Show All
Visual Studio Express Editions SQL Express and VWD Express Set up and Config problems
Hi, I have downloaded and installed VWD and SQL 2005 Express. WVD works, but when I tried to use the asp:Login in alls I get is a eventID 1315. Then I ran the aspnet_regsql.exe and it said setup failed doesn't allow remote users. Then I changed the settings to allow remote users and ran asnet_regsql.exe and same thing. I changed asp.net config manager to allow internet access, it work when i debug but not when connecting on the internet outside the network. Completely lost Please help. Thank you Matt This sounds more like a code configuration problem, I would drop over to http://forums.asp. ...Show All
SQL Server Import XML string into DB
I'm not sure what an "edge" table is. Can you post a sample of the XML, the OPENXML syntax you're currently using, and the output you're trying to achieve -- Adam Machanic SQL Server MVP http://www.datamanipulation.net -- < GBez@discussions.microsoft..com > wrote in message news:c959c905-bfac-4471-b7a1-059439279ef9@discussions.microsoft.com ... Hi, I have a string of xml stored in a ntext field of a table in a SQL Server 2000 database. What I have to do is strip out the data stored in the string and store it in a table in the database. I ha ...Show All
