elliotg2005's Q&A profile
SQL Server Want to reference connection managers from within a data flow task/Custom Connection Manager
Hi, is there a way to get the references of connection managers from within a custom data flow task during runtime In control flow tasks the connection service object can be used to get the references to connection managers. For data flows I haven't found a way yet. Another question: Where can I get a sample for a custom connection manager which is explained here http://msdn2.m ...Show All
.NET Development Are there any RSS classes in .net 1 or 2?
I have a asp.net app using the 1.1 framework but soon to move to the 2.0 framework. And it is basically a job management system. Could someone please give me some help and knowledge as to how to create an RSS feed and what I need to do to publish a RSS feed Thanks for any help In its simplest form and RSS feed is nothing more than an XML document, or an XML file that has been saved in a publicly visible place, ...Show All
Visual C# message box in webapp
I need help. I need a message box OK/Cancel button in a web application (JavaScript ) to confirm a deleting row the problem is that i have not button "Delete" but i have a datagrid with a button column. Thx PS-could you post code and explanation Hi, Item_Created() event is not called in my page tell me how can i debug or how can i set break point over this. in my .aspx file i have following code < asp : Image ...Show All
Visual Studio Team System MSF Info
Dear ALL, I need following information on MSF, 1) In which all companies is MSF(AGILE and CMMI) implemented apart from Microsoft, How has been the result of implementation, i mean in terms of Productivity and other factors 2) How can one get trained on MSF methodlogy for CMMI (in india) 3) Is there any certification after implementing MSF or any proof that org is MSF compliant 4) Is there any comparison available of MSF with other ...Show All
SQL Server changing existind dimension datasource
Anybody knows how to change a the datasource for an existing Dimension I've tryed deleting them but since i've imported the cube from a diferent server, if I try to delete the dimension it is also deleted from the cubes. thanks for the help in advance. Hugo Not sure if your question is for AS2000 or AS2005. If it is AS2000, you can change the datasource connetion string. That means it will affect other objects that poin ...Show All
Visual Studio Demo application available
The Web Log Analyzer Starter Kit application uses the ReportViewer control to analyze IIS log files and display the top 10 most popular pages, most frequent referrers and so on. http://lab.msdn.microsoft.com/vs2005/downloads/starterkits/ I have the exactly same problem. The note you have is the same as my subreport with details table. The table starts on the second page when it doesn't fit on the first p ...Show All
Visual C# What even to use ...
I'm having a edit form on a database table. Let call the table products. On of the field is it's variety, this kan be easily achived with a lookup combo. But another field is sub-variety (not every product is a subvariety), the combo box of this field should be filtered by the variety selected. On what object (the combo-box, the binding source) should i use which event to start this kind of filtering ... Kids Regards ...Show All
Windows Forms mouse down event
i do an small windows application using C# that use picture, am create an ZoomIn function that will zoom in to the picture,what i need is how can i hold mouse left click to call zoom in fucntion, only hold the left click mouse at the zoom in button i need the event please help Hi, if you used the designer, just double click the zoom in button that it will create an event handler for the Click event in the code. T ...Show All
Visual C++ Build a console program for AMD Athlon 64 bit
What complier and linker settings do I need I tried X64, but the linker choked on the first object I gave it. How do I tell the compiler what to do Thanks, Now that I've installed the correct compiler it gets to link, but with lots of unresolved library externals. Error 1118 error LNK2001: unresolved external symbol __imp_MultiByteToWideChar tickernet.obj etc. Any ideas ...Show All
Visual Studio Express Editions Can't download Express registration benefits
Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All
Windows Forms Design-time functionality at run-time
I am trying to find a way to paint a selection border around a control whenever it is active at run-time. I would like the border to be as similar as possible to the selection frame that is displayed around a selected control at  ...Show All
Software Development for Windows Vista How to load workflow assembly from a specific directory?
Our application generates workflows programmatically. Since the number of workflows (DLLs) can be quite large we would like to store the DLLs in a special folder so that they are not mingled with the application files. The problem is that when the application tries to execute a workflow, the runtime cannot find it. I have seen similar questions and the recommendations were to put the workflows in GAC or program folder. If we were to put them in ...Show All
Windows Forms Bug on VS.NET 2003 Start Page?
Am I the only one seeing this After opening VS.NET 2003, if I roll over anywhere inside the outline of the list of Existing Projects list, at the very bottom where it says "Ready", it blinks at a steady rate. It doesn't appear to use ...Show All
Software Development for Windows Vista regarding installation
hai when i tried to install winfx runtime 3.0 (january CTP), i couldn't install i got some errors... before i tried to install winfx runtime i unistalled all the previous versions of frame work and SDK. Then i installed the same in the following order Visual Studio 2005 (RTM) windows SDK (january CTP) After this tried installing winfx runtime 3.0(january CTP) but couldn't continue that....i just want to know wheather the order ...Show All
Visual Basic Overflow???
This code is generating an overflow exception and I really don't think it should be: Dim u64HiBit As UInt64 u64HiBit += &H8000000000000000 or u64HiBit = u64HiBit or &H8000000000000000 In my understanding this is simply setting the hi-bit in an unsigned integer. It certainly shouldn't cause an overflow unless it's not really a 64-bit entity. There is a worse possibility which is that it truly isn't supported w ...Show All
