Software Development Network Logo
  • Architecture
  • Windows Forms
  • Windows Vista
  • Visual Studio
  • Visual FoxPro
  • Visual Basic
  • VS Express Editions
  • Game Technologies
  • Visual C++
  • VS Team System
  • Visual J#
  • Microsoft ISV
  • Smart Device
  • SQL Server
  • Windows Live

Software Development Network >> Rahul Bindlish's Q&A profile

Rahul Bindlish

Member List

Brian Matuschak
Neil Clark
George K
Sogran
shushi
Shane Meeks
ShankuN
Berchtold Willy
asaad
zool
Matthew Mickelson
69er
jonfroehlich
Storm Devil
DK Malethia
Dirk Haest
Jan Pukovec
aminoplacid
Tomas Scott
Very Anonymous
Only Title

Rahul Bindlish's Q&A profile

  • Smart Device Development Problem with setup and use a GPRS RasEntry...

    Hi everyone, Does anyone has already played with a PocketPC with GSM cellular I’m with a Eten P300B and I’m having some difficults to create and manage DialUp accounts (RasEntry). When I’m creating an Entry trough the Windows Mobile UI, I have to select the "Cellular Line (GPRS)" device and enter a access point name ("tim.br"). I always used the RasGetEntryProperties and RasSetEntryProperties functions to create and manage RasEntry, but I don’t know how to specify value to fill the "Access Point Name" option. If I create the dialup and call the RasDial() function, it connects without problems, but if I need to c ...Show All

  • .NET Development Expiration of Dlls

    Hi, I am a new comer to c# and .net. I am currently required to solely maintain a c# and asp.net based web application. My ex-colleague who worked on the application says that the dlls will expire this month end. He says he has set expiration dates and this is locked in an encrypted file. To decrypt and remove the expiration dates, he has to come in person, use his active USB card and unlock the code. I don't understand this. Can somebody please explain what he has done Thanks, Bell Hi! It appears that he has embed in code something related to dates and expiration, I can guess a dozen of ways t ...Show All

  • Visual Studio Team System Setup is the pickiest program!

    Can anyone tell me why I cannot install TFS using a SQL Server that has reporting services installed I have a very large and powerful SQL Server cluster that I cannot use for TFS since it has Reporting Services installed (and no, I am not going to remove them). I understand that TFS wants Reporting Services on the application server but it should not install just because I have them on my SQL Server. You can use the single server configuration of TFS to keep Reporting Services on your SQL box. BTW, if you do move Reporting Services to the application tier, it's only moving the RS application tier - the RS databases are still on ...Show All

  • SQL Server Is (local) really local?

    I have one outstanding problem to address before I can ship my product. In all my searches, I have not seen this problem mentioned. It seems that you guys are my last hope. Sorry if it has already been asked and answered. When connecting locally to a named SQL 2000 instance (SP2, SP3, SP3a, and SP4), I am noticing a lot of network traffic that I can't explain. It happens on every machine I've tried. Here is the setup: Conn. String Server name "(local)\InstName " SNU has no network protocols enabled (DISABLENETWORKPROTOCOLS=1) CNU defined with TCP, Named Pipes, and Shared Memory, etc. Network cable plugge ...Show All

  • SQL Server VSA vs. VB.NET

    The Script Task uses VSA (Visual Studio for Applications) for scripting which some people refer to as VB.NET. I think that VSA is a subset of VB.NET, but not identical in all respects Do you know of any URL's that document the differences bewteen these languages TIA, Barkingdog I believe that VisualBasic.Net in VSA is the full monty and I could not find any references that suggested otherwise. Is there any particular issue causing you problems Donald ...Show All

  • SQL Server Keep getting Virtual Memory errors

    Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Is this the error thrown by the merge agent At the subscriber Do you suspect a memory leak anywhere ...Show All

  • Visual Studio Problems passing parameters - Local mode

    I have a .rdlc report where no records appear to have been retrieved though I know they are there. That is: I have a .rdlc report. I have a parameter in this report Called Companys. In the List Region for the form, In the Filters tab I have code like the following: =Fields!Company.Value = Parameters!Companys.Value In the Load Event of the Viewer I have code like the following: Dim para As String = Nothing parameters = New ReportParameter( "Companys" , para) Me .ReportViewer1.LocalReport.SetParameters( New _ ReportParameter() {parameters}) Me .ReportViewer1.RefreshReport() When the form loads n ...Show All

  • Windows Forms Brief Basic Steps - any help ??

    Hello - Reading through the security documentation is so dry it's killing me. Would any of the security gurus be so kind as to post a brief walkthrough of: Assuming: 1) A WinForms HelloWorld program exists and is compiled 2) HelloWorld.exe exists on a public network share directory (g:\share\HelloWorld.exe) 3) This program was created by me and is as safe as a program&nbs ...Show All

  • Visual Studio Merging auto-generated code with custom code?

    Let’s say you have a DSL combined with a set of wizard and recipes to generate code for a custom framework on which a customer would like to build all future .NET applications. As a developer I start the first iteration of the application development and generate supported implementation artifacts. Then I continue adding my business logic (e.g. code behind “click” events in a form or code in C# classes which skeletons were generated through recipes). In iteration #2 I figure that I messed up the framework code that was initially generated. For instance, I modified the caching mechanism of the framework which in consequence led to viol ...Show All

  • Windows Forms How do you write a 'login' winform?

    I have a quick question: I have a winform that needs to have a 'login' window.  I would like to show the login window before the main form opens.  If the login fails, the whole thing should close; otherwise, the login window should hide and the main window should become visible. I can't seem to get this to work.  All I am ending up& ...Show All

  • Visual FoxPro Additional fields in table exported to txt

    Hello, I need to output from a VFP 6 table to a text file. When I use "copy to mytext.txt delimited with ," I get an additional field before and after each of the original fields from the table. This means that in my new text file, fields 1,3,4,6,7,9,10,12,13 etc are empty fields that were not present in the table and fields 2,5,8,11,14 etc are the fields with data. Can anyone tell me how to avoid these "extra" fields please Thanks in advance, Paul. It sounds Like ypu want as CSV File... Why not use " copy to mytext.txt type csv " Dave ...Show All

  • .NET Development Best practice while writing C# functions

    Hi, Anyone has any idea about how to free up memory in C# functions. Does the GC collects memory after a function has executed How about setting variables to null after we are finished with them, or the GC will automatically set them to null Does setting variables to null in finally causes an overhead void TestFunc() { XmlDocument xdDoc = new XmlDocument(); try { // use xdDoc } catch { // handle catch } finally { xdDoc = null; } } I'm sorry, but no bug in the XmlDocument has been demonstrated in this thread. For anyone in the slightes ...Show All

  • Visual Studio Team System How to enable code coverage for COM+ server components

    Hi, I have a COM+ server component, a bunch of assemblies and corresponding unit tests for all of it. Code coverage works well except for the COM+ component where coverage is 0% although there are unit tests for it and they pass. Is there a way to enable code coverage for a COM+ server component I know it works in library mode but I would like to stay as close to the target environment as possible. Thanks in advance,   J. This scenario may not be supported in the UI, so you may need to control collection from the command line.  I got more information from the developer for you.... If the serv ...Show All

  • Visual Basic Not the debugger. CPU still naps!

    Hi again, I am back. Dustin H. told me how to get an exe file without debug code.  Thanks Dustin.  I ran the debug free exe and got the same result as with the debugger.  I have modified my program so that it only call one procedure, a bitblt procedure which I got from the net.  The same procedure is published all over the net so I am pretty sure it is bug free. The procedure is called from a two timer loop where one timer starts the next and the second one calls the bitblt procedure and then starts the first again. I record the time (in milliseconds) that it takes for the call to the procedure to finish and I record ...Show All

  • SQL Server An attempt to attach an auto-named database for file...failed. A database with the same name exists, or specified file cannot be

    I know allot of folks are having this problem and I tried lots of things but nothing works. I understand the problem is coping the SQL Express on another server is the problem - I just not sure what to do Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 This is the last statement on the Stack Trace: SqlException (0x80131904): An attempt to attach an auto-named database for file e:\wwwdata\81d0493f\www\App_Data\TestDatabase.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.] System.Data.SqlClient.SqlInternalConnection.On ...Show All

©2008 Software Development Network