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

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

abzA

Member List

Juan M. Aguirregabiria
Mr MTA
Jan Nawara
Jaifima
Kreuger
Damien Silveira
azreon
Sasky02
Tatjana
StephaneT
SelfishGene
wattlebee
andrewfranchuk
pokopiko
David Scrutton
Junnys
vinoth.net
12345x123456
t-965
Sean Alford
Only Title

abzA's Q&A profile

  • .NET Development Creating Typed Dataset in Web Service using Visual Web Developer 2005 Express Edition

    I am trying to create a typed dataset which I can use as a data source in VB 2005 Express. I hope to use VWD 2005 Express, but if there is a better program to use that is free, I'm all ears... I have searched the forums for quite a while and found a forum that tells me how to accomplish this, but not using VWD 2005 Express... the code is... Public Function Units() As Units 'return units type Dim myds As New Units Dim myta As New Units ...Show All

  • Visual Studio Express Editions Migrating MFC application from Visual Studio 6.0 to Visual Studio 7.0

    Hi, We are migrating MFC application from Visual Studio 6.0 to Visual Studio 7.0. We do not have any mangaed code. Just we are compiling the c++/MFC code with .net compiler by using Visual Studio.net 2003. Do we need .net framework to run the applciation. If so what is the need for .net framework, though we are not using any managed code!. Thanks, Ram. You don't need the .net framework if you d ...Show All

  • Visual Studio Team System Error when trying to build few solutions from different team project based on single label

    I’m trying to build few solution based on one single label, the thing is that my label contains solution from different team projects. I get always error that the sln that in my label from the other team project is not found. Here is the log file: ------------------------------------------------------------------------------------------------------------------------------- Build started 6/19/2006 9:28:25 AM. __________________ ...Show All

  • SQL Server some guidance for an SSIS newbie wanted

    Hi! I'm new to SSIS (and quite new to SQL Server). I have a process which I'd like to automize via SSIS - just don't know how and couldn't figure it out yet by playing around with the program. Shouldn't be too difficult though. First of all, that's the process as I do it now: 1) Load several flatfile sources (dumps of SQL tables) into an SQL database. 2) Add identifier rows (to some tables), set the primary and foreign keys so the database is &q ...Show All

  • Visual Studio Tools for Office Formatting / AutoFit

    I created a dataset and then loop it to create a data result set (by setting the xx.Value2 properties throughout the loop), and I'd like to make this result set to become "autofit" so that users can view the correct format (date and numeric), column width, ...etc Thanks, Nothing specific here that you could use. Get the column names from the data table by using the DataColumn.DisplayName property and u ...Show All

  • Visual C# What do i need to dispose and how?

    When i close my application I get following error: An unhandled exception of type 'System.NullReferenceException' occurred in WiseDVAppVer1.exe Additional information: Object reference not set to an instance of an object. I tried debugging my code and it seems the code fails to dispose some object. Following part causes the error. in particular it gets stuck at combobox.selectedvalue.tostring(); private void comboBox1_Select ...Show All

  • Windows Forms Treeview question .net

    How do I select a node programmatically I expected to see .Selected method. I see IsSelected. Thanks, Mike Hi, Assign the node to SelectedNode property to select it: myTreeView.SelectedNode = myTreeView.Nodes[0]; Regards, -chris ...Show All

  • Visual Studio Shadow Folder Problem

    i have a problem with shadow folders. i use source safe to develop a asp.net web site in a team. i want the website to be shadow copied to inetpub to be live just in time when somebody checks in a file in visual studio. but when checking in a file in visual studio the shadow folder file is not updated iis and source safe are installed on the same machine, so i think that the impersonation is not the matter. when i open source safe a ...Show All

  • .NET Development run servers localy

    how can i run 2 servers localy in .net remoting i tried register two different ports in the server side but i got an exception. do i need to create 2 different projects , each one for a server thanks in advanced im finding it a little bit difficult to put it in a config...maybe you can help me the problem is that i wrote- Type theType=new TasksManagement().GetType();  RemotingConfiguration.RegisterWellKno ...Show All

  • Visual Studio Team System Must install the RTM TFC when moving to RTM server?

    Hi, Currently we are working with the RC (server and tfc). Next week we are going to upgrade to the RTM (server). Is it mandatory to install also the RTM tfc As far as I can see, in out test environment, I can connect to a RTM server via rc client. Thanks Michael It is mandatory. You may be able to connect, but there were changes made and you may experience unexpected results if you do not upgrade the client. ...Show All

  • Windows Forms Custom Controls...GDI to slow?

    Hy, I've been trying to make some controls (buttons) using user controls. So...I've made 2 pictures(bitmap)(actualy is a png file extension) one is the button in the normal state...and the other...is the button when the mouse is over it..... when I wrote the code...to change te pictures and clicked run to start the application everything was ok....untill I moved the cursor over the button....it flickered(made up word).....for a split ...Show All

  • .NET Development help with httpRequest via ISA (proxy) server.

    Hi, eveyone. Here is the situation: I have a .net client app that reads file(s) into a byte array and using HttpRequest object sends the data to a webservice that sits behind a proxy (ISA) server. It works OK if I do not use chunking in the request, but when chunking is turned on, I get the following error: The ISA Server services cannot create a packet filter 216.109.126.70. T his event occurs when there is a conflict between the Local A ...Show All

  • Visual Basic Query returns records in Access but not from VB6

    If I run the query in Access it returns 137 records. If I use the code below the recordset is empty. Both eof and bof are true. I have tried several different ways to execute, but I can't seem to get it to work. I use this process all the time and this is the first time I'm having this problem. I'm totally stuck.      Set cmd = cat.Procedures("qinpatientcount").Command      cmd.Parameters(pardtStart) ...Show All

  • Visual Studio Team System TF30162 Error Project Creation Wizard encountered an error while uploading documents to SharePoint

    Hi Can someone here can help cos my head is getting sore with this one. It appears my problem is slightly different to the other TF30162 posts here so far. I am getting an error on project creation uploading documents to sharepoint services. This happens for me from a clean install. I have never been able to create a project. Thanks heaps Joel 2006-01-18 15:38:48Z | Module: WSS | Thread: 7 | Creating site with the following parameters 2006-01-1 ...Show All

  • SQL Server Database Mail SQL 2005

    I'm having a problem with database mail in SQL Server 2005. I have set up a default profile. My SMTP server is not a localhost instead i've fed SMTP ip address and port no. The same setting in Outlook express works fine for Incoming and outgoing mails. but in SQL 2005 i'm not able to send test emails. The following errors show up in the sql server agent log Message The mail could not be sent to the recipients because of the mail server fai ...Show All

©2008 Software Development Network

powered by phorum