coreyw2000's Q&A profile
.NET Development System.Collections.Generic.List datatype converting to Object Array
I have a property defined in a Webservices using System.Collections.Generic.List datatype. When that web service is referenced in my windows application, I see in the reference.cs file that the datatype is changed to an object Array. But I want the same datatype defined in the Web Services as i want to use the Add functionality of the List Datatype. Any solution for the issue. Thanx in Advance. Parimal wrote ...Show All
Software Development for Windows Vista CallExternalMethodActivty with Input Parameter as Delegate
Hi, I needed to set a delegate as value for input parameter on CallExternalMethodActivty. It gives me "Object reference not set to an instance of an object." error if I try to set the refferance to Instance of the delegate. Is there a way to set refferance of Parameter value at runtime Or is there any attribute by which i can set a Delegate ref at Design time Hi, This sounds very sim ...Show All
Visual Studio Express Editions Sentence recognition.
The idea is that we are making a piece of work for two of my scholar subjects. My friend and me thougt it would be nice to make a A.I. that can recognize sentence and can process them. The problem is: I dont know how to make a programm analyse a sentence. Please help, Douwe If you ever watched StarWars, He's the "grand Jedi" he is the "master" he teachs Darth Vader's son, Luke to be a Jedi as he planned in the ...Show All
SQL Server top percent in subquery return various rows
Hi, We are running sql server 2005 standard edition. In the query below, it has top percent clause in the subquery and returns various rows, 2, or 3, or 4 rows each times when running manually one after another. Does anyone have an explaination SELECT dbo.WOB_STEP.STEP_UID FROM dbo.WOB_STEP INNER JOIN dbo.CURRENT_DATES CD1 ON (dbo.WOB_STEP.CD_UID=CD1.CD_UID) WHERE ( dbo.WOB_STEP.STEP_UID IN (SELECT TOP (50) PERCENT WITH TIES STEP_UID FR ...Show All
SQL Server Performing a range lookup using two tables
Hello. I have a car table, whose rows contain cars and their respective weight: Ex: (1, 1000), (2,1100), (3, 900) etx. I also have a car class table with the classes cars can fall into, based on a lower bound and an upper bound in which the car's weight must fit. Ex: (Class1, 0, 999), (Class2, 1000, 1499), (Class3, 1500, 1999), etc. I need to match each car to it's respective class. I've already search the database for post on thi ...Show All
Visual Studio VS2005 Install Problem
Hi! While trying to install the latest release of VS2005 I keep getting the following error: "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." Does anyone have any idea why I get this This usually means the media is corrupt. How did you get the CD/DVD If you got it off MSDN as an ISO, make sure you bur ...Show All
Windows Forms it is NOT possible to setup win app without .net Framework?!!!!!!
Hi Folk I have created a Win .net Application and when I try to install it, it asks me to install the .net Framework first!! Is it possible to install a Win App on third party machines without the need to install the .net Framework !!!!!! ...Show All
SQL Server SQL Server Agent Issues
Hey everyone, I don't know if I am posting to the correct forum so please move this if there is a better forum for this. I am having issues through SQL Server that I believe may be related to the SQL Server 2000 User Mode Scheduler. First of all, I am running a single instance of SQL Server 2000 on a Quad Processor system. I was not around when the system was installed so I do not know how it was originally configured. I am getting a ...Show All
.NET Development Simonyi's naming convention, an updated one? any?
http://support.microsoft.com/default.aspx scid=http://support.microsoft.com:80/support/kb/articles/Q110/2/64.asp&NoWebContent=1 after some seach online i'm getting fustrated and close to giving up trying to look for an updated version of a list of naming convention similar to the one listed above which is catered for VS8. could someone or anyone, load this thread up w/ links where i can just go or buy a poster or something. ther ...Show All
Visual Studio Team System Problem with Beta 2 TFS Install with Sharepoint portion
Although I have had no problems installing the pieces for TFS during Beta 1 and all the CTPs , I can't get Sharepoint Services 2.0 to install correctly this time. I have tried 3X and I get this on install: An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator. I am running ...Show All
Smart Device Development Using .NET CF with XML - displaying image in picturebox
I'm trying to add a picture whose path is in an XML file to a picturebox. I am programming in C#. I have tried using the foreach command, but I keep getting an error. XML file: < fragenkatalog > < ca_id > 4 </ ca_id > < ca_bildurl1 > kopf_ap.jpg </ ca_bildurl1 > </ fragenkatalog > Form code: foreach (ca_bildurl1 b in fragenkatalog) { ca_bildurl.Image ...Show All
SQL Server Deploying .Net / SQL Server 2005 replication
Hi, I am experiencing a problem with deployment of a VB .Net application which carries out merge replication, and would greatly appreciate any assistance. I am currently struggling to find stuff about my problem on the net, which probably means either (a) I'm missing something really simple or (b) I shouldn't be trying to do this in the first place. :) The story so far: 1. I added the SQLMergXLib.dll COM to my Visual Studio project, allowi ...Show All
Visual C# using code written in C
Hello. I need to use a code written in C (not C++) in my C# application. Is it readily usable in .NET What do I need to do It's not 'readily usable', but you can use it. You need to create a C++ dll ( almost all C will compile as C++ ), which exposes a C++/CLI class, and that class will provide a layer between .NET and your C code. Then, you'll import this dll into your project and call it from there. So, ...Show All
SQL Server Logging blues
Hi, I am trying to have my ssis packages execution logged to the msdb database. I am interested only in errors, cancellations and task failures so I set the package logging option accordingly. The problem I have is that when I execute the package from an Agent job and the package fails, the log is not generated. If I process the package manually, I can see the errors in the On Progress list. If the package succeed and if I add more stu ...Show All
Windows Forms SQL Express
I'am novice in deployment. I've developed a little project in VS2005 with a SQLExpress mdf database inside (User istance = true). It is necessary that the other PC have installed SQLExpress Thanks You should be able to get a re-distributable version from MS, and make that a pre-requisite in your deployment. I'm very new to this as well, but I know I saw that someplace. ...Show All
