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

Software Development Network >> Gokul Singh's Q&A profile

Gokul Singh

Member List

DharmeshP
LiquidMike
Rahul_D
melack
BostonResident
Dotnetjunky
Amit Thakur
Steve Hines
Josh68
FernandoT
Mr.V.
David Huerta
gurgumilo
Günter
Bo Persson
ComputerGuy_Chuck
Imtiazahmad
VW 2005 Beta 2 - Inherits
Chua Wen Ching
ijprest
Only Title

Gokul Singh's Q&A profile

  • Visual Studio Capturing ReportViewer Rendering Output

    I am trying to come up with a work-around for the localreport class not allowing to export reports in HTML format.  I have pretty strict requirements which is mostly why I am trying to put together such an convoluted work-around.  I am not allowed to list IIS as a requirement (Cassini is fine though).  That rules out using Reporting Services for SQL Server which is what I was originally going to use. Anyway, my idea is to create a template ASP.NET application that includes a reportviewer control.  I want to be able to launch that ASP.NET page in a minimized IE.  I then want as part of the ASP.NET page to take in the ...Show All

  • .NET Development Consuming Web Service over SSL...

    I am trying to consume a webservice created using .Net using SSL.  If I use Framework 1.0 it just works fine.  But if I use 1.1 I get the following error: The underlying connection was closed: Could not establish trust relationship with remote server. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship with remote server. I also tried the solution mentioned in th ...Show All

  • Software Development for Windows Vista IndexOutOfRangeException while trying to access a workflow instance

    Hi! so I've been working on a WWF workflow for about 2 months and I'm encountering the following problem from time to time with random persisted instances. The thing is that these instances become basically unusable for no obvious reasons (I can create other instances with exactly the same data in their properties without having any problem with them) and this IndexOutOfRangeException gets thrown when I'm calling the GetWorkflow function of the runtime, although sometimes (ie : if I immediatly try again after the failed one) this function works, but I'm then getting the same exception later (ie : when sending an event to the instance). From ...Show All

  • Windows Forms toolbar inheritance

    I am trying to have a toolbar where the buttons have an off state, over state and pushed state each with it's own image.  So, I started by creating a new control which inherited from the toolbar control.  But upon further investigation, it looked like the buttons collection of the toolbar would have to be a part of my project... so I&nbs ...Show All

  • Visual Studio Team System ERROR 26403 but i'm using single server

    I was under the impression that Single Server installations did not require a domain. This leads me to be confused by the fact that i am getting error 26403 when doing my installation. According to everything i've read about that error (like this ) its caused by setup not being able to find the domain controller. Of course it can't, i don't have one! So... any ideas of what i can do -Tim Is the computer in questioned joined to a domain Are you using all local accounts Can you post a snipped of the installation log where the error occurs ...Show All

  • Visual Studio Crystal Report 9, 10 dev with Visual Studio.Net 2005

    I am trying to migrate all my client sites and my developement environment to .Net 2.0 and VS.Net 2005. Some of production sites are using Crystal Report for VS.Net runtime comes with CR 9 developer edtion(engine version 9.0.0033.0). Some are using the runtime from CR 10 dev(engine version 10.0.0033.0). I found VS.Net 2005 comes with CR engine version 10.2.xxxx. I am totally confused about how to upgrade these sites and my dev environment: 1. Can I use CR 9, 10 dev edition runtime in .Net 2.0 framework 2. Can I use CR 10 dev edition that I have in my development environment I found once I installed VS.Net 2005, I can NOT add reference of 10. ...Show All

  • Software Development for Windows Vista Workflow Instances

    How many Workflow instances that we can create for an application. we r doing Web Application and server will have wrokflow runtime. thousands of clients requests server. what will be the impact on the server if every client creates an Instance This should be a good starting point http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=229217&SiteID=1 Kushal. ...Show All

  • Visual Basic Why does DEBUG (F9) not work? How do I get it to work?

    Why does DEBUG (F9) not work How do I get it to work Michael I assumed your where not making Breakpoints ....  Your first comment wasn't really very descriptive.  But...  You are correct then.  F9 is to make/remove a breakpoint, F5 to start debug and F8 to step into. I assume since you marked your own answer as right that the reset worked ...Show All

  • Windows Forms Implimenting slide out Tool Windows like in Visual Studio IDE

    Greetings, I've been searching through the site here and Googling away online but I'm having a hard time finding an information on how to impliment slide out tool trays like the tool window or the properties window in Visual Studio that holds all the components for the form designer. I've been trying to determine the best way to go about creating these and I keep coming up with more questions than answers. Hopefully the c# gurus on this list can guide me in the right direction. So, here's a few questions I have: 1) Is there a properties setting for a component already in the toolbox that will do this and I'm just missing it ...Show All

  • SQL Server Transaction context in use by another session.

    I'm having a SP1 on server A. This procedure has a begin trans and a commit. In this procedure i'm inserting data into tables. This data is provided by an extrenal app in staging tables. On the tables i'm inserting data on i'm having triggers that again are starting a SP2. I'm using a cursor on the inserted table to achieve this. The SP2 only insert a record on a table that is on a linked server. For testing reasons at this moment this is my dev machine too. The error 'Trans ... ' pops up .... Any suggestions .. Kind Regards, Harry What is your XACT_ABORT setting It should be ON so that SQ ...Show All

  • Visual Studio Team System Strange results from a Load Test

    Hi, I'm a newbie in load/web testing... I'm running a load test on a web page and the results are quite Strange. I use a step load pattern and the numeric values of Requests/second are quite constant as the number of virtual users go up. The same applies to the average response time... I'm testing an ASP.NET web page... Erik The first thing I would suggest is to change the connection model for your load test to "ConnectionPerUser". For more details, see my blog article on load testing at http://blogs.msdn.com/billbar/articles/517081.aspx (Look for the section "Ch ...Show All

  • Visual Studio Tools for Office Deploying user defined chart in client machine

    Hi, I just tried using VSTO 2005 to build one Excel template application. During the workbook_open event I have to store USerdefined-Custom type chart in the client machine I tried out the following code, Application.AddChartAutoFormat. But it is showing an error like this, "Attempted to read or write protected memory. This is often an indication that other memory is corrupt" . But when I tried out it in workBook_shutDown event, it was worked, but after sometime i again tried the code but it is not working. Also I tried out in test machine, there also the code is not working. If any one can help please send the ...Show All

  • Visual Basic Calculation

    I have a problem calcualting the tax for sale and the number of gallond of gas a person put in. Here is the code so far i have. Public Class Form1 Dim price As Single Private Sub btnCalculate_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click Dim subtotal As Single subtotal = 0 subtotal = price Dim txtNumberGallons As Double txtNumberGallons = txtNumberGallons * price Dim txtTaxRate As Double Dim TaxAmount As Single txtTaxRate = txtTaxRate / 100 TaxAmount = price * txtTaxRate price = price + TaxAmount ...Show All

  • Windows Forms Problems in remote mode

    Hi! I have done an application in Windows Forms using C# and in the enterprise we want to use it as remote resource in the intranet. The application works fine in local mode, but in the intranet it shows  the next error: (it works with SQLServer) *------------------------------------------------------------------------------------------------------* System.Security.SecurityException in mscorlib.dll Additional I ...Show All

  • SQL Server my store procedure that call back itself doesn't seems to work.

    I have written a store procedure that will delete the record and any children record of it. That store procedure is suppose to call back itself to for every children record, but it only seems to delete the first record (the parent record). Below is my store procedure, pls help. CREATE PROCEDURE [deleteCMSPage] (@PROJ_CMS_PAGE_ID [int]) AS /* do not delete page id 1 */ if @PROJ_CMS_PAGE_ID <> 1 begin -- For storing the list of child activities. DECLARE @page_list_cursor CURSOR DECLARE @CHILD_ID INTEGER /* get the children of this page, for every child, call deleteCMSPage */ SET @page_list_cursor = CURSOR FOR SELECT ...Show All

©2008 Software Development Network