Santhosh L V's Q&A profile
Software Development for Windows Vista Querying workflow event
Hello, suppose that I'm having a workflow who has a parallel activity with an eventsink on each sequence, for example,: | &nb ...Show All
Visual C++ No symbols load
Hello every body I am trying to make a little program who is using a special library (called fwlib32). When I compil my program haven't any problem. But at the and of the compialtion I have this message: 'setnode.exe': Loaded 'C:\Documents and Settings\bornetj\My Documents\Visual Studio Projects\setnode\Debug\setnode.exe', Symbols loaded. 'setnode.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'setnode.exe': Loa ...Show All
Visual C# protocoltype in socket
hi, I have an application that connects to a server at a particular ip+port from a particular(source ip and port).i have more than one ip in my machine. s = new Socket ( AddressFamily .InterNetwork, SocketType .Stream, ProtocolType .Tcp); s.Bind(sourcePoint); s.BeginConnect(remotePoint, new AsyncCallback (ConnectCallback), null ); the code work fine for tcp.But when i change the protocoltype to udp or icmp it is g ...Show All
.NET Development Database UPDATE problem.
Just a question. Im really wondering why my sample database program wont update. It will say that it has updated the actual database but when i double check, it didnt. I am not using the command builder coz i want my own sql codes. When I test using the query builder, i will see the data being updated or added but when i use my own program, it really wont. Actually i have this one sample database prog ...Show All
Software Development for Windows Vista InvokeWorkflow
If InvokeWorkflow is used inside a workflow can I tell from the outside via an event who the parent of the new workflow is TrackingParameters has the CallerInstanceId ...Show All
Visual Studio Team System "Unexpected token was encountered" error after schema import
Greetings, After importing a schema from a SQL Server 2000 database to a project targetting SQL Server 2000 the parsing engine seems to have some problems with specific constructs... IF dbo.fnIsBillPullError() = 1 "Unexpected token was encountered" error being generated for User defined Functions. RAISERROR ( '%s (%d)' , @Severity, 1, @sMsg, @iErr) "Unexpected token was encountered" error being generated ...Show All
SQL Server File..Save Copy of <package file> As... not available
According to the help for SSIS, one method of deploying an SSIS package to a SQL Server, http://msdn2.microsoft.com/en-us/library/ms137565.aspx, is to use the File...Save a Copy of <package file> as... menu option. I don't have that menu option at all. And yes, the package is in focus. My save menu options are simply; Save Selected, Save <package file> As... and Save All. I am using Version 9. ...Show All
SQL Server Installing SQL Server 2005 Standard on 2nd HD
I have a computer with a 40GB HD as the original and added a 2nd 200GB later (formatted with 2 partitions, 160GB and 40GB). Before I added the 2nd HD, I installed SQL Server 2000 Developer on my machine. I also have VS 2003 Pro and VS 2005 Standard installed (most files are on the 2nd HD) along with SQL Server 2005 Express. When trying to install SQL Server 2005 Standard it would not let me change the location of the install to be on m ...Show All
Visual Studio Express Editions Unknown error while Installing Visual C# Express.
Hi, I'm using Windows 2000 (Can't use Windows XP, gone over discussion many times, no solution as to why) and can't install Visual C# Express. I get the Unknown Error message, no clue why. It appears while i'm installing the Document Explorer, and sometime around the Visual C# base installation. I click OK on each and installation goes smoothly besides the error. Except for the SQL Server 2005 installation, that always fails. When I try to&nb ...Show All
Visual Studio Tools for Office VSTO 2005 Outlook AddIn - SenderEmailAddress property returns null
I am using the following code to retrieve the sender's email address and I keep getting null for the SenderEmailAddress property value. I was under the assumption that this property works in Outlook 2003. private void ThisApplication_ItemSend(object Item, ref bool Cancel) { Outlook.MailItem mailItem = (Outloo ...Show All
Visual Studio Team System Empty folder deleted when building on the server ?
Hello All ! I ave a website with an empty folder in it (eg "UploadedDocuments") which is a placeholder to receive the files that will be uploaded on the server. Then I have some BVTs that will test this upload. Everything is working properly locally but on the server here is what happens in the build folder : in the Source folder, I have correctly my empty folder In the Binaries / .. / _PublishedWebSite, I do no longer have my emp ...Show All
Visual Studio Team System visual studio 2005 team project
hey guys - i've know that it is possible to create a project that enables us to comunicate between all of the people that work on the projet . example : we build a software and the project was a lot of people involved in it - developers, project leader, qa guys, the development team leader and so on... vs2005 enables us to have an interface relevante only for the project and in it the de ...Show All
Visual C++ compiler options are inconsistent.
Trying to compile a simple program with VS2005 C++ compiler I am running into a roadblock. Many compiler options appear inconsistent with one another. When I try to exclude /clr the compiler still gives me an error as if it is included. I could give more examples of "strange" behavior I cannot explain. I posted some of that previously. I am wondering if I am the only one seeing this Take a look at this copy of the project log file: ...Show All
Visual Studio Tools for Office Word Add-In Office 12 Deployment
I'm developing a Word 12 add-in for Office 12 (beta 1), but the deployment fails for some reason. I'm deploying my plugin using the msi installer. PIAs are installed by default, Access to code is granted and the VSTO runtime is installed on the host computer. If the project runs as shared add-in (as under Word 2003) it works fine. But changing the project type to Word 12 add-in does not work for the deployment. Is there something that must ...Show All
Visual Studio Ugly syntax
Hello, When I call targets using the MSBuild task I pass parameters using the "properties" attribute. When the number of properties is big the syntax is really ugly and unreadable. Is there another syntax I also want to send a list of files as a parameter (to a task, or a target) and I prefer defining the file set as a sub xml element of the task, to make it readable (like in ANT) is it possible Thanks. "The decision for Defines() wa ...Show All
