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

Software Development Network >> Makarand_Keer's Q&A profile

Makarand_Keer

Member List

PhaedoHD
Kurosh
curous_rosebud
zhenxingzhang007
Conversion
mrobertson
Steve AZ
nidionys
Olivier Conq
Marwan
Michael Baarz
RobLinton
Tejal
Willeem
shiras
engp1584
nhinkle
Joao Ferreirinha
Miguel Gzz
sarmistead
Only Title

Makarand_Keer's Q&A profile

  • Windows Forms ADO.net Connection Error

        I am unable to register a SQL Server in Studio.net. I am SA on my SQL Server. However, when I attempt to register the server I get a DBNETLib (Connection Open) error.  I need this to do some ADO.net with my Windows& ...Show All

  • Windows Forms Cancelling the Validating event

    Hi, I have an MDI app that opens an MdiChild form where I have some TextBoxes and I run some Validating logic. I use the ErrorProvider control and the Event Validating over the TextBoxes. It all works fine, except that 'while' I still don& ...Show All

  • Visual Basic Uploading A File To A Server (Via FTP)

    Hi, I'm trying to upload a file to a server (I'm using FSP Host for my webspace, which offers full FTP support) and I get this error : System.Net.WebException was unhandled   Message="The remote server returned an error: (550) File unavailable (e.g., file not found, no access)."   This is my code: My .Computer.Network.UploadFile( "C:\Luke.cou" , ftp://one.fsphost.com/CryingOnionTest/Luke.cou , "CryingOnionTest" , "< ...Show All

  • Visual C# Timeout expired in SqlCommand.ExecuteNonQuery (insert) for SQL Server 2005

    Hi, I am upgrading from VS2000 & SQL Server 2000 to VS2005 & SQL Server 2005. One of my massive programs has an exception after a lot of inserts to a certain table during insert via SqlCommand.ExecuteNonQuery: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnectio ...Show All

  • Visual C# what is #if used for?

    hi all, going through some company templates i discovered this statement, i figure it logs something if debug is set, but how does the #if work, and is this just evaluating if its compiled in debug or release or is there some other switch thanks #if DEBUG Engine.SqlQuery.StartLog(); #endif If I remember correctly, the '#if DEBUG' states that all inbetween code, will be run and executed when in debug mode (F5) This however doe ...Show All

  • Windows Forms Infinite loop on leaving DataGridView

    Hello, i'm using DataGridView for displaying and editing data from a JET database. The bound table has a non-nullable column. Now i'm trying to catch the exception when this field is left empty. This is what i did: private void dataGridView1_DataError(object sender, DataGridViewDataErrorEventArgs e) { e.Cancel = true; e.ThrowException = false; if (dataGridView1.Rows[e.RowIndex].ErrorText != string.Empty && e.Exception == n ...Show All

  • Visual Studio How to support template export in VS 2005?

    Hi,    There is not the topic of the template export implementation In VSIP document .     Could anyone do me a favor   Thanks! Maybe I havn't given a clear description. I want to implemente the function of exporting template develop environment of my own. After click the "export template" in FILE menu, what is the function I should do. If you don't known about this issue either, can you tell me wh ...Show All

  • .NET Development TCP Connections in Vista

    The TCP/IP stack has been redesigned for Vista. I have heard that under Vista, there is a limitation of the number of simultaneous TCP connections, (which is different from XP SP2 which limits only the speed of queued TCP connnections). Does anyone know if Vista really has a max number of simultaneous TCP connections, and whether there will be a way for a program to workaround that (for instance, antivirus software connections shouldn ...Show All

  • .NET Development Object does not match target type when raising an event from c# to VB6

    I have a c# .net DLL that I use from a VB6 app. It exposes an event, and the VB6 app is sinking it. The VB6 app is receiving the event, as long as it is raised from the main thread of the .net DLL. I have an aync task being handled inside the DLL (delegate BeginInvoke). Any attempt to raise the event from within that thread casuses the reported error, even from within the AsyncCallback function, when the thread is ending. I noticed that the dele ...Show All

  • Windows Forms Adding a registry entry to a Deployment project

    Hi, I'm trying to create a .MSI installer.  It seems fairly intuitive how you can add files and add to the registry. I want to create a registry entry that is based on the install path specified by the user. How can I do this  I can't ...Show All

  • Visual C# Conver Code...

    Could anybody convert that API declaration from C# to VB.Net: [DllImport("user32.dll")] public static extern IntPtr LoadCursorFromFile( string fileName ); Thank you. Note that the older 'Declare' format for declaring API methods is still available in VB.NET, but the newer DllImport attribute style reproduces the C# code consistently and accurately. David Anton www.tangiblesoftwaresolutions. ...Show All

  • Visual C++ LockFile

    How can I check if the file is already open through C++ programming. I tried to use LockFile() and _lockfile() functions but they both require number of bytes to be specified. I want to lock the whole file before writing something to it or abort the operation if another instance of that file already open. Any hints and comments will be appreciated. There is no direct way to see if a file is already opene ...Show All

  • Visual Studio 2008 (Pre-release) [Feb CTP] Digital Identity Control panel applet failed to start

    Hello, I unistalled the Jan CTP (with unistall tool) and then installed the Feb CTP. When I run the Digital Identity Control panel I get a failure. The event viewer provides three events: Event Type: Error Event Source: Microsoft.InfoCards.Diagnostics Event Category: (6) Event ID: 102 Date: 3/9/2006 Time: 5:09:48 PM User: PEWAY\pierreg Computer: PEW-DEV01 Description: Invoked FailFast Message: Attempted to perform an unauthorized operation ...Show All

  • SQL Server Import objects from SSAS to Business Intelligence Development Studio

    Hi all, Could anyone tell me how I can use Business Intelligence Development Studio to browse or even modify data source views, cubes, etc. on SSAS created by means other than the Studio Thanks, hz Thanks again, Edward! You have offered all I need to know regarding this. I use AMO to create and modify objects such as cubes, data mining structures. Without using BI Studio, it will be very difficult to check whether my co ...Show All

  • .NET Development port in use!

    Hello, I am working with a database program(client-server) developed using visual studio.When i install the program and open the database, i get the error message "Port in use".But this is not the case when i run the program from the visual studio.In my code     m_server.ConnectTemplate(clsid, pDocTemplate, FALSE); Can anybody explain me, whether setting the parameter to TRUE could help in anyway I have very less experience wi ...Show All

©2008 Software Development Network

powered by phorum