rahulMCA's Q&A profile
Visual Studio Crystal problem
Hi hopefully someone will be kind enough to help. I am using a crystal report viewer to display my crystal reports. I initially run a store proc to populate a table which I need to become the source of the report I wish to display. However, when the report is displayed, it always shows the data from the table that the report was based upon when designed and not the new data table. I have tried both the below methods to change t ...Show All
Smart Device Development Build/Deploy issue - individual files being pushed
I only recently installed the official release of VS2005. After doing so i opened a project i was working on with the Beta version, cleaned it, then built it. When i did this, i notice that in the bin directory, all dependent files are copied. This also occurs if i attempt to deploy to my device. Why would it need to deploy these files if the are already part of .net 2.0 some of the files are: Microsoft.WindowsMobile.dll, Microsoft.WindowsM ...Show All
SQL Server Maximum number of connections
Hi, Could somebody tell what is the maximum number of concurrent connections that are supported in sql server 2005 developer edition thanks SQL Server allowed 32767 connections per instance in SQL 2000. I don’t think they lowered it down. With 16 instances you could theoretically come up to 524272 connections (which is sort of unbelievable). I don’t know if your question has only an academic flavour or how ...Show All
Visual C++ Writeing all listview elements to file
hi. i am using ListView and i need to save all list view elements to file :S is there any way to save whole ListView i am writeing to list this way: Meritve is the name of listView this->StatiskitaNalisti= gcnew ListViewItem(this->EditImeRobota->Text->ToString()); this->StatiskitaNalisti->SubItems->Add("NE DELA"); this->StatiskitaNalisti->SubItems->Add(this->VCasi->PovprecenSpeed.ToString()); this-> ...Show All
Visual Studio Express Editions serial port
Is there a way to controll the serial port at this level, i need outputs to trigger transistors/relays/triacs (not sure yet) can i create my own hardware/ software interface to control my hardware which would control other things. thanks, average joe I am not quite sure whan you want to do. Do you want to trigger the transistors/relays/triacs by means of a UART and some hardware connected to the serial port, ...Show All
Visual C# C# syntax?
I'm familiar with C++/MFC and I'm starting to work with C# and the new WinFX, and also the new Expression environment. But for this I'm inside VS2005. One thing I want to do is remove the chrome from the default example. I understand this could be done with NavigationWindow.ShowsNavigationUI. What I need to understand better is how entries like this are supposed to be entered. The intellesense on this comes up with options of Hidden, Visible ...Show All
SQL Server How can I show kpi's to final user?
Hi, I try to show kpi's to final user but I don't know to do this, which tool is the best for this Can I use Excel You can use Excel 2007 (Office 2007 Beta 2 was anoounced earlier this week), which has built-in support for AS 2005 KPI's: http://blogs.msdn.com/excel/archive/2006/01/10/511487.aspx >> In Excel 12, KPIs are listed in the field list in a special KPIs folder. Here is an example of a KPI for Profit Ma ...Show All
Visual Studio Express Editions Registration Benefits, again?
I am having the same trouble accessing the registration benefits website as others here have experienced. I installed VBE 2005 and SQL Express using a CD that contained an image created from the downloaded .iso file, opened the program and registered the product. I received the thank you email. I tried clicking on the link to the Registration Benefit Portal and I get the Connect website. I tried all of the various pages there and there is not ...Show All
Windows Forms How to include an icon (image) in a ComboBox ?
Hi, Can u ppl help me out I'm writing a small app, created a combobox, i want to display a Drop-Down list of some directory names with ICONS(especially Folder icon). I m working with Pocket PC using C#...Is this possible with that If possible plz suggest me a way. Thanks, ramakrishna swamy. Combobox supports owner drawing, which let you measure and draw the individual items in the combobox. I don't k ...Show All
SQL Server OLE DB Source - Data Access Mode - SQL Command
I got a package with data flow task. Within the data flow task I have flat file with Fiscal Calendar defined. I got another data source within the data flow task, which is OLE DB Source. I want to use SQL Command as data access mode. SQL similar to one the below is in there. ---------------------------------------------------------------------------------------------------- DECLARE @startdate DATETIME DECLARE @enddate DATETIME DECLARE ...Show All
.NET Development Web Services .net framework 2
I have just ported an ASP.NET 1.1 application to framework version 2 and i have a problem. My solution has a Web project and a class library project. The class library project has a web reference to a web service. The Web project makes a call to the web service. I used to hold the url for the web service in the web.config and because the web reference was set to dynamic, this all used to work fine. Now it looks a though the ...Show All
Visual C# why selectnodes method wont work?
Hi friends am doing following to get nodes list from a xml file. it does not give me any error or gives me the nodes list System.Xml.XmlDocument doc = new System.Xml.XmlDocument(); doc.Load("c:\somefile.xml"); XmlNodeList entities = doc.selectnodes("SemanticModel/Entites") //this doesnot return anything. can you help plz following is part of my xml file <SemanticModel ID="Gc5212a1e-8db3-4d95-aaef-43202035958e" xmlns="http://schemas.microsoft ...Show All
Visual Studio How do I get the error and warning count after building a project in a macro?
I am performing the following operation in a macro: DTE.Solution.SolutionBuild.BuildProject( "Debug" , "my_project.vcproj" , True ) I have not been able to find a way to access the error and warning counts resulting from the operation. Any ideas Solution.SolutionBuild.LastBuildInfo - Gets the number of projects that failed to build ...Show All
.NET Development Determining if an incoming connection has been NATed
Ultimately I need to know if an incoming TCP connection has been NATed. I think if I apply the SUBNET mask to the detected remote IP, it will let me know if it is an inside address, or one that has been NATed. The question then becomes, how to determine the SUBNET mask programmatically I could not find it in the new NetworkInformation classes where I sort of expected to see it. I know someone is going to ask "WHY " before thinkin ...Show All
Visual Studio Express Editions Arraylist and recursion problems
Ok I am new to this c# stuff. I have used c++ for a while and have to say that this new c# thing is pretty nice. Ok here is my problem. C# doesn't have vectors so I am using an arrylist instead. I don't know if you can set a type or not but I haven't. I store a list of files that I am recursively compiling as it runs through each directory. I was stupid and created a new instance of the array list each time I recursed. So I figured I nee ...Show All
