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

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

corbin

Member List

woart
WoZoI
mixministermike
Msiza
billyzelsnack
zeecue
Ulrich Straus
PeterNo
Creative
ndat
AreaScout
bneat
zq3
v3 - pushpin icon
ianagui
Tharindu Dhaneenja
Dave Reinhart
Arindam Biswas
printerpro
Ryan Wade
Only Title

corbin's Q&A profile

  • Visual Studio Problem with VS Studio 2005 installation

    Hello, I just tried to install VSStudio 2005 on my Laptop. Since I do not have enough space on my system partition available I changed the installation path to antoher one, however VSStudio setup still intends to install files with a size of almost 1 GB on my system partition which I do not have available. Does anybody know how to solve this Problem Thanks, Thomas Hi Thomas, I don't know the answer to your question, but I've moved it from Visual Studio - General to Visual Studio Setup and Installation, where you are more likely to find an answer. Thanks, Jeff ...Show All

  • Visual Basic class error's

    Hi all, I don't know if this is an error in .NET or an expected condition. My question regards creation of a class using a dynamic array. the array set works if you share the class but if you do not you get an error of refering an object to a null referance. here are the two classes below. TData will cause as error and T1Data will not. I would like for the class not to be shared so that multiple seperate instances of the can be created. Public Class TData Public Depth() As Int16 Public Capacity() As Int16 Public Description() As String Public OnSide() As Boolean Public Sub NewDim( ...Show All

  • Visual C# Related to C#

    Hi, What is C# specifically for How about its difference from C++ There are alot of differences especially between managed C# and unmanaged C++ C# is more like java than it is like C++ ... a quick google on differences between C# and C++ brings up quite a few worthwhile links although I am sure someone around here has put together a complete list (it will be quite long) ...Show All

  • Visual C# can someone convert this snipet of VB to c#?? Just Some Simple one (basics)

    Hi This shouldn`t be difficult .. but i dont know VB But what does this means... He declare a function named with "Afunction" and then in the body of that fucntion he says.. Afunction= ..... LoL , how does he do that or what does that mean in c# can a name of a function take some value Please tell it what does this means in c# hi, looool i don't know what do you talk about , i guess it will be better if you post the function here best regards ...Show All

  • Smart Device Development Whether netcf 2.0 support isolated storage?

    Hi, Whether netcf 2.0 support isolated storage Regards, Senthil. ...Show All

  • SQL Server Error while trying to make a remote connection to a named instance of SQL Server 2005

    I have a named instance (inst1) of SQLServer2005 on Machine A running Windows XP. My attempts to connect to "A\inst1" from other machines running XP/Win2K3 fail with the following error: -------------------------------------------------------------------------------------------------------------- http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx Error Message 5: 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 Network ...Show All

  • Visual Studio Team System Unshelve confusion over "no pending revisions"

    OK I understand what happens during shelving but I'm not so sure I completely understand unshelving.  The docs for "Working with Source Control Shelvesets" say this about unshelving: "restores each shelved revision into the destination workspace as a pending change as long as the revision does not conflict with a change that was already pending in the workspace." and "To unshelve an item, there must be no pending revisions against it in the destination workspace." I'm still a little fuzzy on what is meant by "does not conflict" and "no pending revisions"   Is that a case of poor wording e.g. change "no pending revisisions" to ...Show All

  • .NET Development Calling MFC DLL from VB.NET

    Hi, I'm calling an MFC DLL, which show a dialog box, from VB.NET. The application crashed when the DLL try to create the dialog box. If the creation of the dialog is skipped there is no problem using the DLL. Is it possible to call an MFC C++ DLL from VB.NET Code in the DLL:  CZModemDlg* aDlg;  aDlg = new CZModemDlg();  aDlg->Create(IDD_ZMODEM_DGL); <--------Crashed here !  aDlg->ShowWindow(1); Brgds  Problems solved ! I have to create a regular DLL statically linked to MFC instead of dynamically. In this case it is not required that MFC is available in the ...Show All

  • Visual C++ what is the difference between #include "header.h" and #include <header.h>?

    I'm sorry for what sounds like a dumb question! include "" searches your local directories first, it's for files in your project. include <> searches your external include dirs first, it's for including library stuff like iostream, list, vector, etc. I believe either will work, but in theory you should get in the habit of using "" for local files and <> for library files. ...Show All

  • SQL Server Security and roles in analysis services

    Hello In our organisation we would like to be able to select specfific persons to be able to administrate roles and only roles on specific databases(one person in residential, one person in the business line etc.). Those people should not be able to proces cubes or anything - just adminstrate roles. (in best case only be able to see the roles settings for each database). Is this possible, and is it also possible to limit each person to be able to administrate roles for specific databases (the person in the business line should only be able to administrate roles for databases concerning business databases and cubes and ...Show All

  • SQL Server Creating ETL Package for Multi-Column Format in SSIS Ver 9.00.1399.00

    Hello I am trying to create integration package with MS-SQL 2005 SSIS Version 9.00.1399.00  The process loads multiple Flat files(Tab Delimited) from specified packaged folder. Some time there is a chance that Falt file comes with Fewer columns than it was specified in package. Ex:  When designing package it may maps 100 columns from flat file.  But at the time of execution(Production) these flat file may contain 100 or 50 columns or 75 columns or these columns may be in different order of it was designed How can i handle this situation while designing the SSIS package. Thanks in advance. Raj Well, for too few columns y ...Show All

  • .NET Development Who can I add XML Serialization to Web Services

    Hi all.. I have a problem.. I serialize a Object to XML, but I Want to retrieve the XML Serializated Object by a Web Service, The object serlialized is a RecordSet, by the creation of an array of 2 dimensions, the array is the object serialized, but i don't know how to retrieve the serlialized array in the web service. Pleace, I need help, if any knows some site or knows how to do that, pleace explain me!!! Tanks for the help.... ...Show All

  • Windows Forms I need help about drawing rectangle on htmldocument

    hey All, I want to draw a rectangle on Html document using mouse event(mouse move,mouse down,mouse up). Infect i am developing a form which contains Webbrowser Control , when this control shows some web site in it , means after documentComplete event. i need to draw a region on this document just like drawing region for capturing some part of screen in many softwares. help me ASAP. Thank you in advance. Hi, Could you be more clear in what you would like to achieve...so that some of us will try helping you. Thanks! Bhanu. ...Show All

  • Visual Studio Team System Limiting repeated authentication

    Whenever a developer opens up Visual Studio - and add an existing project - they must authenticate. Whenever a developer visits the portal - they must authenticate. When they open a document from the portal - they must authenticate. Anyway to make it so that only once or at least a limited amount of times must the person authenticate Is it really necessesary to authenticate when loading the portal and then once again when opening a file within Any way to get around this - would be great. Thanks. Hi Roman, I don't see that there would be a way around t ...Show All

  • .NET Development How to force build in Framework 1.1 environment

    Hi, On W2K3 system I installed VS 2005 and I automatically got .Net FrameWork 2.0 installed. When I build an app it builds in .Net Framework 2.0. This prevents it from executing on system with Framework 1.1. Question is how do I force VS 2005 to build in FrameWork 1.1 I did check in the registry and found I have both framework installed. 2.0 did not clobber 1.1. If any one can reply to this that would be awesome. thanks ananda vardhana Hi, Are u trying to build an asp.net app If yes .. you can use the aspnet_regiis utility with -s option and specify the .net framework version you want to use ...Show All

©2008 Software Development Network