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

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

Nomada

Member List

SneakPreview
Mr.Sun
LCoder
Haddibhai
SQL_Steve
kklasman
Pi-Hsi
Mahesh_MVP
Michael Dyrnaes
MattDoo
qjam
Waldsee
Ramya_24
beigewy
X-Tatic
firebalrog
vb lord
Scott Herbert
Alpha W
SMAlbright
Only Title

Nomada's Q&A profile

  • SQL Server How to create ENDPOINT in Sql Server CTP Beta 2

    I am learnig to create a endpoint in Sql Server 2005. I have create a simple SP to get a customer in Northwind. Then create a endpoint using HTTP. SP: CREATE PROCEDURE [db_accessadmin].[upGetCustomer] @CustId nchar(5) AS SELECT CustomerID,CompanyName,ContactName,ContactTitle,Address,City,PostalCode,Country,Phone,Fax  FROM Customers WHERE CustomerId=@CustId ORDER by CompanyName,CustomerID,Country DESC Then, create the E ...Show All

  • Visual Studio 2008 (Pre-release) Reload xml data

    Hi, I've try to develop a xaml usercontrol, this uc has for DataSource an xml file. Programmaticcaly, I need to update this file, and visualize the updated data in the xaml obj. how can I refresh the content of the user control Thx a lot Sam (Xml)DataProvider has a Refresh method that should work for you. After updating the xml file, call this method on your provider. ...Show All

  • .NET Development updating records

    I am trying to update a record using one of samples provided and I always have the following error: "Reference to a non-shared member requires an object reference" The code I use is as follows: Dim totalsRow As mdstats1DataSet.TotalsRow totalsRow = mdstats1DataSet.Totals.FindByRecordID(1) totalsRow.smtpin = smtpin totalsRow.smtpout = smtpout The error is on the "mdstats1DataSet.Totals" Can anyon ...Show All

  • Visual C# Mulitplying Large Int64 numbers

    When multiplying very large Int64 numbers, I've noticed some strange results. For example, in C# .NET:    Int64 lngNumber;    lngNumber = 4611686018427387904;    lngNumber = lngNumber*2;    Console.WriteLine(lngNumber.ToString()); Outputs     -9223372036854775808 Changing the multiplier to 3 as follows:    Int64 lngNumber;     ...Show All

  • Visual Studio Express Editions the code has some problem

    Hi, I am using VB express 2005 to create an interface to retrieve data from Excel spreadsheet then store it into my Access database. I am able to retrieve data and store it in a dataset then display it in a dataGridView. But I am not sure how can i store the data into an Access database. I tried to connect VB to Access by opening a connection and then create a table in Access. I created a DataGridView and bind it to this tab ...Show All

  • Smart Device Development How to change current UI culture at runtime?

    HI. I have a form and I want to change its UI culture at runtime. The method System.Threading.Thread.CurrentThread.CurrentUICulture = ... does not working in .Net CF. I am using VS .Net 2005Beta2, C#. Thanks. That is correct. Changing the UI culture at runtime is not supported (in v1 or v2): http://www.danielmoth.com/Blog/2004/11/cultureinfo.html Cheers Daniel ...Show All

  • Smart Device Development how to get ip mask

    does anyone knows how to get PPC/SP's mask of IP address from API how to get gateway ip thanks! Hi, Please have a look at WSAIoctl documentation and SIO_GET_INTERFACE_LIST in particular. http://msdn.microsoft.com/library/default.asp url=/library/en-us/winsock/winsock/wsaioctl_2.asp Hope this helps. Thanks ...Show All

  • Visual Studio 2008 (Pre-release) LINQ install fails (May CTP)

    Hi, When starting the installer, I get the message: "Cannot find a valid Product to install LINQ with" and then tells me that I need a version of Visual Studio 2005 installed in the next dialog. I do have Visual Studio 2005 Professional (German) installed and I never had such problems with other previews that involved VS 2005 (e.g. Orcas). I believe that the problem is related to the german language version of VS 2005 since th ...Show All

  • .NET Development Remoting Configuration in VS2005

    Hi there, I'm trying to configure the remoting services and channels of an application using the app.config file in VS2005. It keeps giving me an error telling me that it... Could not find schema information for the element 'application' as well an error for every other child element under the <system.runtime.remoting> element. Here is the start of the configuration.... < configuration > <!-- Configiration of t ...Show All

  • Visual Studio Merging Source Safe databases

    Hello. Is there a tool to merge 2 VSS databases Considering that a branch is actually another VSS database (same projects structure), does anybody know a tool that can merge 2 branches into one Thank you. Cosmin Seems like an awful lot of a work for something that would rarely be needed.  I often need to know the specific delta information of file x version y to z of branch n ; but, never had I needed ...Show All

  • Visual Studio Team System VSTS Architect vs. VSTS Developer

    With he proposed changes in MSDN subscriptions and Visual Studio licensing, I now have to make a decision between VSTS Architect and VSTS Developer. As I understand, MSDN Universal subscribers will have a choice - they can either go for VSTS Architect and VSTS Developer. I believe that I need both architecture and development tools. Which out of two should I go for The information was interesting but too high-level to be really useful ...Show All

  • Windows Forms Make column header text visible in design time

    Hi, The data grid in VB.NET could not have the column header text visible in design time. Anyone knows how to make them visible by using the designer. Some sample would be great. Thanks Yes, if the datasource is determined in desig ...Show All

  • SQL Server Standards for Custom Component Development

    Hi, Maybe I didn't search hard enough on BOL, but does Microsoft have a documented set of standards regarding custom component development for SSIS. Things like: - extend this base class, implement this interface - override these methods - follow these naming conventions - best practices Thanks, - Joel What classes to inherit and which interfaces to implement is really a result of what func ...Show All

  • .NET Development How to send Null Date to a Web service method

    Hi, how can I send a null Date to a method of a web service which requires a Date type input ex..     <method xmlns="http://....">       <from> dateTime </from>       <to> dateTime </to>       <destinationCode> string </destinationCode>     </method> (from the method description..."to omit a pa ...Show All

  • Visual Studio Team System Add user from a thrusted AD domain

    Hi, When i try to add users from a thrusted AD domain, I get an error message. "Couldn't add user/group 'xxxxxx'. It may be in an incorrect domain. Menu: Team->Team Foundation Server Settings->Group Membership TFS: Beta 3 Refresh TFS Service account: AD2\TFSSERVICE User account: AD1\<user name> One way thrust between AD1 and AD2. Is this a "beta" issue ...tried to add AD1 users to a Security Group in AD2, and then add the group to t ...Show All

©2008 Software Development Network

powered by phorum