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

Software Development Network >> Hemant Kanoujiya_29's Q&A profile

Hemant Kanoujiya_29

Member List

Myself-Me
Bady_Tirol
calloatti
stan_v
CyberBob123
Drunkboat
rogupta
developer74
Scott M.
andrew_parlane
Saravana_Acc
Mike Thorpton
Thierry Nenin
MarcMarc
Chris Wundram
LMP0407
Yep it worked
jwenting
kaizen
pederjohn
Only Title

Hemant Kanoujiya_29's Q&A profile

  • Visual Studio 2008 (Pre-release) Access violation exception in PresentationHost.exe

    After I upgrade from Feb.CTP to Beta2, the PresentionHost.exe always throw a access violation exception every several seconds. How to solve this problem I uses WindowsFormsIntegration in my program and my machine runs Windows 2003. On Windows XP this problem does not exists. Thanks! Thanks! I have solved the problem. It seems it's caused by previous Feb. CTP. I uninstall the Beta2, and run the vs_uninst_winfx.exe, and ...Show All

  • .NET Development The configSource attribute must be a relative physical path?

    Hi, I get the following error when I try to specify the configSource attribute for my configuration section: "The configSource attribute must be a relative physical path." Does this mean what I think that it does That the path must be relative to either the configuration file or the application exe I get this error when I define the configSource attribute to "\\servername\\share\\filename.xml " or "C:\\filename.xml". But if I define it as ". ...Show All

  • Visual Studio Team System Checking in/out project does not check in/out all files as expected

    I am noticing that in a couple of our projects when I check in or out the entire project not all items are checked in/out as expected. This behavior does not happen with all projects. This seems to happen when I check in/out these projects from within Solution Explorer when right clicking the project and choosing "Check in" or "Check out for Edit..." We are using Team Server Beta 3 Refresh with Visual Studio .NET 2005 RTM. Does anyone know why t ...Show All

  • Visual Basic Chaning a listitem

    Hi, I hav a record set that returns numurous fields of data one being timeoutofhold a datetime value, I fill a listview with these records. Now what i am trying to do is based on a timer. i want to go through the rs and when timeoutofhold is in the past i would like this row to change colour. Any help would be great Thanks ...Show All

  • Visual Basic File I/O to read a specific lineok wait, I've been playing around with the code, but stupid me, I didnt catch this before,

    Hey guys, In need of help. I need to read a line from a .ini file (specifically the 4th line). What it is, is a path to a database which I want to implement as the connection file in my vb window forum --> crystal reports so crystal viewer can pull the data from that database. [CONFIG] ReportDirectory=E:\appdata\ MainframePortNumber=1111 ClientsDB=E:\appdata\clients.mdb ProviderDB=E:\appdata\provider.mdb So I need VB to read the 4th line and ...Show All

  • Windows Forms populating grid on the fly

    hi friends am trying to populate data grid on the fly in button's click event. my sample code is SqlCommand myCommand = new SqlCommand ( "select * from task" ); myCommand.Connection = conn; myCommand.ExecuteNonQuery(); grdTask.DataSource = myCommand; grdTask.Refresh(); this is not loading any data or returning any error any ideas . am using VS 2005 and C# Thanks 1. You can't bind directly to a SqlCommand. You need to load the ...Show All

  • SQL Server The Query Could not be processed. The data provider didn't supply any other error information (SSAS 2005, SharePoint, OWC 11)

    Hi, I have 2 cubes processed and deployed successfully on a 2003 server (SSAS 2005) . (I do get an attribute key error but I am turning it off using Custom Error Configuration). I am connecting to the cubes using OWC 11 pivot table viewer and OWC 11 Chart Viewer. These are deployed on a SharePoint Server Portal, which is hosted on the same server. As long as I view the sharepoint pages on the same server, the charts and tables display fine. W ...Show All

  • Windows Forms AddNew dont work...(for me at least)

    Hi All, I have the following line of code on a form of mine: Me.BindingContext(dsBookings, "Bookings.BookingDates").EndCurrentEdit()             Me.BindingContext(dsBookings, "Bookings.BookingDates").AddNew() Now the result of the following is correct: Me.BindingContext(dsBookings, "Bookings.BookingDates").Count.ToString but the position is still on the record it was on when the addnew ...Show All

  • Visual C++ Singular preprocessor definition needed

    This is my first post, I hope to be clear enough (sorry for my eglish) and I hope to be lucky and find the answer to a very big problem. I have a VC++ project and I need to create, during the compilation, a define that has the same name of the file that I am currently compiling. For example, if when I am compiling a file called Main.c I need to create runtime a define #define main 1 I do this by specifying the in Preprocessor Definitions secti ...Show All

  • SQL Server SQL 2005 Mobile : The file is not a valid database file

    I used SQl Server replication to create a new database (as I did using Visual Studio 2003) but when I go the Pocket PC and click on the file I get a native error 25011 with a description The file is not a valid database file An Internal error has occurred[,,,Databasename,,] Interface defining error: IID_IDBInitialize When I check on my Pocket PC what programs are available I've got Query Analyser 3.0 and SQLCE Query. It appears that the ...Show All

  • Visual Studio Team System Another foreach with missing coverage

    The FAQ said that we should mention code here which has 100% line coverage but < 100% block coverage. I'm showing 4 blocks uncovered in the following code, and 40 blocks covered. private static void ScaleControlProperties( float ratio, Control baseControl) { float smallFontSize = 6.5F ; if (baseControl.GetType() == typeof ( Button )) { Button scaledControl = ( Button )baseControl; scaledControl.FlatSty ...Show All

  • Visual Studio Trouble with Project Template for Package (ProvideProjectFactory)

    I've created a new project type like the sample in Archives\CS_Samples\Project. But I'm confused on how to control the template that is added for the project. I've exported a template from a different project, unzipped the contents and placed them into the Templates\Project folder. It compiles and runs, but there are two templates that show up in New Project, one that is named the same as the .vstemplate file and a second based on the cspro ...Show All

  • Smart Device Development CEditView for Windows Mobile device

    I am trying to move an Embedded Visual C++ 4.0 project to VS C++ 2005 Beta 2. One problem I am having is defining a subclass of CEditView. My code has the following: #ifdef UNDER_CE class CWcTrcWndView : public CEditView #else class CWcTrcWndView : public CRichEditView #endif afxext.h defines CEditView but since _WIN32_WCE is defined, it doesn't get included in the compilation: #ifndef _WIN32_WCE // View //////////////////////// ...Show All

  • .NET Development Using FillSchema on a Table with a unique index over two columns

    Hi, I have a table with a unique index over two columns. If I use the FillSchema (C#) command, this constraint is not copied to the DataTable (or DataSet) but all the others are (like PK and unique indexes on one column). Is this a bug in the FillSchema command Thanks, tobi Yes, this is by design. FillSchema just tries to find one good candidate primary key and does not go through all of the constraints once a ...Show All

  • Windows Forms Placing Windows Form in bottom of all windows

    Hi, I tryed to set my form in bottom of z-order of all windows. I'm trying to create Windows desktop replacement. I found that I should use API SetWindwPos with HWND_BOTTOM argument, it woks only until i activate that window. After activation it becomes normal window. Can anyone help me I'm using VS 2003. Here is my code: Public Class DesktopWindow Inherits System.Windows.Forms.Form # Region "API Constants" Private Const WS ...Show All

©2008 Software Development Network

powered by phorum