Software Development Network Logo
  • Visual C#
  • IE Development
  • Game Technologies
  • SQL Server
  • Visual Studio
  • VS Team System
  • .NET Development
  • Visual Basic
  • Visual FoxPro
  • Smart Devicet
  • Visual C++
  • SharePoint Products
  • Microsoft ISV
  • Audio and Video
  • Windows Vista

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

Natalie276398

Member List

tattoo
rchokler
Sambakongen
myalo
Docpro777
CodeDjinn
JRQ
dotNET Dev
-Sam-
Luis Esteban Valencia Muñoz
merlynml
SnowJim
Viren Kapadia
SiW
EKRON
Jerry Brown
Siol En
tShunnar
J. Clark
JoshKorn
Only Title

Natalie276398's Q&A profile

  • Architecture When and Where to use Interface

    Hi All, I have a question here.Im bit confused of interface usage. Is it correct to have a separate separate interface for data objects I have around 10 business classes and have corresponding 10 data classes. Do we need to have a separate separate interfaces for each and every data class What is the correct norms of using interface Please clarify this. Thanks in advance. I think the question to ask here is why do both customerDL and EmployeeDL implement IPeople Is there a situation in which customerBL calls a method on IPeople and actually gets to EmployeeDL If customerBL is actually using customerDL all the time then there is no need for an interface between them... So I think the solution is to stop using ...Show All

  • .NET Development OCI-22053: overflow error caused when retreiving valid data inserted using System.Data.OracleClient

    See the following example of how to insert a valid numeric value (a Decimal) using the System.Data.OracleClient that cannot be retreived using the same System.Data.OracleClient. It is apparently some sort of bit-wise translation error between the Oracle Client and the Microsoft Data Provider.  This test was run with VisualStudio2003 and Oracle 9i Client v9.2.0.4.0 connecting to Oracle Server 9.2.0.4.0, all running on Windows 2000 SP4. using System; using System.Data; using System.Data.OracleClient; namespace OdpTest {     /// <summary>     /// The following command line application code illustrates haw a value that was inserted     /// using the System.Data.OracleClient ca ...Show All

  • .NET Development Application Design Question

    I have an database application that runs in a computer which has no static IP. I am going to build a web service that will retrieve information from that database and display it on a web site as users request it. something like a tracking system. My problem is, i can't send every record from my existing database to the web service (which will log it to a second database) because only 1 out of 100 records will be queried. it would be a waste of bandwidth and space. I need to implement the web service so that when a customers requests information it retrieves the data from the existing database (computer with no static IP). Any ideas would be greatly appreciated. Let's see if i can get this thread started. O ...Show All

  • Visual Studio 2008 (Pre-release) Passing 3MB DataSet via WCF - Best Practice

    Hi In our application we have several DataSets with about 2-4MB of size. Each DataSet contains of only one single DataTable. The data has to come from the server to a client via WCF. Client and server are in the same LAN. What are best practices to pass the data The only thing I think I can be sure about is that I should use binary encoding for the binding. The following questions are still not clear for me: Which binding should I use - netTCP or WSHttp I know that a DataSet produces overhead, but does this really matter in my case If the DataSet produces to much overhead, what should I do best to get the data to the client fast Should I use streaming or better the standard buffering Which timeout and max size settings do I have to t ...Show All

  • Visual Studio Express Editions Web Browser Help

    Hello Everyone I am just playing around creating my own tab drive web browser. The one thing I am struggling with is when you click a link that activates a new window automatically...how do you catch that and stop it from launching a new instance of internet explorer I can use the NewWindow event to call my other routines to create a new tab, but I am stuck on how to stop IE from launching. hope this makes sense. let me know if I should explain better. Thanks Eric ...Show All

  • .NET Development How to publish website created using Visual Web Developer 2005 Express Edition

    Hi Everybody! I created my website using Visual Web developer 2005 Express Edition on my local machine.My database stored on Sql Server 2000 and My web site stored on another Server. Now i like to publish my website.I also have one server having IIS. Any one can please help me how to publish my website for intranet purpose.This web site is used by internal staff within one building. Thank you Kirti email:kirtimistry2001@hotmail.com The problem u have is u might have created the web site in FTP folder..tats the main reason u r not able to access it from the remote machine.. while creating new website in VISUAL WEB DEVELOPER EXPRESS EDITION it automatically gets stored in FTP folder.E ...Show All

  • Visual Studio Team System How to make a user without local admin privileges a TFS administrator?

    This is for a pilot deployment of TFS. Has anybody tried it before making a user a TFS Admin without adding him to the local administrators group Also, creating a domain group named DOMAIN\TFSAdmins for example is not an at this point option so the problem lies within WSS that does not allow me to make individual users SharePoint administrators or is this possible Furthermore, assume that I create a new Active Directory domain group and set this group as the SharePoint Administration group do I still need to grant any Team Foundation Server administrator local administrative privileges ...Show All

  • Visual C++ My Open Gl Drawing is not showing.

    Hi all , i have developed a Opwn GL Programme in VC++ But when the interface is showing it is showing in minimised mode. when i maximised that the interface is not showing the drawing Anybody please help me. Thanks in Advance. ...Show All

  • .NET Development TcpListener getting 10042 error code

    When creating a TcpListener object I am getting error code 10042. Below is the code I am using. IPHostEntry localMachineInfo = Dns .GetHostEntry( Dns .GetHostName()); IPEndPoint localEP = new IPEndPoint(localMachineInfo.AddressList[0], System.Convert.ToInt32(tbPort.Text)); TcpListener listener = new TcpListener(localEP); listener.Start(); When debugging this code I notice that right after listener object is created I see error code 10042 (An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call). am I missing a configuration setup You are right the TcpListener.Start() shows an active listening entry when doing NETSTAT -A I am using Windows XP SP2 and Visual Stu ...Show All

  • Visual Studio Express Editions HELP! HELP! HELP!

    Hi im new and heres my problem: I want to create a program where you can create accounts and log in (somekind of password protected database) and see data of accounts and stuff like that. where do i start and do i have to do i dont get it. its to complicated. cant you explane it to me i just want to create a program where you give information and then save and after log in and look at the information. please... ...Show All

  • Visual Studio Date-Time problem

    Hi Few days ago i uploaded some files in VSS which were supposed to be uploaded earlier, so i just changed back my system time and date to my desired date and then uploaded the file in VSS,the date and time along side that file is fine(means its the same date on which i uploaded the files after changing the dates of my pc),but when i check the history of the file it shows the actual date of file uploaded i mean it doesnt show the same date and time that was supposed to...why is it so and is there any seperate date and time mechanism of VSS or VSS takes the systems date and time Regards, Hisan It is likely you used VSS2005, which writes the time in the database using the server's local time, not the client local time (ex ...Show All

  • SQL Server Null / Nothing

    I want to place Null / Nothing to Summa.Value...Now I have a textbox (Textbox1) which put a value to Summa.Value....How do I do that The vb code I have now: Dim Summa As New SqlParameter(" @Summa", SqlDbType.Int) Summa.Value = Textbox1.Text Command.Parameters.Add(Summa) I tried to do like this, but I didnt get it to work... Dim Summa As New SqlParameter(" @Summa", SqlDbType.Int) Summa.Value = Null Command.Parameters.Add(Summa) This should then be inserted to a sql-server database... Okey...it works!! *Yehaa* =).... Thank you soo much for answearing!! I really appreciate that!... I had never solve it without your knowledge!   Thanx!! ...Show All

  • Windows Forms ClickOnce seems doesn't work

    Hi all, I'm newbie with ClickOnce. I have an application I'd like to update by web. I've tried to install it and then deploying a newer version and test id somethings happens... tha application runs normally. In which way I can test the ClickOnce functionality and what have I to check in my app settings. I've made the CD installation and installed it, what do I have to do now If I check the FTP site it has the right files. I've chechek the "before application starts" option to perform the updating check. I hope you can help me. TIA for any suggestion, examples or tutorial about it. Dario OK. It works good. but what I'd like to do is the "clickOnce" updating from ...Show All

  • Software Development for Windows Vista Problem Purging mailbox from within Exchange 2003

    We are having an issue trying to purge a few left over mailboxes from a recovery effort. What we have noticed is as follows: -the account that the mailbox was tied to no longer exsists. -when you try to either reconnect or purge the mailbox I get the following error.    "The operation cannot be performed because this mailbox was already reconnected to an existing user." ID no. c1034ad6" We need a way to either reconnect this mailbox to a new account or purge it off the system.  I can provide more information if needed... Thanks, Sean This is a problem with mail user information in AD in relation with Exchange. You can refer to the following article to have an idea of what is going on: http://support.microsof ...Show All

  • SQL Server Send Mail generates Timeout error

    Send Mail hangs up in Yellow 5 min. and turns Red with Timeout error. I am assuming that I have a problem with SMTP Connection manager. I copied the SMTP server name from my Outlook. Task sometimes works like a charm. But it is not consistent. How can I debug this Thanks, Gulden I just found out that our SMTP needed to be authenticated. Since I cannot pass userid/password with the Send Mail I had to write my own send mail code. Thanks for your help Gulden ...Show All

©2008 Software Development Network