kceng123's Q&A profile
Visual Studio Team System Difference to past versions
Hi! Just a simple question. I need a comparisson between VS2005 and past Versions. Is there a link or a page with that info thank you Hi, In addition you could also take a look at the following informative video on MSDN TV: http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20040219csharpdf/manifest.xml Regards, Vikram ...Show All
Visual Basic index was outside the bounds of the array
index was outside the bounds of the array I added two tables to my access database. When I try to add them to datasources through configure dataset with wizard, I get the error index was outside the bounds of the array I have a total of 31 tables in the database. It is ultra-normalized. I plan to upgrade it to sqlserver 2005, but it is so much easier to design it in access. I'm not any near any size limits. It is nowh ...Show All
Software Development for Windows Vista Renaming the namespace given to a Custom Activity
Everytime I add a custom activity to a workflow, the designer always used "ns0"(or possibly something else) as the namespace. Does anyone know how to remove the namespace or at least tell the designer to use a specific filename Thanks. ...Show All
Windows Forms Which .NET quick start application is best?
I'm new to .NET. I am glad to see that so much has been accomplished with regard to best practices and patterns for designing with .NET. I have recently been very interested in Smart Client and am looking forward to developing a rich clien ...Show All
Visual C# Convert a string (diffrent formats) to date
Hi I got diffrent date formats from a database and I would like to convert the to a date. I don't have the option to work with the sql, since that query is fixed (long story) "20051231","2005-12-31","2005-12-31 09:29:52" ==> "2005/12/31". My first tought was to trim the string and remove "/" and " ", after that only read the first 6 char of the string and as the final step c ...Show All
Architecture Design patterns book
Hi all, I'm looking for good "Design Patterns" book for studying. Is there one with .Net Best regards... I liked this one, but not .Net specific: http://www.amazon.com/gp/product/0321247140/sr=8-3/qid=1147962413/ref=pd_bbs_3/103-9550098-6672633 %5Fencoding=UTF8 This one is highly rated. It's on my bookshelf, but I haven't got to it: http://www.amazon.com/gp/product/0596007124/sr=8-2/qid ...Show All
Visual Studio Interactive Sort and Printing
In RC, I'm using the Interactive Sort feature. Printing doesn't respect my sorting options! Exporting to Excel seems to yield correct results, but printing doesn't. Anyone know if this will be fixed for release Printing a 1000 row report (this happens!) in random order is not an option. This problem is still in RTM. When switching to print layout, it will work the firts time. If you switch back to do some sortin ...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 rec ...Show All
Visual Basic I can't seem to make the executable for my program.
I've been trying to make an executable (.exe) file for my program, but it doesn't seem to be working, i'm using Visual Basic 2005 Express edition by the way. I've tried Build, and Publis, but nothing seems to work. Any help Thanks Guys, everything worked out ...Show All
Windows Forms Looking for a control, or information about one
I want to add colour support to my whiteboard user control and I would like to adopt the colour selection mechanism Paint has (the standard MS Paint program that comes with all versions of windows). I’m familiar with the colour selection dialog  ...Show All
Windows Forms Granting more trust with the control hosted in IE
Hi all, I've written a .NET control that is hosted in IE. For some reason I have invoked some platform API in my control, so I need a full trust to run this control. In my own machine I can get into the .NET configuration tool to  ...Show All
SQL Server Problems Executing Stored procedure OLEDB
<sigh> been doing all kinds of stuff in SSIS and then I get to what I thought should be simple: Running a stored procedure, and I've had nothing but headache: OLEDB connection, ResultSet None SQL Statement: EXEC dbo.pStoredProcedure , , , , , , OUTPUT Parameters Mapping page: User::gvSourceName Input VARCHAR 0, User::gvDestinationName Input VARCHAR 1, System::UserName Input VARCHAR 2 etc.. etc.. UserlvDataImportID Output NUMER ...Show All
Visual Studio VS.Net 2003 and crystal report XI
I have install crystal report XI in my computer and it seems, it is not integrated on my VS.NET 2003. The component on VS.NET 2003 not been upgrade to the latest. What should i do I need your expertise... Thanx Hello Daniel, The developer tools are not included in the Professional version of the product, you can reference this page: http://www.businessobjects.com/products/reporting/crystalreports/editions.asp I would suggest that you re ...Show All
.NET Development Master page - not grayed out anymore.
Might be a silly question, but I used to see the part of the Master Page in my child pages as grayed out. I don't anymore. I could not find an option to turn that back on. Does someone know where I can switch this back on, or if it only does that in a particular scenario Thanks, Zolt. Is this an ASP.NET question You might get better answers if you post your question here... ...Show All
SQL Server Reportviewer problem in beta 2 os VS
Hello, I have a problem with reportviewer in vs 2005 beta 2, or I am missing something; I added a report to my project, added a dataset and dragged the fields I wanted on the report in place. When I run the project it only shows the first row in the datatable; 1 of 1, but when looking in the datatable I can see more than one in there. I thought that it would create a report for all the datarows so that you can navigate trough all the reports usi ...Show All
