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

Software Development Network >> Lam Chan's Q&A profile

Lam Chan

Member List

Thomas Kirk
spicoli7
jinksk
harbars
penyaskito
Robert H
Kevin Lloyd
Nirmal Patel
edabdoub
Dmarq
Johannes Hamman
fxtentacle
hypermatt
Dirk Bosgraf
Robert McIntyre - MSFT
RajanSelliah
NeonLight5325
mace151
mrpete_56
TunnyFish
Only Title

Lam Chan's Q&A profile

  • SQL Server New SQL Express Installation

    I just installed SQL Express in my workstation but when I try to create and ODBC connection, the new server does not show in the drop down. Do you have any tips... Thanks. If the server is not the default instance (if you installed it as named instance) you may have to type in the instance name manually. ...Show All

  • .NET Development ConfigurationManager not recognized

    I am using VB.  I added a reference to the System.configuration library, and I still cannot use the ConfigurationManager namespace. This is very strange. I can't think of anything except a silly mistake I made some time ago, when I accidentally named a class of mine System and everything stopped working! It took me about an hour to find out what was the problem! ...Show All

  • Visual Studio Express Editions Database connection to sql database

    Hi how can i can conncet to the a database based on an other sql server in my lan.   for example in web developer i can choose the the sqlserver in visual basic i can only chose a mdf file.   thank you hi, i don't know much about sqlserver but this is what i heard you can connect to other sqlserver instance through the lan by Changing the SQlServer instance name in your connection string best regards ...Show All

  • Visual Studio 2008 (Pre-release) dragging control will immediately crash visual studio

    Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dll!530d5b1b() milcore.dll!530d5b38() milcore.dll!530d93c2() milcore.dll!530d9204() milcore.dll!530d9464() milcore.dll!530d94b3() milcore.dll!530d57be() milcore.dll!530d57c8() milcore.dl ...Show All

  • Smart Device Development Cannot start debugger

    Hello, I have been using VS.NET developing Pocket PC applications for over two years now, but all of the sudden I can no longer interactively debug apps running on the emulator.  Everything seems to start up fine - Emulator starts up, initializes, .NET CF installs, app under development installs, then... nothing (Output window in VS says "Launching Application").  I can start the application on the emulator by navigating to it using the File Explorer, but cannot debug.  How can I get my ability to debug back Thanks, Hi Mitchell, Are you using Visual Studio 2003 and NETCF v1.1 SP3 to deb ...Show All

  • Windows Forms 'Load Report Failed' with CR from .Net 2003

    I have an app developed in VS.net 2003 that targets the 1.1 version of the framework.  I also have a setup package that deploys all of the required merge modules for crystal reports.  When I run the app on XP or 2000 boxes, everything works great.  When I try to run the app on a Win 98 box and print print/preview a report,  ...Show All

  • Visual C++ VS .Net 2005, how to disable intellisense...

    Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Try going to Tools menu -> Options ->Text Editor -> C# -> Intellisense and uncheck the option "Intellisense pre-selects most recently used members". Then click OK. Does this help It does not disable Intellisense, but it should turn off background upates to the recent list. If you are fcing more problems please mention what's ...Show All

  • Visual Studio 2008 (Pre-release) Why will LINQ fail ?

    Microsoft tries to helping object developers to close the gap between the relational world and the object world.And they call this " object modelling approach " Dlinq. Using " custom business entities " in enterprise programming with Dlinq might seem the best thing after " sliced bread " but it isn't. For my part I have written my Mappers and used commercial OR/M tools. They mostly provide the same thing. __Read the table from the database. ___Put that into a some HELPER thing.( DAO,DAL,ORM) ____Put that into your custom business object _____Read from your business object.(if u can :) ) I see NO REASON for this " Unnecessary Pull ...Show All

  • Windows Forms Window Form ComboBox and DataGrid question

    I am having a few problems with windowforms. 1. In a combo box when you type one character it treats the SelectedIndexChanged as changed. 2. In a combo box how do I allow for nulls. 3. In a DataGrid how do I allow a column to be a comboBox. 4. In a DataGrid how do I change the column headings. Thanks for any help. 1. Take a look at ComboBox.DropDownStyle, and ComboBox.AutoCompleteMode. 2. Take a look at this post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=13783 3. See "How do I create a ComboBox column in a DataGrid" at the Windows Forms FAQ: http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#4umuvlol 4. The ...Show All

  • Visual Studio Tools for Office VSTO Outlook Addin Setup on Client Workstation

    I created a VSTO Outlook Addin.  With the setup project that was created for me I created a MSI file that is run on all the user workstation as an local admin since users can not install software on their machines.  During the install I pick All Users and the install completed successfully.  I see my addin in Outlook and the addin works fine.  Every other user that sign on to that box for the first time have to run the install again and choose the repair option to get the addin to show up in Outlook.   Does anybody have an idea what is going on here   Thanks Ignus ...Show All

  • Visual Studio AsyncRendering in ReportViewer

    I have a report that has 11 pages, When i have the Asyncrendering option to true, I can navigate to the all the pages. But when I set the Asyncrendering option to false, the first page displays but on clicking the next pages I get a page navigation error. I wanted to know what this option really does. When Asyncrendering option is true, I believe it has to get the whole report - all the pages, but when asyncrendering is false, how do you tell the report viewer to get the next page. I saw that there are page navigation events on the report viewer but don't know how to code for them. Any help/suggestion is appreciated. Thanks Hi Sir, ...Show All

  • SQL Server No buffer space available

    First this isn't really related to integration services, but it seemed the best place to ask. I have already done some research online, but I'm having a hard time nailing down my problem.  It seems that this usually relates to TCP stack overflow, usually tied to JDBC, based on my research.  However... I am inserting several tables in sequence from a linked server (connecting to a PostgreSQL database) and I can run the process without a problem usually.  Then I got the following error message repeated for each table yesterday afternoon. OLE DB provider "MSDASQL" for linked server "[LinkedServerName]" returned message " ...Show All

  • Windows Forms sub columns into column

    Hi All. I am in big trouble here. I want following structure should be generated from the database. Means I have to generate sub columns within column and then place data according that. How can we make it possible with VS.Net to generate columns structure like that . I am sure that it'll be only possible with either DataSet or DataTable but how Any idea for this. If possible please provide some sample code. Column1 Column2 Column1a Column1b Column2a Column2b Column2c ...Show All

  • .NET Development What .Net Framework to use???

    Hi, I'm building a windows forms application to be downloaded from the Internet and allow the users to connect to a server and exchange information using Sockets. My dilemma is what version of .Net to use. I wanted to use 2.0 but I'm afraid that users will quit the download if they have to get a 20MB .Net install file. I know I can have an application stub and do all the downloading after user runs setup.exe but still it takes about 12min in a DSL to download the framework. At the other hand I don't want to stay back with .Net 1.1, which has a greater penetration in desktops; Visual Studio 2005 and .Net 2.0 have some great features. ...Show All

  • Visual C# Accessing an Array using Propery

    Hi, I am using properties for Setting and Getting data values, such as, public string ModuleExists{ get{ return moduleExists; } set{ moduleExists = value; } }//end public string ModuleExists How would one use the above concept if the moduleExists is an array of values Thanks Jeff public string[] ModuleExists { get { return moduleExists; } set { moduleExists = value; } // remember this lets them set a whole new array. If this is not desired then remove it } ModuleExists[5] = "some new value"; Your question wasn't very clear so I just posted some pote ...Show All

©2008 Software Development Network