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

Software Development Network >> Ronald Zariits's Q&A profile

Ronald Zariits

Member List

snorlaxnet
PhillipM
Javier Luna
FrankIan
Brian Trexler
Ted Glaza
bebakhshid
Peter Hogg
Mark Sonnier
jspliff
Rene Reyna
softpre
Eric Hanson
Jose Luu
John Eimer
Georgi Vajarov
Artyom
Sutapa
Kary
toSarvan
Only Title

Ronald Zariits's Q&A profile

  • .NET Development Data accessing

    Hi,     Im actually an MBBS student (IIIrd yr).. I had this great intrest in computer programing and so i learnt VB6 long back..before millenium.. i Know to use data accessing by DAO method.. Like, i know to create an access database and use it.. but now when i use the same method, im gettin many errors in VB .net 2003.. like the recordcount feature not working.. :( i don hav intense knowledge in VB as my proffession is di ...Show All

  • .NET Development Computed Columns in TableAdapters

    Hello, I'm very frustrated with the TableAdapter created by the dataset designer in Visual Studio 2005. Here's my problem: My select statement is just a select * from X. Some of the columns are computed columns, and should not be included in the update or insert commands. However, they are. I can't seem to get it to not include these columns in the update and insert commands without removing them altogther. This problem did not exist in 20 ...Show All

  • Visual Studio Express Editions Common Dialog Box and Save- newbie question

    I want to save an array of UShort integers in any chosen directory, using a Common Dialog Box. (There seem to be big differences between VB6 and VB Express.) Can anyone help And I need to load back the values, again using a Dialog Box. Thanks, David. Hi David, You can add a new MDIParent form into your project and take a look at the OpenFileDialog and SaveFileDialog sample in there. Here's a copy o ...Show All

  • .NET Development soap specification

    after reading soap specification at w3c i have a few questions 1) you can't use soap-envelope namespace with application specific <element> since soap schema have not define namespace (env) can use with <MyElement> inside soap schema --> targetNamespace= http://www.w3.org/2003/05/soap-envelope indicates that the elements defined by this schema are <Header> <XBODY> <Envelope> ...Show All

  • Visual Studio Team System Add Data Source for Test Data Using MDF File

    Hi, I am trying to add a data source for data driven web testing using an MDF file rather than a database server specicifically.  This is important so that others can run the test on their computer.  Unfortunately, "SQL Provider using File" is not listed as an OLEDB provider.  How do I specify the data source as and MDF file rather than specific server connection   I know this was possible in Beta 2 but I can't seem to get it ...Show All

  • Visual C# AspNetSqlProvider

    I have an error when i am try to make web partzone without using sqlexpress I want to use sqlserver2005 entreprise when i am try to create AspNetSqlProvider test failed and i have this error (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Networ ...Show All

  • SQL Server sql stored procedure question

    I'm trying to insert data into a sql server 2005 table that was created dynamiclly. Data will be inserted into several of these types of tables. I tried to substitute the tablename as a parameter, but got the following error when I tried to execute the query: "Invalid object name '@CDRTableName' . Here is my stored procedure. Notice I included the periods for brevity: <code> ALTER PROCEDURE [dbo].[InsertCDRSearchResults] ...Show All

  • Visual Studio Tools for Office Outlook winforms email template?

    I'm composing email messages from a winforms application and would like to be able to select a template for the email body programatically. I suppose I can just open a Word document, grab the content and stuff it in the mailitem but that seems awkward. Is there a better way to do this Jeff McBride Hi Jeff, This Forum is for questions related to VSTO programming. You might try posting your question ...Show All

  • Visual Studio Team System Using VS2005 (beta 2) with custom rules

    Hi, I'm trying to integrate custom FxCop rules using the Code Analysis capabilities of VS2005 beta 2 and I'm hitting some problems :( I've written a very simple custom rule which loads and runs OK under the stand-alone version of FxCop 1.32  I've then changed the FxCop and Cci references (and imports) to hook up to the integrated version of FxCop (SDK under "Team Tools") so I can load the rule for use in the IDE but that ...Show All

  • Visual Studio Team System Working folder already in use by another workspace on this computer

    I am getting this message on a computer on which there are no other workspaces for that computer. In addition, all of the working folders have been deleted for the workspace that I am working in. We do occasionally log into that box with another user name, but there were no workspaces defined under that login either. (Besides, can't we see all the known workspaces if you log into TFS as admin anyway -- BTW: I don't particularly like that "f ...Show All

  • Visual Studio Team System Beta 3

    OK, so I keep hearing that there may be a Beta 3 released for VSTS. Could someone please confirm or deny this If this is is true, when will it be released the dates here aren't exactly right.  Yes, The client editions of VSTS have RTM'd and are commercially avalibale, but the TFS RTM is not 12/02, but is slated for Q1 CY06.  We will post exact RTM date very early in the new year thanks Michael ...Show All

  • Visual C++ Another problem with 2005 beta 2 and libcp.lib

    I'm using the boost library which I'm assuming uses the libcp.lib. If I try to compile I get this linker error LINK : fatal error LNK1104: cannot open file 'libcp.lib' If I try to ignore that library I get this error LINK : fatal error LNK1104: cannot open file 'LIBC.lib' If I try to ignore that library I get this error Linking... libboost_filesystem-vc71-s-1_32.lib(operations_posix_windows.obj) : error LNK2019: unresolved external sym ...Show All

  • Visual Studio 2008 (Pre-release) Speed of XAML

    Is it possible for you guys to give us a realistic timeline on when XAML wil be ready to be a actual viable option to develop applications for E.g when will the whole framework standardize and when will we be able to develop apps that won't run at snail speed Thank you very much, Jaco I know now what our problem is, thank you very much. It is still not performing as good as it should, but seein ...Show All

  • Visual Studio There was a failure uploading the URL.... VSS 2005 Beta 2 Web Service

    Hi there, I hope someone is able to help me with a problem to do with VSS2005 Beta 2 Web Service. I've spent nearly a day trying to get it to work, however I've not been able to. Here is a detailed summary of the issue. I am trying to get  Visual Source Safe 2005 Beta 2  to connect to Visual Source Safe 2005 Beta 2 via the Web Service. I had problems actually getting the database to register in Visual Studio until I found this posting ...Show All

  • .NET Development New request is not allowed to start because it should come with valid transaction descriptor.

    I have a C# windows service that uses MSMQ, DTC Transactions, SQL server 2005 and Notification services. I am doing the following in the service: OnStart Create the queue set the Peek Complete event call Begin Peek PeekComplete WaitHandle[] waitHandle = new WaitHandle[] { new AutoResetEvent(false) }; ThreadPool.QueueUserWorkItem(ProcessMessage, waitHandle[0]) Call End Peek WaitHandle.WaiteAll(waitHandle) queue.BeginPeek ...Show All

©2008 Software Development Network

powered by phorum