Aneesh's Q&A profile
Visual Studio Express Editions Is it possible??
Is it possible to create a windows form to act like a Shell similar to UNIX/LINUX (like bash) If so, how would this be done Any ideas I want to create a simple client/server app that you can login to linux shells through this windows program. A simple textbox filled window wouldn't work correctly would it Or simply put, how could you create a windows form that acts similar to windows telnet window... or better yet, the old windows terminal ...Show All
.NET Development Can I call stored procedure like this:MyStoredProcedure 'Parameter1', 'Parameter2'
hi, guys, We know, normally, when we call stored procedure, we need to: SqlCommand cmd = con.CreateCommand(); cmd.CommandType = CommandType.StoredProcedure; cmd.CommandText = "MyStoredProcedure"; cmd.Parameters.Add("@xxx", xxxx); ..... Can I call stored procedure like this: MyStoredProcedure 'Parameter1', 'Parameter2' Just a single string like we do in SQL Query Analyzer, without adding parameters one by one. Thanks. ...Show All
Visual Studio Tools for Office Showing Error while running the Setup
Hello All, I prepared the setup for my word template application. I followed all the steps given at the link( http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerWalkthrough.asp ). It builts the setup successfully. My problem is when i run the setup sometimes it is giving "Object reference not set for an instance of an object" and stops the installation. I am unabl ...Show All
SQL Server Mapping Columns Automatically?
New to SSIS... I created a new package with a source and destination and manually created the output column with data type, etc. Works. The issue is say the table has 200 columns to export.. I dont want to create these by hand. How can I just say export them all to csv format and not have to specify and map each and every column You could replace your existing source adapter with a new one. The default behav ...Show All
Windows Forms Install from CD
Is it posible to install an application from a CD (with a project setup) and then make it to update itself with clickonce I saw a property "Instalation URL" I've put there a UNC to a msi, I've installed my app from there then I publish the next revision on a site It's not working. How can I do that Sorin, You could try the following if you would like to install something to the GAC and update via ClickOnce. Create an msi ...Show All
Visual Studio Express Editions Visual studio c# 2005 Express release edition does not support "field encapsulation" refactoring ?
Hi, Only rename and extract are available. However, code snippet manager display all the refactorings. I would really appreciate if the field encapsulation was available in the Express Edition. Is it a feature or a bug Thanks, Xavier. That is correct, the Encapsulate Field refactoring is not available in C# Express. See the description of roughly what features are and are not in the Express Editions at ...Show All
.NET Development OleDBCommand: what might be the problem?
Sorry you all if I bother you lately. I'm new to c# that's why I look out for assisatance often. I'm trying to insert user name and password into an access database through a create button. However, anytime I click on the create button there is an exception which suggests that there is a problem with my sql insert statements. I need help to ascertain what the problem is and how I can rectify that problem. pr ...Show All
SQL Server Making SQL Keywords All Caps
Is there a way to make keywords such as SELECT, FROM, WHERE, HAVING, AND, ON etc. always appear in all caps when typing queries n the SQL Query Editor I have looked in the Options under Fonts and Colors but I dont see a way to make these keywords all caps. Any advice is appreciated. Regards, Randy J Hi Randy, holding the Shift Key during the typing of the keywords :-) Just kidding :-) I don’t think that ...Show All
Visual Studio 2008 (Pre-release) Cannot play video after installing WinFX
It seems strange, but since I installed WinFX (runtime components, sdk and extensions) Feb CTP I cannot play video in IE, neither do I get any flash conent in IE. To make sure that it was due to WinFX, I built a WinXP VPC and got the same outcome. Is there anyone who has faced this issue Does anyone from MS know about this Regards, Deepak Do you have Windows Media Player installed If so, what version Also does this machine have a ...Show All
Visual Studio Express Editions Dumb newbie question regarding XP Styles
Going through the video tutorials which show forms with XP style borders, etc. However, mimicking those actions of the trainer, I only see plain vanilla-styled form headers and such. I understand there's a way to "fix" this, but I don't know how. Any referral links Note that I have Visual Basic Express on an XP Tablet edition machine. BTW - Microsoft - why aren't XP styles the default for this new version of Vi ...Show All
Visual C++ building WinXP x64 application
Hi want to compile/build a piece of code that was written in Visual Studio 6 for use under WinXP x64. I would like to use my 32bit machine, compile and build and than put the exe on the 64bit system and test it there. How can I do it, are there tutorials somewhere Any help is appreciated please help Thanks Maik Yes, Visual C++ 2005 runs on a 32 bit system, and builds apps for 64 bit. -Kev ...Show All
Visual Studio Team System Adding users to [project]Contributors: Cannot access users/groups in domain
Beta 3 - Refresh Client Tier installed on Windows XP connected to TFS on Windows Server 2003 with Active Directory enabled. Domain = SIGNAUSTR I've successfully created a Team Project called SandpitTest and now want to add users to the group [SandpitTest]\Contributors. I followed these steps: 1. Logged on as TFSSETUP 2. Started Visual Studio and connected with TFS (Tools | Connect to TFS) 3. Selected the TFS in Team Explorer 4. Applied Team | Te ...Show All
Visual Studio Problem with VS 2005 Beta 2
I just installed VS 2005 Beta 2 (it seemed to install fine) and when I open an existing VB project and try to view either design or code for a form I get the following error... ===================== There is no editor available for 'c:\....\myForm.vb'. Make sure the application for the file type (.vb) is installed. ==================== I tried the Options/Reset file associations but that did not help. Beta 1 was never installed on this machine. ...Show All
.NET Development Zeros at the beginning of source code
Dear friends, I have a vb .net site with + - 100 pages. Some pages, once retreived, show 2, 3 or even 8 zeroes at the beginning of the source code, resulting... 000 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> The pages work fine. But is it a mistery or is it just me What are the zeroes doing there Is a component (or tag) producing them This is an example of one of the pages that is producing the ...Show All
SQL Server [Transfer SQL Server Objects Task] Error: Table "XXXXXXX" does not exist at the source.
Does anyone know what could be causing the error on Transfer SQL Server Objects Task I tried to develope a SSIS project in the Business Intelligence studio to transfer table between databases on the same server. However, I have been getting the following error: [Transfer SQL Server Objects Task] Error: Table "XXXXXX" does not exist at the source. Is there a setting that I need to change to make this work Thank you for ...Show All
