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

Software Development Network >> Alvin B's Q&A profile

Alvin B

Member List

rcarun
prowl
Shawn_CEO
Chris Lee
Ravi Terala
dubstar
Ajit Godbharle
Keith Rome
ardmore
VJJJ
cb-cb
billarocks
khavelka22
cgufl
axl
Abbasi
Pelucho
NicolasG
acraft
Niamh
Only Title

Alvin B's Q&A profile

  • Visual Studio Team System VS 2005 Solution Explorer's Getlatest not getting newly added files

    Dear members, I'm having weird issue and wonder that someone else having it or not. Sometime when i add some files in the project and does complete checkin using VS2005 Solution Explorer but still other team members cant see it under the project from Solution Explorer and when i explore the Source Control Explorer files are there and i'v to getlatest them from source control explorer. Can some body figure out wats the issue i dont want to use source control explorer especially when i added files from Solution explorer, it shuld getlatest them from Solution Explorer. regards faraz Check the history ...Show All

  • Visual Studio 2008 (Pre-release) A Channel/Service endpoint's Binding is null? Why the Client can't read from the app.config file?

    I have built the source successfully in the Feb,2006 CTP. But when i have run it ,it will throw exception.(Server is OK) Server Code & Config file: using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; namespace HelloWorldService { //Define a Service Contract [ServiceContract(Name = "HelloWorld")] interface HelloWorld { [OperationContract] string sayHello(string sName); } class HelloWorldImp1 : HelloWorld { #region HelloWorld Members public string sayHello(string sName) { //throw new Exception("The method or operation is ...Show All

  • Visual C++ Need help circumventing compiler bug on C2665

    I've run into a bug in the compiler that's preventing me from building. I have a class with two constructors which are clearly totally from each other: ColumnDrawInfo( const CString& inLabel , COLORREF inText, HFONT inFont, UINT inTextAlignment = DT_LEFT); ColumnDrawInfo( UINT inLabel , COLORREF inText, HFONT inFont, UINT inTextAlignment = DT_LEFT); But when I try to create an instance with that second constructor the compiler fails: error C2665: 'ColumnTreeContainer::ColumnDefinition::ColumnDefinition' : none of the 2 overloads can convert parameter 1 from type 'UINT' could be 'ColumnTreeContainer::ColumnDefinition::ColumnDefinition(c ...Show All

  • Visual C# How do I compile a C# Winforms application??

    Hi. I have a Visual Studio .NET 2005 C# Winforms application. The code is contained in C:\code. I want to compile the program to C:\compile. How do I do this Thanks. You can use msbuild to compile the application without visual studio. If you have visual studio 2005 or c# express you can select build from the build menu ...Show All

  • SQL Server 2005 Query help

    Please help. On sql 2000 i have a query like this where the columns are primary keys. Select count(*) from db.dbo.table1 where convert(varchar(3), col1) + convert(varchar(10), col2) not in (select convert(varchar(3), col1) + convert(varchar(10), col2) from db.dbo.table2) It completes in 1 second with sql 2000. I have restored the db to sql 2005 and run the same query. The processors peg and it goes to la la land. I have updated statistics and installed SP1. Anyone have ideas The sql 2005 is even way better than the sql 2000 box. If you have a better way to perform the same task, please let me know. Thanks! ...Show All

  • Windows Forms Determining Drive type at runtime

    I have an application which uses the openfiledialog control to allow users choose a destination drive for writing purposes. I need to be able to determin at runtime, if the returned directory from the openfiledialog is a local or network drive... please help Chinedu wrote: I have an application which uses the openfiledialog control to allow users choose a destination drive for writing purposes. Wouldn't it be more appropriate to use a FolderBrowserDialog for that Chinedu wrote: I need to be able to determin at runtime, if the returned directory from the openfiledialog is a local or network drive.. ...Show All

  • .NET Development sql datareader problem

    Hi I have a SQLDataReader set up. When I try to execute it I get an error See Below, I know there's nothing wrong with my connection so I must have done something else wrong can anyone help. Dim comd As SqlCommand = SqlConnection1.CreateCommand comd.CommandType = CommandType.Text comd.CommandText = "Select top 1 txtLeftAvgeMeanIMT,txtLeftAvgeMaxIMT,txtRightAvgeMeanIMT,txtRightAvgeMaxIMT from HACAROTIDSCAN WHERE datescandate > getdate()-1 and patientid = '" & lblPatientID.Text & "' order by datescandate desc" SqlConnection1.Open() Dim dr As SqlDataReader = comd.ExecuteReader txtLeftAvge ...Show All

  • Visual Studio Team System Capacity Planning

    Hi We are about to deploy TFS in a single-server configuration using the following hardware: - Dual Xeon CPU - 2GB RAM - 2 X 73GB HD's - mirrored - for the OS - 3 X 73GB HD's - in RAID5 - for data Now, even though right now there will be about 50 users working with the system, I'd like to know how much can that number grow, based on current configuration. What is the maximum number of users that can be supported by this server configuration Hey, If you are refering to the basic published number it is 500, and since your config meets the requirements, that should be okay. ...Show All

  • SQL Server Obtain sqlceresultset table schema with GetSchemaTable

    I have a SqlCeResult pointing to a table : Public conexion As Data.SqlServerCe.SqlCeConnection = New Data.SqlServerCe.SqlCeConnection( "Data Source=iPAQ File Store\GestionAlmacenN.sdf" ) Public ComandoCargaProductos As Data.SqlServerCe.SqlCeCommand = conexion.CreateCommand Public ResultSetProductos As Data.SqlServerCe.SqlCeResultSet Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load conexion.Open() '********************************************************** '************Conexion con Tabla Productos****************** 'Comand ...Show All

  • Visual Studio VS.Net 2005 & VSS 6.0

    Sorry, I could not find an answer to this already... Will Visual Studio .NET 2005 (Professional ed.) work with Visual Source Safe 6.0   Has anyone attempted this with a beta version Actually, remote and delete propagation will work, but only from client -> database. Synchronizing deletes/renames using Get dialog will not work (propagation database -> client) as it requires new functionality in the provider. Another thing that will only work halfway is getting new files added in the database for web projects. VSS 6.0 has no capabilities of enumerating new folders in the database through MSSCCI functions used by VisualStu ...Show All

  • Windows Forms Jumbling 30 picture boxes - challenge to you all

    A small challenge for those interested: Who can create the easiest way of jumbling 30 (small 76,72) picture boxes in a 6X5 layout at the press of 'button1' so that they all swap position and this process could be done again and again to swap pictures around randomly each time Picture boxes are named. pic1, pic2, pic3 .... pic30 and the positions of these picture boxes from left to right are as follows 12,79 94,79 178,79 261,79 344,79 427,79 12,157 94,157 178,157 261,157 344,157 427,157 12,235 94,235 178,235 261,235 344,235 427,235 12,313 94,313 178,313 261,313 344,313 427,313 1 ...Show All

  • Visual Studio DSL and XMI interchange format

    Hi, Good day! I have a general question regarding the interoperability between Microsoft DSL tools and other general purpose modeling tools that supports UML/XMI. On one hand, since UML could be customized towards different domains/platforms through UML profiles, we can view such UML Profiles as DSLs targed for different domains/platforms. More importantly, such DSLs are defined through standard UML and could be imported/exported through XMI format. On the other hand, Microsoft DSL is defined through DSL designer definition (dsldd) format, which is based on the Microsoft Data Framework (MDF). I know that UML Metamodel (UML superstructure) i ...Show All

  • Visual C# How to use Microsoft .NET Framework 2.0 SDK

    i think my subject tell all How to use Microsoft .NET Framework 2.0 SDK how to view other clases, for examples methods for DIRECTX 9.0 c CLR Debugger - Provides debugging services for .NET applications. Similar to the debugging supported by Visual Studio, but with a couple of differences. MSIL Disassembler - Disassembles the Portable Executable (PE) code for an application into MSIL code (basically assembly code for .NET) Windows Forms Resource Editor - Assists with the localization of Windows Forms And having answered all of that, these tools are really only rarely used. At least by most developers. The functionality is ei ...Show All

  • Visual Studio Express Editions TextFile online

    is there any better and faster way to get the content of an "Online-Textfile" then: You will have to consider what is actually taking time. There is some thing you are not able to control in this case. The time it takes to establish a connection to the server The time it takes to request the file from the server The time it takes to transfer the contents of the file This is probably what takes 20 seconds and you should be able to measure it by taking the time it takes to step from the DL.DownloadFile() line to the next. If it is about 20 seconds than that is where your bottleneck is. If this is the case your application can most li ...Show All

  • SQL Server Calendar slow to load

    Is anyone else experiencing performance problems with reports that use the calendar control for date parameters   Whenever we load a report that uses a calendar it takes several seconds to fully load the form (you can see something like this in the status bar:"...ReportViewerWebControl.axd OpType=Calendar...").  This is not a serious problem, but if the user tries to use the control before it fully loads then the page throws javascript errors.  I am wondering if this is a  issue with the report itself or the server configuration, or if it is just something we have to live with. The calen ...Show All

©2008 Software Development Network