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

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

kamal23

Member List

Jason Zhao
Bufuro
vkumarme
NamelessJuan
woolybutt
Dalton D. Franklin
trc_pdx
Brent tele-man
svega
refaeldakar
SeanDr_MS
sm1else
Greg Schneider
veera_c
Jarek1979
cmcintyre
Aspiring
Simeão
Klaus Prückl
cweinandt
Only Title

kamal23's Q&A profile

  • Visual Studio Team System Team Build Problem

    I have a solution that has three projects in it. Two Class libraries and one windows application. Everything builds find on my local machine. When I first tried to do a team build it gave me a ton of assembly reference errors (mostly from infragistics references) so I rebuilt my solution and included the "bin" directory for all 3 projects in source control. Now when it builds those errors are gone but in my Windows App i get these errors: Solution: SPMS-SilverAnvil.sln, Project: SPMSWin.csproj, Compilation errors and warnings ActionForms\frmActionEdit.cs(8,7): error CS0246: The type or namespace name 'SilverAnvil' could not be found (are ...Show All

  • .NET Development Reflection question

    Hello How I can cast something using reflection Example: String typ = "TextBox"; (Reflection(typ))MyClass = (Reflection(typ))PointerClass.GetData();   MyClass should be a TextBox class with the Instance in the PointerClass.GetData() saved Data. In fact, I want the value of the string typ should be translated as code by compiling. Thanks Tony Hello Tony, Do you want to compile-time type checking for TextBox Or are you using TextBox via Reflection, also You can cast PointerClass.GetData() to object explicitly by writing: TextBox textBox = (TextBox)PointerClass.GetData(); // assuming G ...Show All

  • Windows Forms deploy xml database includes its xsd files

    Hi All, I have developed application using xml files as a database with schema using its xsd files, like test.xml is wrote and read associated with the field in test.xsd file and so on.. My question, How do I deploy my application.. do I need to include the xsd files too to deploy in client side or may any other way.. so I just need to include the xml files only.. (note: my application need the xsd file path to get the database)... Your opinion will be appreciated for me...thx ...Show All

  • Windows Forms Control the child control painting

    I am trying to control the order my child controls are painting. I have a Custom Control inherited from type Panel so that I can site other controls. I override OnPaintBackground to paint a BG image then after that I want the child controls to paint and then finally I paint something over top of that. I have been unsuccessful in controlling anything that deals with the painting of the child controls in my own Panel control. I do have access to the child controls through the controls array but stll cannot manage anyhting . Any help would be appreciated. Thanx Do you mean you want to force the ...Show All

  • Smart Device Development Problem on closing the form

    Hi there! i got a question regrading on closing the form. In the form_close Private Sub frmMain_Closed(ByVal sender As Object, ByVal e As System.EventArgs) End Sub i wanna warn user whether wanna close the form or not... if yes close ,if no then Stop closing and my question is how to stop closing the from You can add handler to Form.Closing (not Form.Closed - it would be too late as form is already closed as it’s called) event and set Cancel property on event argument to true to prevent form closing: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformsformcla ...Show All

  • Visual C# Typing in Visual Studio 2005 Text Editor is extremely slow

    Has anyone else noticed that typing in Visual Studio 2005 is extremely slow   Whey I type it seems that the screen is always 2 words behind where my hands are.  It makes it extremely frustrating to get anything done. I'm mainly referring to C# code.  It seems like Intellisense is going nuts trying to guess every word I'm going to type and never actually prints the characters to the screen. Has anyone else experienced this   Is there an option I can turn off to get my text editor back ! By the way, I have a very fast computer with Dual 3.0 GHz Zeons with 3GB memory and everything else that should make "typing" very fast. ...Show All

  • Visual Studio Team System Delete files from local folder

    Hi, We have the following problem: When Developer A deleting files in his local folder (which mapped to Workspace), and Developer B makes changes in the same folder and checked in the changes, Developer A is trying to Get Latest Version but get no files at all. The solution is to create a new workspace and then Get Latest, but it's makes us a lot of problems. Thanks, Michael Quite true- the user should get the changed files from source control, though not downloading the unchanged files is expected. Apologies for the misread of the scenario. One question which could help pinpoint the issue- what folder does D ...Show All

  • Windows Forms "Custom" MasekdTextBox - BackColor prob

    Hi, I build a control derived from MaskedTextBox with regex matching on the content and depending whether the content is good or bad I change the back color of the the textbox. The only problem I have is that sometimes, yet not always, 1px wide of the inner border remains the old color until the textbox is hovered. So, when the textbox backcolor changes to green, there's still a 1px wait border of the previous red background. However, this doesn't happen always, only sometime. I invalidate the textbox and the base, etc. yet nothing helps to get rid of that. Any ideas   durstin wrote: This is&nb ...Show All

  • Visual C# How to create a trial version of my Software

    Dear All, I ahve created a .msi project and I want to create a trail version of my software for 30 days . How can i do that or is there any need to program my software for 30 days Plz help me in this regard Regards, Anil Dhiman Hi, One way is to write the code in program which when first time run will write an incripted file taking the current date from computer and add 30 days, and then everytime program will check it. If you know the last date upto which you want the program to run then you can write in program itselef and check the computer date evry time if it is less than this date. ...Show All

  • SQL Server Is there an API to work with Data Source View/Report Model properties directly?

    Hello, More clearly, the question is what is the best way to programmatically access data source view and report model files. I don't see this functionality available out of the box. Any wrapper classes I need to automatically rename/change display names inside the model after it has been generated. Thank you, Leonid. ...Show All

  • .NET Development Mutex could not be created

    Does any one know problem behind this I just closed Visual Studio editor and restarted IIS once. And its started working. HTH. Raj ...Show All

  • Visual Studio Team System Reports is not gennereted

    Hi All,, When i try to create a project in Visual Studio in dual server installation, using the MSF Agile Template, my reports is created correctly, i've just have to 'kick' the reportserver.. But if i try to create the site from SharePoint also using the TFS for MSF Agile Template, i get an error: The item '/Team Web Site/Builds' cannot be found. (rsItemNotFound) And nothing else happens It's Dual server insatllation.. Hi there, H_H... Can you please clarify what you are doing when you say "create the site from SharePoint" Are you running the reports from the portal site when you see this error Thanks, tom ...Show All

  • Visual Studio Express Editions I got an error

    I'm getting this message when adding an GIS OCX library to my VB Express project. "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." I have the tested the memory and it's ok. The "Factory" says it works well with VB2005 PRO. Is there a difference between VBexpress and VB2005 PRO Regards, jalegom No difference between Express and VB2005 as far as the compiler is concerned. The compiler ships with the .NET framework and not with the different products. So all versions use the same .NET 2.0 framework compiler, So I would ...Show All

  • SQL Server Random Failure of Lookup in Pre-Execute with 0x8007000E

    I have a SSIS package that I can run three times in a row and various lookup components will return: Error: 0xC004701A at Foo, DTS.Pipeline: component "Lookup Date" (166) failed the pre-execute phase and returned error code 0x8007000E. Without changing any input data or the package I can just hit F5 again and occasionally get past this or sometimes get stuck on it. Any ideas what that error code means I am getting similar errors, Two examples - [DTS.Pipeline] Error: component "Lookup Dim_ManagedStatus" (37) failed the pre-execute phase and returned error code 0x8007000E. [DTS.Pipeline] Error: component "Lookup Dim_BusinessTypes" (4 ...Show All

  • Visual Studio Team System ToolBox Bug after Installation

    I have installed VS 2005 Team System on my machine and when I start up a new web site my toolbox is empty and if I choose show all by right clicking on the toolbox area all tabs are shown but all tools are greyed out (inactive).  I have tried uninstalling and reinstalling to no avail.  Can anyone help Hi, did you have any previous versions of Visual Studio 2005 on your systems, this can cause problems. Then read this: http://lab.msdn.microsoft.com/vs2005/uninstall/ ...Show All

©2008 Software Development Network