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

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

JesseStC

Member List

juanchoc
Paul Woodgate
abelsgmx
Skattefuten
Chris Skor
dparvin
Adrian A Alonso
Sjorritsma
Dan Kuehn
Kismet123
Lea41263
Daison
Gnanasekaran
Abe2244
RNettles
Rodz
GVaughn
Vitaliy Voloshchuk
Jerry Pan
HenrikStaunPoulsen
Only Title

JesseStC's Q&A profile

  • Windows Forms TextBox Context Menu

    How do I remove the context menu of a textbox in VB.NET How do I disable/remove individual items in a textbox context menu Using your custom properties inside WndProc method has no conflict, logically it should work.  Be reminded tha ...Show All

  • SQL Server error applying initial snapshot

    Hi Using HTTPS web synchronisation - merge replication. I have a very strange error where it bombs out half-way through downloading the snapshot Downloaded a total of 3 chunks. Downloaded snapshot file 'snapshot.pre'. Downloaded snapshot file 'myView_6.sch'. Downloaded snapshot file 'table2_2.sch'. Downloaded snapshot file 'table2_2.cft'. Downloaded snapshot file 'table3_3.sch'. Downloaded snapshot file 'table3_3.cft'. Downloaded snapsh ...Show All

  • SQL Server Issue with 2003 virtual server and ASP.NET 2.0 Application

    I'm using Sql server 2005 Express. my connection string is as fallows: Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ccinfo.mdf;Integrated Security=True;User Instance=True When testing this website on my local computer everything works fine. But then I uploaded it to my server... dun dun dun.... Its a godaddy virtual server running windows server 2003. When I try to connect to the database stored in my app_data folder ...Show All

  • .NET Development registering for COM interop creating duplicate registry entries.

    Hi, I am working on .NET 2.0 beta2 on Windows 2000 advanced server. I have created small .NET dll, in which I have exposed a number of classes for COM interop using ComVisible(true) on those classes, for example:         [ComVisible(true)]         [ClassInterface(ClassInterfaceType.None)]         public  class Class1: IClass1         { ...Show All

  • Visual C# Sql Distinct

    Hi How do we implement Sql Distinct in c# code i mean using something like rowfilter see here How to remove duplicate rows from a DataTable.... Andy John posted good code for removing duplicate rows Andy John wrote: using System; using System.Data; using System.Collections; namespace Demo_DataTableRemoveDupRows { class Class1 { [STAThread] static void Main( ...Show All

  • .NET Development How to pass a server-side object to a javascript function?

    Hello, How do we pass a sever-side object (e.g a listbox) to a client-side javascript function I have an idea that it could be this: //string variable string objectID; //get the object's control identifier objectID = listbox.ClientID; //pass the object's control identifier ctl1.attribute["onClick"] = "returnContextMenu({0},objectID);"; Is it correct No that is 100% incorre ...Show All

  • .NET Development SQLCE: After Insert how to get the newid()?

    Hello, I need to get the newid generated by sqlce when inserting a row in a table. The columm that has the newid() running its an uniqueidentifier type and its rowguid. I follow this guide from msn, but it didnt work :( http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdatetimeclassparseexacttopic.asp Well this is my code: SqlCeDataAdapter catDA = new SqlCeDataAdapter("SELECT * FROM Encomendas",Sessao.con ...Show All

  • .NET Development Need Help: Suggest an approach!!

    I have this typical data dump in the form of .CSV file I now need to generate an XML which conforms to a specified schema. The key highlight of the schema is that it has elements defined as complex and simple types consisting of either attributes or values or both . Some of these elements are repeating as well. For example within an xml you may have: < searchcriteria keypath = " UID " >XXXX-XXXX </ searchc ...Show All

  • Visual C# Context menu question

    Hello   Hope its the right place for this question.   I have a win app that contains a treeview and a main window. When ever I click a node in the tree it displays the content of the node in the main window. I would like to add a right click menu to the tree. The problem is that the menu may change from one node to another . What is the best way to handle this subject Is there a pattern I can use On every right cl ...Show All

  • SQL Server Restricting number of records

    I want to restrict the number of records coming from an OLEDB source. I have 500 records in my source table and I want to process one record at a time I have I set the MaxBufferRows parameter to 1and it l sends 8 records from OLEDB source Any help is appreciated. Sorry but I don't quite think I have enough info to answer your question. It is of course possible to get the record you want to process by using a sufficiently restrictive ...Show All

  • Visual Studio Team System TFS not seeing all accounts properly

    I'm having multiple issues that all seem to point to TFS not seeing all the accounts it should.  First up, when I run reports, I get the following errors: An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'CurrituckDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or en ...Show All

  • SQL Server Upgrading 32 bit SQL 2000 SP4 Ent running on 64 bit Windows 2003 Enterprise to SQL2005 64 bit in place

    Will it be possible to do an in-place upgrade from SQL 2000 Server Enterprise SP4 32 bit running on top of 64 bit Windows 2003 Enterprise , clustered, to SQL 2005 Enterprise 64 bit The 32 bit SQL 2000 to 64 bit SQL 2005 in place upgrade seems questionable to me... Anybody tried anything like this On x64 machines, 32-bit SQL Server 2000 and SQL Server 2005 can be installed successfully side by side. But there ...Show All

  • .NET Development puting a comboBox in my datagrid

    I have two tables tbl1 and tbl2. Tbl1 is the datasource of mydataGrid. Tbl1 has 4 columns (all with mapping names from Tbl1). I want to add a combo box in the fifth column that has its values from Tbl2. I m coding windows form application and not a Web application. Is that possible and how pls. Thanks Hi, You can manually add a combobox column in your gridview. After adding the new combobox column, you can see that it has a Dat ...Show All

  • Visual Studio Team System Strange behavior from IDE while running tests

    I am following the "How to record and run a Web Test" walkthrough. If I go to the Test View panel and select "Run Selection" on my coded web test, everything goes as expected. However, if I hit F5, as is my habit, it starts by running a manual test (and I tell it to pass this test) and I stop debugging at some point. But then the IDE seems to get stuck in a state between debugging and not-debugging. I cannot edit files without getting a warning ...Show All

  • Smart Device Development How do i Change other language emulator Image with VS2005

    Dear all I used other language emulator image that is ok for VS2003,but  with VS2005 is fail . Do someone know how to solve that ! > These images are compatible with Visual Studio 2005. Does that mean that they are not compatible with the standalone emulator preview ...Show All

©2008 Software Development Network

powered by phorum