StarsFire's Q&A profile
SQL Server Lookup on AS400
Hi everybody, I'm new in SSIS and I'm trying to activate a lookup on a table reside on DB2/AS400. Iget the following message when I try to join the input column to the lookup column: TITLE: Microsoft Visual Studio ------------------------------ The following columns cannot be mapped: [STOREK_S, STOREK_S] One or more columns do not have supported data types, or their data types do not match. ------------------------------ BUTTONS: OK ------------------------------ I know both columns have the same format on the DB2 table. What I'm doing wrong P.S: I'm using the IBM DB2 UDB for iSeries IBMDASQL OLE DB Provider as connection. If I try with the Microsoft OLE DB Provider for DB2, I was unable to get the list of ...Show All
Software Development for Windows Vista Cannot install June CTP Runtime components, it crashes.
Hi I cannot install June CTP Runtime components. It just crashes after a while. I might have messed it up because I killed it the first time I tried to install June. It just hanged after downloading. I have tried running vs_uninst_winfx.exe but it fails at the end. It seems that everything has disapeared from Add/Remove. (I'm using my production machine of cause ) Running WinXP sp2 Best regards, Thomas S. Andersen [06/26/06,08:48:14] VS Scenario: [2] CPrevProductInstalledCheck failed : <font face=Verdana size=8pt> Thank you for participating in the Beta program. You must uninstall all pre-release products in a specific order before you can continue with setup. For detailed information ...Show All
Smart Device Development Console Applications Help needed
hi all, I want to develop a console app and call it from my main application. how to do it If i want to pass any arguments to console application then Is there any mechanisms tht u appln made by me, send msgs plz help needed.How to make the console appln to run in background 1. You create console application by choosing console template and use Process class to start it. 2. If you want to pass arguments, you can do so using Process class capabilities. Console application gets them as usual via Main() argument. 3. Which "msgs" 4. It would run in background (i.e. would be invisible) once started. It might be visible on devices with console installed. ...Show All
Visual Basic Convert a stored value in a database to an object
I am storing the name of controls in a table and want to load the value of those controls with a value in the database. How can you access every control in a form (not "on" the form like Me.Controls because that doesn't see everything in group box ect.) ex. cbo as combobox cbo = AllControls .item(Row!ControlName) cbo.SelectedValue = Row!ControlValue Thanks. Can you assign a key to the AllControls list so you can access a specific control like... cbo = AllControls("cboPipe") or something Dan, how does this look Dim cbo As ComboBox Dim chk As CheckBox Dim txt As TextBox Dim c as Control Rows = myModel.LoadModelDefaults(mModelID) ...Show All
SQL Server select values from multi-value parameter
Is it possible to pass values from UI to a multi-value parameter in a report and from this report, select values from this multi-value parameter to finally display data Thanks! Follow up question please. When I get values for a multi-value parameter from SP, values are displayed with checkbox on their leftside, thus, allowing me to select from values. But when I supply values from UI using ReportParameter[] class, values displayed in report do not have checkbox beside them, and thus, not allowing me to select from those. I'd like to display values with checkbox please. Thank you. ...Show All
Software Development for Windows Vista Sharepoint Designer error using workflow
i am currently evaluating sharepoint designer beta on a server running sharepoint v3. i had a number of simple workflows that i had created using designer that were working fine. now i am getting this error: (-1, -1) Compilation failed. Could not find file 'C:\WINDOWS\TEMP\ujxvsrbr.dll'.) every time i click on "Finish" when in a workflow, and none of my workflows are working now. has anyone else seen this error i have already reloaded designer with no change resulting. billy This forum is for questions about Windows Workflow Foundation (WF), but for questions about using WF with the Sharepoint you should probably try one of the Office 2007 Beta newsgroups found here . ...Show All
Smart Device Development Command Line Switches
I have finished developing my first PDA application for Windows Mobile and it works fine which is a good start, however, I need to be able to pass a command line switch into the software to make it start in config mode. I can find no way of doing this - either in the setup project when I am making the cab file (trying to make a shortcut with the switch set) or actually on the device. I would like to launce myapp.exe config. I am sure this must be possible and that I am overlooking something obvious. Thanks ...Show All
Visual C# namespace overlap
Hi, Let's say assembly 1 has a namespace a.b Another assembly 2 has a namespace c.a.d ('a' just happens to be the same word, but conceptually the two namespaces are different.) In assembly 2 (i.e., within the block namespace c.a.d { } ) how do I reference the namespace in assembly 1 Is there a way to tell the compiler that when I say a.b, I want that to be within the global namespace Right now the compiler thinks I'm trying to use (the non-existant) c.a.b. Thanks! global ::a.b ...Show All
.NET Development Automation Error Raised by VB6 App on a .NET component ever since installing .NET 2.0 Framework
I noticed that a VB 6 app is no longer able to properly call a .NET component exposed with a COM interface that was compile via Visual Studio 2005, it raises an Automation error . Setting the application configuration file to point to the .NET framework v2.0.50727 does not help the situation. However, when the .NET component is compiled via Visual Studio 2003 it works provided I have the infamous application configuration for the VB6 app set to: < xml version ="1.0" > <configuration> <startup> <requiredRuntime version="v1.1.4322"/> <supportedRuntime version="v1.1.4322 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DrawUserPrimitives
Can someone explain why this method uses generics graphics.GraphicsDevice.DrawUserPrimitives<VertexPositionColor>(PrimitiveType.TriangleList, 12, nonIndexedCube); I am a VB.NET business programmer and I am familiar with generics, but pretty much only use the generic collections. This seems silly to me. With generic collections, I define a collection to be of a certain type, and then where I use it, it is typed, keeping me from doing something stupid and saving me some extra coding. Since the 'definition', <VertexPositionColor>, is right next to the usage, actually in the same method call, I don't see that being the case. What does this give me or is it a performance thing Thanks. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Im new to XNA
I bought the creative club membership off xbox 360 and downloaded everything on my pc. But Im having ahard time creating even the simple things. So I decided to keep my membership and keep renenwing it until I learn how to make a game and most importantly to play other games. Is there anyone out there making a First person shooter My goal is to make one battlefield 2 modern combat style with xbox graphics but I know I have to start very small before I can achieve that. CodePfo wrote: You do realize that Battlefield 2 was programmed by a team of programmers and artists, and probably took about a year, right They also probably had a graphics, physics and sound engine to use prior to starti ...Show All
Visual Studio Tools for Office Interface Not Registered Interop.Outlook
I'm running into a problem trying to access an outlook inbox from vc#. On my machine I am receiving the error "Interface Not Registered" when trying to create a new recipient. I've tested this on another machine and do not get the error message. The following is where I recieve the error, Outlook. Application app = new Outlook. Application (); Outlook. _NameSpace ns = app.GetNamespace( "MAPI" ); Outlook. Recipient rec = ns.CreateRecipient( "somebody@somewhere.com" ); Outlook. MAPIFolder fldr = ns.GetDefaultFolder(Outlook. OlDefaultFolders .olFolderInbox); Outlook. MailItem mail; It is at the ns.CreateRecipient line that I receive the error, I am using the Outlook 11 object library. I'm as ...Show All
SQL Server Proc Results to Excel Workbook
Hello, I have tried to use a DaraReader Source to execute a SQL Server 2000 proc, and send the results to an Excel Destination. The proc is named spv_CDGetFuelManDuplicates. Within the proc, temporary tables are created and dropped. When I attempt to set 'Exec dbo . spv_CDGetFuelManDuplicates' for the SqlCommand property of the DataReader, I get an error message indicating that my temporary tables are invalid objects. The DaraReader is using an ADO.NET Connection Manager. Should I be using an Execute SQL Task instead Thank you for your help, the proc code is below. cdun2 ******************************** alter PROCEDURE dbo . spv_CDGetFuelManDuplicates AS --Isolate Accounts and Contact Info per the View ...Show All
Visual Studio 2008 (Pre-release) XBAP working on XP, but not Vista
got a large XBAP app that we've been developing on XP. it works fine on XP, but Vista is giving me a 'white screen'. on a Vista client, the ClickOnce deploy seems to work fine, but the apps Page never renders. if i click on the View menu for IE, it only shows the reduced menu items for XBAP (Status Bar, Stop, Refresh, Full Screen) ... so that makes me think the XBAP app really is loaded. so what would keep it from rendering what are some of the known differences between running XBAP on Vista and XP NOTE if i deploy a simplified XBAP app from the same server, then it works fine on both Vista and XP. Thanks, casey How are you trying to run the XBAP on Vista, locally, off a web server, from VS If VS ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Porting a game to the 360
Ok, so i want to test out this XNA on teh 360 thing. I have a game that i made that all one .exe file. I want to port it over so I can play it on my 360 now. How do I do this Thank you very much to anyoen that helps me. I am new to console developing, but not game developing Check out this new video where they detail everything you need to get your game on the 360: http://blogs.msdn.com/xna/ But in short, you need to join the xna creators club. Once you do, you can deploy your game straight from GSE to your 360. ...Show All
