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

Software Development Network >> Stephen Davies.'s Q&A profile

Stephen Davies.

Member List

jeje1g
mendez_edd
dollmaker
vbMikef
Brian DeKorte
Richard Garand
Andora
yhong
JohnPM
alex222
KDV
TMF
DotNetDudeATX
Hotdog
Temple1
Sternman
Neil_F
Khalnayak
Chantcd_com
ktegels
Only Title

Stephen Davies.'s Q&A profile

  • Smart Device Development Debugging without ActiveSync -unable to get Visual Studio 2005 to cooperate

    Hi all, I've been trying to debug a Windows CE 5.0 based device with VS 2005. Since this device doesn't have a full serial port or USB client port available, I've turned to debugging without ActiveSync (I did try merging in some AS partnership information from another device into the registry, but haven't quite gotten AS to connect.) I've used the instructions pointed to elsewhere, e.g. http://blogs.msdn.com/vsdteam/archive/2005/04/28/413304.aspx http://msdn2.microsoft.com/en-us/library/ms228708.aspx However, there appears to be no manual startup server option -- VS 2005 seems to insist that ActiveSync be used as the S ...Show All

  • .NET Development Remote proxy has no channel sink

    Hi, when i communicate com+ clinet with com+ server , i am getting error "This remoting proxy has no channel sink which means either the server has no registered server channels are listening, or the application has no suitable client channel to talk to the server" I am using serviced component class not dotnet remoting. my client and server machine is win 2000 professional. please suggest. Regards, Jyoti Ranjan Hi Jyoti, I recommend posting your question to a more appropriate forum: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microso ...Show All

  • Visual Basic What is the best design for System Approval Process?

    Pls give me a reference or suggestions about the approval process. insurance company approval process. This is completely off topic. This forum is for VB.Net Questions - please try and keep the questions relevent to the VB.Net domain. ...Show All

  • Visual Studio 2008 (Pre-release) Querying and late bound data providers

    Hi Normally in the projects I work on we use a strict provider based architecture for accessing data. Obviously this is done to avoid having any nasty database or XML or something else dependancies in the logic of the program. The problem on the other hand is that querying such data stores must also be part of the provider meaning that all possible ways of querying data must be covered by the provider which obviously isn't feasible. Now I was hoping that LINQ could solve this problem, but I order to do that (at least in the way I currently hoping) I need to know if you can do something like the following. Assume we have an abstract class ...Show All

  • SQL Server How to restore SQL 2005 DB to SQL 2000

    Hello, I'm tring to restor a DB from sql 2005 (which is located on my local computer) into sql 2000 (which is located  on the server) and I am getting this type of message: TITLE: Microsoft SQL Server Management Studio ------------------------------ An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ ADDITIONAL INFORMATION: Too many backup devices specified for backup or restore; only 64 are allowed. RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3205) For help, click: http://go.microsoft.com/fwlink Pr ...Show All

  • Visual Studio Team System VSTFWeb - project path

    Hi, When I am isntalling VSTS, during installation it must create "VSTFWeb" web. But when I am installing it does not happen. that is why getadminport command fails. Can I create this web site manually If yes - to which path is should point to Please let me know. Regards Ajay I'm glad you figured it out.  I just forwarded it to our setup team so they can make sure we get it fixed. ...Show All

  • Visual Basic TreeView web control

      I have looked everywhere I can think of for the means to control the height of the menu items, root,parent and leaf nodes, in this control. Also. The NodeIndent property only affects the root node and the parent nodes - I can't find a way to control the indent on the leaf nodes.  What am I missing   It worked somewhat - the tree renders fine as long as you don't try to define a specific graphic for leaf nodes.  I used a small bullet (gif) file and sure enough it adds a whole lot of indentation to the leaf nodes. the Root and second level nodes are fine (also with a custom gra ...Show All

  • Smart Device Development this forum incompatible with IE on WM5

    It's a bit off-topic, but I tried to reply to forum posts from my WM5 device (HTC Universal). The text box for the post body does not render, so posting or replying is impossible. (WM2003 also has a weird page layout but at least the text box is available) . What a shame... Thanks for letting us know. I will pass on your request to appropriate person. -Thanks, Mohit ...Show All

  • Visual Basic 1-dimonsional array error

    Hi, I have created the folowing functin from my form to call a class in another project within the same solution. this line ( sections.GetRiskSections() ) is underlined and the error is: Error 1 Value of type 'RSCompDB.Premiums.RiskSectionsList' cannot be converted to '1-dimensional array of RSCompDB.Premiums.RiskSectionsList'. Thanks Public Function GetRiskSections() As RSCompDB.Premiums.RiskSectionsList() Try Dim sections As New RSCompDB.Premiums.clsPremiums() ''''ERROR'''''''''''' Return sections.GetRiskSections() ''''ERROR''''''' Catch ex As Exception Throw End Try End Function ...Show All

  • Visual Basic Try...Catch statement Question

    I have a Try...Catch statement that contains 12 Operations inside it. On the catch I want to display a msgbox that tells exactly which operations failed. I was looking through the exception methods and couldn't find one that worked. All of the methods provided relative information but nothing specific. The reason I want to pinpoint exactly which operations failed is so that the user can email the error message to me and when I get it I will know exactly how to fix it. Thanks. Hey Troy. . . Lets go an entirely different direction!!! Lets let the wonderful Windows.Forms namespace work for us!!! play along with me - create a ...Show All

  • .NET Development Updating a tableadapter.

    In VS2005, when using the update method of the table adapter using a stored procedure, I can use the SourceColumn property of the parameters collection to map the TableAdapter columns to the parameters in the stored procedure. However, I would like to be able to explicitly specify the values of one of the sprocs parameters i.e. not take it from a column. MSDN suggests that there is a value property that I can assign, but I can find it. Thanks, David McKinney. Hi! TableAdapter have UpdateCommand, DeleteCommand, etc. Each command can use Parameters collection. You need to add parameter there. ...Show All

  • SQL Server Fast loading relational data

    I am searching for a way to fast load relation data. I know how to load data fast but how can i store relation data fast. For example : Table1 ( tabel1Id int identity , name varchar(255) ) Table2 ( tabel2Id int identity , table2Id , name varchar(255)) When i insert 50 records into Table1 i can't get the 50 identity fields back, to insert the related data into Table2. I think one of the solutions could be returning a selection of Table1 joined with syslockinfo, but i have no idea how to do it. Does anyone have an idea Add uniqueidentifier column to your master table. When inserting, ...Show All

  • Visual C++ Exporting Function

    Hi all How would I go about making a dll that can export some functions in C++ 6.0 (btw Im new to this) From Luke Take a look at http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/vcconImportingExporting.asp . Also if you are new in using the VC++ products, I would recommend using VC2005 since the official support for VC++6.0 already expired. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Team System Windows Groups - TFS does not see new users until restart

    If using Windows groups, it appears that there is a bug in VSTS. TFS seems to query the Windows Security system once for a list of users belonging to each group. When you add a new user to the Windows Group, TFS doesn’t get the update – i.e. it’s out of date. The result is that you won’t be authenticated if you added yourself tp a Windows group after TFS has queried the Windows security system. To reproduce : Using a TFS Admin account, perform the following: Create a local Windows Security Group named ProjectAdmins To this group, add a user account e.g. User01 In TFS, under Project Settings, Group Membership, ...Show All

  • .NET Development FtpWebRequest re-sending USER and PASS commands half way through download loop

    Well, the title says it all really: I'm using FtpWebRequest to download multiple files as follows: private string GetFile(Uri uri) { string un = Misc.ReadRegKey("ParserFtpUsername"); string pwd = Misc.ReadRegKey("ParserFtpPwd"); string file; NetworkCredential cred = new NetworkCredential(un, pwd); WebProxy pxy = new WebProxy(); pxy.UseDefaultCredentials = true; FtpWebRequest wr = (FtpWebRequest)WebRequest.Create(uri); wr.Credentials = cred; wr.Proxy = pxy; wr.UseBinary = false; wr.Method = WebRequestMethods.Ftp.DownloadFile; FtpWebResponse resp = (FtpWebResponse)wr.GetResponse(); ...Show All

©2008 Software Development Network