captainstorm's Q&A profile
Software Development for Windows Vista Dot Net Distributed Application by using COM+ (MTS server)
Hello, we want to build Dot net Distributed application. means we want place our Logic DLL (Dotnet Assembly) in different mechine as hosted by COM+ server. and want access this in client side (in UI layer). How we can access it without using Remoting or Webservices. Is it possible How we can develop a Dot net Distributed application only using by COM+ (Enterprise) services. For remote access to a COM+ component, you need to do 3 thi ...Show All
.NET Development Get XPath position of an XmlNode
Hi, I read an XML file to an XMLDocument and iterate through its nodes. How do I get the XPath position (index) of a certain element For example If I on the second "b" node I want to get "2": <a> <b/> <c/> <b/> <--- This one </a> Is it possible And the System.Xml classes do not provide this answer for you - you have to f ...Show All
SQL Server SSIS - Data Sources - Configure for deployment?
I had posted this in the following pre-existing thread : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=89737&SiteID=1 Also wanted to start a thread on this to see if I can get some suggestions. Any suggestions on how to do this are appreciated. -------------------------------------------------------------------- Books-Online quote: >> In Integration Services, data sources are design-time objects that you use w ...Show All
Windows Forms How to split the column Heading of Datagrid in Two rows
In vb.net The column Heading of one of columns of the Datagrid is Normal Rate of Change As I have 9 columns to this grid I had set the width for this column 110 Then heading is truncating I want to wrap this heading as Normal Rate Of change I have&n ...Show All
Visual Studio Express Editions Visual Basic News Channel
When loading VB2005 Express a message says ' Please wait while the news channel updates it's contents'When loaded the news updates do not go beyond Mon. 07 Nov. If the updates are not to be provided is it possible to remove this requirement Steep You should be able to ignore this message and just go on to open a project or whatever you want to do. I don't have access to VB Express at the moment, but if memory s ...Show All
Visual Studio Express Editions Simple Exponential function *WITHOUT* using math:: class methods. *HELP*
I need to write a function called IntegerPower which uses Base and Exponent as parameters. This function will be called from within main function. use a while or for to control the calculations I am not swift in .NET, can someone help Needs to read two inputs from the user (base and exponent). Then calculate. Here is what I have: (but doesnt work) I am new to the msdn libraries. I cannot use the math:: class. PLease help!!! Thanks in ad ...Show All
System Center CapMan.exe Fatal error
Has anyone else seen the following error Title: CapMan.exe - Fatal Error CLR error: 800004005. The program will now terminate. I've installed it on a WIndows XP SP2 system and am trying to run it for the first time. Thanks, Jason You are the first to report this issue - could you provide the answer to a couple of questions What version(s) of the .net framework do you have installed on the machine ...Show All
Visual C++ Setting the Listing File
VC++ compiler can create a text file that shows the assembly code generated for a C/C++ file. I can set the C/C++ compiler options to generate the listing file in Project Settings dialog of VC6. But I don't find how to do this in VC++ 2005 Express Beta. I just want to know how to get the assembly code in VC++ 2005 Express Beta. I don't have access to the Express Version of Visual C++ but in the full version of t ...Show All
Visual Studio Team System How to view submitted changesets?
When a file is checked in, it is part of a changeset (very similar to a changelist in Perforce). What I don't see in Team Foundation is a way to view previously submitted changesets (this is available in Perforce and is very useful). Is there a way to retrieve a list of submitted changesets, this seems like very basic functionality Since the changeset groups changes to multiple files logically, it often makes more sense to review the ove ...Show All
SQL Server Grouping by custom datepart for shift patterns
My application has a log table with a timestamp field which represents the time when the record was inserted. We would like query the the table and group the results into date units based on the value of the timestamp. The grouping specification is held in another table but only specified for a single week. For example WeekDay Start End 1 06:00:00 14:00:00 2 08:10:00 17:00:00 What this specif ...Show All
.NET Development .net download
I'd like to download the Microsoft .NET Framework Version 1.1 Redistributable Package to a drive other than c:. Does anyone know if that's possible .NET lives in your windows directory, therefore, it has to go into whatever drive windows is installed in, usually C:. http://www.microsoft.com/downloads/thankyou.aspx familyId=262d25e3-f589-4842-8157-034d1e7cf3a3&displayLang=en&oRef=http%3a%2f%2fw ...Show All
SQL Server about multiplication in sql
what is the value when running sql script select cast( cast(.0000006 as numeric(38,10)) * cast(1.0 as numeric(38,10)) as numeric(38,10)) the result is .0000010000. why the result is not .0000006000 It looks to be rounding it upto the nearest decimal place, as the result has one fewer zeros to the right of the decimal point. WHy it would do this I am not sure. ...Show All
Visual C# Batch processing
Hi I heard "windows workflow foundation" provides the Batch Architecure. If any body have the code and sample in batch processing pl send it.... Thanks in advance ravi Check out here for some samples: http://www.windowsworkflow.net/Default.aspx tabindex=0&tabid=1 ...Show All
Software Development for Windows Vista an old dos Program cann't show Chinese characters in windows xp
excuse me, I have an an old dos Program that can show Chinese characters well in windows98, while it cann't show Chinese characters correctly in windows xp.why thanks a lot ...Show All
Visual Studio Express Editions This application has failed to start because MSVCR80D.dill was not found
The file is there in c:\windows\winsxs folder. This happens when I try a to create a simple project to test system and press f5 to bebug it. The file will create with release set and create the exe but will not debug I would appreciate any help. I have removed all re-installed all and no matter What I do comes up the same Thanks Operating system xp pro I have the same pro ...Show All
