Suresh.R's Q&A profile
Visual Studio execute a command with parameters using msbuild
Hello, I want to execute this command using msbuild : IsCmdBld.exe -p C:\Documents and Settings\hben\My Documents\WinAppV1\WinAppV1.ism -c COMP -a "Product Configuration 1" This works well in the command line . It works also with msbuild by using a batch file. Is there any way to use it directly in msbuild without the batch file Thx for your helps For those who are interested, I finally found a solution. So I wanted to ...Show All
Visual Studio Team System Sharepoint Portal Page Components and Reports
[Moved from newsgroup after seeing post about Bob's blog that this is new place to discuss] Hello, Nice work VS team, I am very pleased with what I see so far. Running the Dec CTP and hear we have a new CTP on the way any day. Do you have a any of the following reports ready to help with a demo I am doing next week for the CIO that would work on this version (I can fix them up if broken, as I will create dummies if you don't... it is just a de ...Show All
SQL Server SQL DTS Packages Data Transform Task
Hello, I am working on a module to extract data from a Teradata server to SQL database. I am using a DTS package to extract the data and need to make the data source name (database name and object name) configurable at runtime and to be read from a Config table in the SQL database. What do you suggest is the simplest and most efficient method to do this I am trying to use a dynamic SQL query in the data tranform task with the data source as ...Show All
Visual Studio Addin (automation) Form lost input focus forever
If it is not the right place to post any addin (automation) posts, I apologize. I didn't find any addin related groups. I am building an addin which shows a Form using ShowDialog(), the form provides functionalities to: * add/remove ProjectItems from VS.NET Solution Explorer (under Source Control) * select/unselect/add/remove UIHierarchyItem Because the form is shown as a modal Form, normally it is the ForgroundWindow and has ...Show All
Visual Basic SQL Table "Default Value'
I have a program that connect to a SQL2000 DB, when I create the datasource, the table relationships are created (from SQL diagram) but the default field values that are defined in SQL are not pulled into VB. Is this a bug or am I missing something. Thanks David Davis I think 'default' in this instance means something different than what you expect. The default value is simply the value that is used wh ...Show All
Microsoft ISV Community Center Forums How to read directory information into a combobox.
Hi, I have a requirement to list all subdirectories under a specified directory in a combobox. - Srini. Hello Srini A couple of questions first: 1) What application are you using 2) What version of that application are you using 3) What platform are you using, Windows, or Mac Have you checked the FileSystem Object You could do something like what you are asking using the FileSystem Object model. Hope this ...Show All
Smart Device Development PocketPc screen tap event
Hello, i want to show some information when the user tap the screen which event i need to override in order to do this Thank you in advance Dror. ...Show All
Visual Basic Problem with Socket?
It is possible to create a client/server system with sockets without having that to define an IP to connect itself to the server I have a system in vb6 but I am not obtaining to translate into net 2005 Thanks Bottom line is no. You could rephrase the question: Is it possible to send an e-mail to someone without knowing their address Having said that, you can 'broadcast' messages to everyone: this is really only useful to ...Show All
Windows Forms Winforms
Hi, I'm developing a simple windows form on .NET using c#. The form has a button(button1) that adds buttons (button2,button3........)to the form when clicked at run time. I'm finding it difficult to write the mouseEvents ie. the MouseLeave, MouseClick and MouseEnter events as well as the code for the button1. Below is how far I've gone. I would appreciate your help with this. Thank you in advance. - Paulette. using System; using S ...Show All
Windows Forms Windows Firewall Blocks ClickOnce Deployment (via IIS)
On Windows XP SP2, I'm publishing a ClickOnce application onto my local PC that is using IIS. If I disable the Windows Firewall on my PC, I can access from another PC the http://MyMachine/MyProject/publish.htm page with no problems. If I enable the Windows Firewall on my PC, the other PC cannot access the web page. What do I need to enable in Windows Firewall to get this to work I don't want to have to turn off Windows Firewall altogether... ...Show All
SQL Server error 18452, Login failed for user Reason: Not associated with a trusted SQL Server connection.
Hi all, I have two servers running windows 2003 and both having sql server 2000. I want to establish a linked server between all of them. i created them . but now when accessing the data from those server the following error is being displayed Server: Msg 18452, Level 14, State 1, Line 1 Login failed for user 'manoj'. Reason: Not associated with a trusted SQL Server connection. i have enabled mixed mode authentication.even then its not display ...Show All
Software Development for Windows Vista HandleExternalEventActivity hangs without exception
I still have problems getting an external event to work (in Beta 2). Gehnap showed the way EventArgs are handled now, but I still don't understand the mechanism. The greater problem I have is that I don't get the whole thing to work, cause the event is received, which I can see when I adjust a breakpoint to the activity, but the ReceiveName Event is never startet and the workflow comes to a halt, without throwing an exception. Below are all the ...Show All
Visual Studio More than one Diagram / File - Extension for a single model?
Hi everybody! I've downloaded the latest CTP (Nov2005CTP) of the DSL Tools. After installing I've read the Walkthroughs and have done some experiments. What I want to achive is to provide a way to use more than one Designer for my model. Let me give you an example of what I want to achive: 1. The "root" Designer I a kind of Class - Designer witch shall allow to define classes with Fields, Inheritance and Interface implementations. This ...Show All
SQL Server Access Script Task
Hi, How to access the Package inside the Script Taks. for example IF intStatus = 1 Then //Execute Package1 Else //Execute Package2 End IF in the above sample what is the property to get the Package1 object in script Thanks & Regards Jegan.T You should use the Execute Package Task in order to execute other packages. Any reason why this doesn't work for you -Jamie ...Show All
Visual Studio Express Editions Did I mess up?
I created a project, unchecking "precompiled header" and checking "empty project" because I simply want an empty page to work on. I finish the creation process and it says it's all good, but it won't automatically open. I thought that was kind of weird, so I try to open it manually from within VC++. It won't open. Then I try manually opening it from My Documents and here's what comes up: "IntelliSense information will no ...Show All
