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

Software Development Network >> Sheeja Anil's Q&A profile

Sheeja Anil

Member List

volaru
Oren Solomon
Juxos64
micd7
abdelwahed
Tailor
C Joseph
David P.
Richard A. Wells
Bob1730
plsh
Kathleen Koclanes
M. Zafar Iqbal
Harvinder
kamal101
devish
Kiwi86
Sean Gerety
tcs122499
Runtex
Only Title

Sheeja Anil's Q&A profile

  • Visual C# Overwriting open app

    Well, i download the update file from the server then i need to overwrite the new .exe ! How can i do this I tried with this, but it doesn't work. private void downloadcompleto( object sender, AsyncCompletedEventArgs e) { string velho = "Pc Info.exe" ; string novo = "Pc Info.tmp" ; //File.Delete(velho); File .Copy(novo, velho, true ); } ...Show All

  • Visual Studio Express Editions How Export table as .csv file

    I need export the data. Please help-me. Thank's This task will probably required the bcp utility or DTS (Data Transformation Services) if you want to export directly. I've done this with SQL, but it requires an ODBC connection and AFAIK SQL Server Express doesn't support it. ...Show All

  • Visual Studio Team System A couple of questions on Team Testing

    Can we develop web application in .NET 1.1 framework with VS 2003 and create unit tests for it in VS 2005 without having to convert the code or compile the code in .NET 2.0 How about  Code coverage for testing the application, if all i want to do is script my test cases, record basic cases and get performance metrics. Can i do all this without having to convert my solution file to .NET 2.0 One aspect of ...Show All

  • Windows Forms problem with dataview sort

    I cannot get a dataview to sort at all based on the column name! Here is the following code that I'm using: lstReturnContact.DataSource = dsRolodexXSD.CONTACTS.Select(dsRolodexXSD.CONTACTS.Columns(1).ToString & " <> ''")                ...Show All

  • Visual C++ Crashes under VC2005 but not VC6

    Hi, The code below compiles and runs fine under VC6 (VC98). However, when compiled with VS2005 using the exact same compile options and flags, the first line of code under "main" crashes when trying to write to the data. Anyone have any comments   (This is C++, unmanaged) /c /J -DWIN32 -D_WINDOWS -Dhuge -Dfar -D__WIN32__ /Zp1 /Zc:forScope- -D_CRT_SECURE_NO_DEPRECATE -D_DEBUG /Zi -D_DEBUG -D__MT__ -D_MT ------------------------------------- ...Show All

  • Visual Studio How to work with Framework 1.0 in Studio 2003

    Hi Friends,     I am supposed to work on an application written in framework 1.0. I have VS 2003 installed on my PC with Framework 1.0 as well as 1.1. I wish to work on framework 1.0 with VS 2003. Is it possible to do so or i need ot go for VS 2002 installation. If framework 1.0 with VS 2003 is possible, please share the configuration that needs ot be done. I tried opening project in build 1.0 version in VS 2003 & it asks for ...Show All

  • Windows Live Developer Forums Messenger 8 Beta Feedback pages unavailable?

    I'd like to submit some feedback for the Messenger 8 Beta, but whenever I select the option from the help menu, I get directed to a Service Not Available error page (link below). Is there a fixed URL I can't seem to find another route to it on the *.live.com sites. http://support.microsoft.com/default.aspx scid=gp;en-us;fmserror Yeh I am having the same problem. Wanted to report a problem with the "What I'm listening to" ...Show All

  • .NET Development The same table <choice> cannot be the child table in two nested relations

    I have a xml file generated by third party. I need to display the content on datagrid to let user modify and write back to the xml file.  Usually I create a dataset and read the xml into it.  But this xml file is different from those i have worked on before which it gives me such error message as in the subject.  What should I do Hi nraf, See if the KB below applies to ur situation: http://sup ...Show All

  • SQL Server Data Source Views

    I'm looking for examples of using Data Source Views as data source within a Data Flow. I have looked through the code examples supplied with the CTP but no joy. Thanks Al You do not have to write code to use DSVs with Data Flows in SSIS. You need to create a new Data Source and then a new DSV based on that Data Source. Now add a new connection based on the Data Source to the Data Flow. Add a OLEDB Source compone ...Show All

  • Windows Forms Including forms from other projects - resource problems?

    Ive created two forms which i keep in Includes\Misc\ as i use them in all the apps im developing. one is a splash screen, the other is an about dialog however it seems i have to create them separately every time i want to use them&nbs ...Show All

  • Visual Basic Making a picturebox have a transparent background

    I have a picture of a panda with a pink background (panda_down.bmp) and I was wondering: how do I get that pink background to be transparent Draw the image yourself in a paint handler, and use the imageattributes class to make 255/0/255 ( magenta ) transparent. ...Show All

  • SQL Server Excel Destination Error: Column"xx" cannot convert between unicode and non-unicode string data types

    Good afternoon Trying out the Excel Destination in SSIS, I ran into the above error. I did try to ignore my 2 varchar fields and then it works fine. Thanks for any inputs. I'm jumping into this thread rather late, but I've had an experience with this problem that might be helpful to others. I've been trying to dump SQL query results into an EXCEL spreadsheet using SSIS, and that's when I first got this error mes ...Show All

  • Visual Basic Update SQL Table VS2005 VB.NET

    Hi All, I have been messing with some basic vs2005 apps... im having trouble updating a table however. Is it possible you can help me I have a form with a cbo binded to a dataset that I have. I use this to populate a couple of text box's on the form. If I make an edit and try to update the table using this code: Private Sub btnSave_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles btnSave.Click Me ...Show All

  • Visual Studio Team System TFS Warehouse errors

    The trials with Beta 3 are still going well, but I've spotted the following in the Application Log. Apart from watching TFS Version Control, TFS Services, TFS Warehouse and TFS WorkItem Tracking stopping and starting themselves, we've been getting hourly errors. It has settled down now to be: ERROR MSSQLServerOLAPService : Event 3 : OLE DB error: OLE DB or ODBC error: The conversion of a char data type to a datetime data type resulted ...Show All

  • Visual Studio Express Editions one form triggering a event in another form

    How do I get one form event to trigger a event in a differant form I want get the check_changed event to do a event in differant form , from the form which the checkbox is placed any ideas !!!! Create a delegate in the form that has the checkbox. Then attach it to an instance in the other form. When the check box is checked, fire the event, it will call the function in the other form. ...Show All

©2008 Software Development Network

powered by phorum