sagarmalik's Q&A profile
SQL Server No processes on the end of PIPE
I had to move my developed software onto another computer in order to demo this. The new computer has IIS installed as well as VS2005 and SQL Server 2005. When I try to execute I get this error. A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) I have worked on this problem for two da ...Show All
Visual Studio VS 2005 IDE Crashes when debugging a stored procedure/inserting breakpoint.
Hi. I'm running the following setup: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual Basic 2005 77626-009-0000007-41026 Microsoft Visual Basic 2005 Microsoft Visual C# 2005 77626-009-0000007-41026 Microsoft Visual C# 2005 when I try and debug a stored proc in the IDE it immediately crashes and pops up the dr ...Show All
.NET Development UserID and PWD sent to Webservice
I have this code in my client app "windows forms": CredentialCache cc = new CredentialCache (); WebService ws = new testApp. WebService (); cc.Add( new Uri (ws.Url), "Basic" , new NetworkCredential ( "userName" , "MyPwd" )); ws.PreAuthenticate = true ; ws.Credentials = cc; MessageBox .Show(s.HelloWorld()); Now, in the server side "web service", how do i retreive the u ...Show All
Windows Forms Refresh Designer at Design Time?
Hi, I’ve created a simple user control which resizes its height automatically according to the image size loaded by a user at design time. After loading the image my control resizes but the control selection area doesn’t resize automatically - only when I click on the control. My control also has a custom control designer which restricts the control user to set the user controls height at design time. ...Show All
Windows Search Technologies WDS and WSS
Hello there My intranet site is Windows Sharepoint Services (WSS) which is running on MSDE (Sharepoint) not SQL Server. I have downloaded your adm file and added to group policy. In Group Policy under user config. In the search tab of Windows Desktop Search I have set the Primary intranet search location. I have set as follows: intranet, http://servername/_layouts/1033/searchresults.aspx k=$w ...Show All
SQL Server Which Replication Topology?
Folks, Help me figure this out once and for all! We have three geographically dispersed offices, each with their own local SQL Server. We are creating a DB application (SQL Server 2005) for our primary business (insurance) and expect to have one database with replicas on the other servers. (There is no "primary" or home server -- each of the local replicas/servers are peers.) Users in each office will update records in the local ...Show All
Software Development for Windows Vista How to use the SampleGrabber filter and the Overly mixer at the same time?
hello, everybody. i use the graphedit.exe to build a graph using the samplegrabber and the overlay mixer at the same time. these are the filters that i wanna to use: Sample Grabberer filter, Overlay Mixer and the Video Renderer. now, i can connect the preview pin to the input pin of the sample grabberer filter. but, when i connect the output pin of the sample grabberer filter to the input pin of the overlay mixer, it hits me as ...Show All
SQL Server Why my decision tree only show one level?
Hi, all here, I got one problem with Microsoft decisition tree model . The problem is: In my decision tree model viewer, the decision tree only has one level (the all level). What is the problem tho How can I solve this problem Very appreciated for any prompt answer to it. Cheers. Hi, Raman, thanks a lot. Got it done now by resetting the parameters. But in microsoft decision tree algorithm, the parameter MINIMUM_LEAF_ ...Show All
Windows Forms How to show the progress in percentage over a progress bar
Hi everyone I want to show the progress in percentage over a progress bar, like it is used in many of the installation programs, like if the background color of the progress bar is white and the text is showing "0%" then text is in&nb ...Show All
Visual C++ Function pointer and native DLL call
Hello, I have the following problem: I used an exsiting DLL in my C++/CLI program. This DLL get a function pointer back to the calling program. The DLL regulary calls these function. To understand what I did here the coding: In Borland C++ a working the solution is like: 1. Declare it extern "C" __declspec (dllimport) int __stdcall _DGTDLL_RegisterStatusFunc (int __stdcall (*func) (char *)); ...Show All
Windows Forms Naka, cheating won't help you this time
Hey Naka, I saw you pull out the same trick again this time, only that you did not put your real name for these imposters (kill_you!, kill_you!!, etc.) It's clear that you've decompiled the code since it would be impossible to guess the l ...Show All
Visual Basic Why the interfaces (from a reference) are not accessible ?
Hello everybody, I have created a simple . Net project. using Visual Basic ...Where there are two interfaces (A and B) and a class C. Interface A has been declared by myself in the *.vb file. Interface B is a COM interface, that I have obtained from a tlb reference. Class C implements both interfaces. The problem is that after: Signing with a str ...Show All
Visual C++ editing registry
I know how to delete a whole key in the registry, but how do i delete just one value in a key Maybe RegDeleteValue function can help you. ...Show All
Windows Forms Control like in debugger (mix of TreeView and ListView)
I'm looking for hints about creating control like it is used in (e.g. in Visual Studio .Net) debugger: a mix of TreeView and ListView. Imagine a "ListView" with 2 columns, where the first column may also contain "TreeView" (instead of Chec ...Show All
Smart Device Development Pocket PC application suddenly terminates
Hi, In the multithreaded programs that I have coded that run in the background, i always encounter issues when the app suddenly terminates. Reading other posts from forums over the web, most of these cases are due to memory problems, eg. Low Memory, Parts of memory not being freed. regardless of memory problems or unhandled exceptions, are there other ways in which the pocket pc would decide to terminate my apps For example when my app is idle ...Show All
