Boy from Turkey's Q&A profile
SQL Server parameters in sql task sub query
DELETE T1 WHERE EXISTS (SELECT * FROM T2 A WHERE A.C1= T1.C1 AND A.C3 >= ) Results in below error (OLEDB SQL TASK): " failed with the following error: "Parameter Information cannot be derived from SQL statements with sub-select queries. Set parameter information before preparing command.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. Any resolution hi, It works for a SQL Task but how can I set up a OLE DB Command in a data flow task I'm having the same error. thanks ...Show All
Smart Device Development does any way install a .cab file to the Emulator ?
does any way install a .cab file or .msi , exe file to the Emulator u can store the cab file on the emulator and install it on the emulator.cab file can be transfered using shared folder option in the tools->options for emulator. another way is connect ur emulator to the device, that is make the network to ur pc, so can access the data of the pc. ...Show All
Audio and Video Development graphics card
is to possible to increase graphics without graphixcs card I'm not sure I understand your question, but I'm pretty sure that this isn't the right forum for it. This forum is about Media Foundation which is the new multimedia programming platform for Windows Vista. ...Show All
Visual Studio Team System Date Parameter not Working in Reporting Services
I have created a report in Visual Studio using serveral parameters including a date parameter. I have set the default to come from a query that brings back the most recent data in the dataset. Everything works fine. I published the report to Reporting Services and view the report, again everything works fine, until I go to the properties to excute the report. As soon as I do this I get this error: Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError) My date parameter is set to have a default value that is Query Based. How do I set the date parameter to have a default value of the most recent date and not receive the error. Thanks Nancy Hi Nancy, Can you ...Show All
Software Development for Windows Vista Exception in .NET 3.0 SDK WorkflowMonitor Sample
I get the following exception every time I run the WorkflowMonitor sample (it's never run successfully). Any ideas exception = {"Could not load file or assembly 'Hosting, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"Hosting, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"} I got this error when I didnt have the latest version of my workflow dll (and all required dependencies) in the runtime directory of the WorkflowMonitor. If you have already checked this, ensure that all your workflow types are serializable. Finally, if you have a local data service implemented for your workflow type, when you raise the event try passing ...Show All
Visual C++ Allocating a variable-length structure/class
Is it possible to create an instance (using new) of a variable-length structure or class When I say variable-length structure or class, I mean a structure or class that has an unsized array as the last data member. I can allocate an appropriate amount of memory by allocating a char array, and I can cast that pointer to a pointer of the class I need it to be. Unfortunately the virtual pointer seems to be unintialized so I can't call a virtual function. Or perhaps I misunderstand what is happening, but I am getting a vfptr with all cd, indicating it is uninitialized. What I am actually doing is I have a base class and many derived classes. Many of the derived classes have variable-sized data. The data is being read from ...Show All
SQL Server Error during merge web sync
Hello, We have 5 subscribers trying to replicate via web synchronization. Two of the subscribers get the following message and the other three are fine. Any ideas on what the problem is or where to troubleshoot Thanks in advance. John Error on client output: The format of a message during Web synchronization was invalid. Ensure that replication components are properly configured at the Web server. Are you using a mix of .NET 1.1 and .NET 2.0 in your applications If so, that can cause this error to happen. Try migrating your application to .NET 2.0 completely and see if that fixes your problem. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Confused about getting sounds to work.
Hello everyone! I've just read "How to: Add a sound file to your game using XACT" and "How to: Play a sound" in the msdn xna documentation but I'm very confused. I added two wave files to my Wave Bank and dragged them to the left corner (Cue Name panel) of the Sound Bank. They showed up and everything seemed fine. I saved the project inside my project directory inside a subdirectory: <project-dir>\Content\Sounds\sounds.xap. This also added to folders to that directory called Xbox and Win, they were however empty. Then the "How to: Add a sound file to your game using XACT" howto ended. Now I started reading the "How to: Play a sound" howto and I was supposed to have some more files ending in .xgs, .xwb and .xsb. I fou ...Show All
Visual Studio help with IVsCodeBehindEventBinding
So I've implemented IVsCodeBehindEventBinding into a class and bound it to my ProjectPackage using the attribute WAProvideLanguageProperty. But I cant seem to get any of the methods in CodeBehindEventBinding to call. This doesnt appear all that different from IVsCodeBehindCodeGenerator and that works fine for me. If anyone could help me out with this, I'm guessing there is something wrong with my registration. Ive noticed that as of the december CTP Iron Python no longer shows any reference to IVsCodeBehindEventBinding. I suspect they realized it was not being registered correctly and removed it, does anyone have any suggestions on a better way to achive the same thing ...Show All
SQL Server embedded deployment sql server express
Hi,my problem is the following I can not completely understand how to deploy sse with my application To some degree I understand the explaning in Mikes Documentation Things I don't get: 1) Do I not check the prerequisite server express because when I did and run the setup.exe that I build the thing that happens is that the sql package gets unpacked over and over along with a little message that it's taking a little longer then expected. I gues this is the fallpit where the actual setup.exe for sse is nothing being done with hence the wrapper. A quote from Mikes document "If the VS Bootstrapper isn't flexible enough for you then". Well, I don't know what I'am doing wrong but ...Show All
Visual Studio Debugging Error Message of VS2005
--------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information: C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option. --------------------------- OK --------------------------- I didn't do anything but this error message come out from VS2005, I followed the "suggested" solution and of course, it doesn't work. Who know the reason of ...Show All
Visual C# ErrorProvider makes default language loosing properties...
Ok, I have a very weird problem. I have a windows forms with some basic controls in it, textboxes, buttons, labels. with only one tab (very basic). My problem is when I'm switching language, i'm loosing control properties in my default language. Here's the behavious when the errorProvider is in my form. 1- I drop a combobox in my form (in the default language), change the dropdownstyle value to dropdownlist. 2- In the initializecomponent, I can see myComboBox.dropdownstyle = dropdownlist; If i switch to another language (IE: Spanish), I can see the myComboBox.dropdownstyle = dropdownlist again in the initilizecomponent. The problem is when i'm switching back to default language, it is adding the dropdownstyle in the sp ...Show All
Visual C# Running a console app from Windows Service
I'm building an application which uses the console interface of the Nokia Multimedia Converter and passing in switches to control the resultant file. I can currently run this in 2 ways: 1. Straight from the command line (manually). Using this method it takes about 4 seconds to complete. 2. Running an application which starts the Converter as a new Process and passes in the switches through the command line arguments method. This requires a similar amount of time to 1. However, I actually want to run the app as a Windows Service. When I start the Converter off as a new Process from within the Service and pass the switches/arguments (exactly the same code as used in 2) it can take up to a minute to return the resultant file. Can ...Show All
Smart Device Development Native Errors
Hallo, I sometimes receive a native Error (Error Code 0xc0000005) when i try to write a file on a Flash Disk. I know, that re-writting on FlashDisks is limited, but it's important for my application to keep running, even if writting on Flash-Disk fails. Maybe there is a possibilty to catch this error by using the coredll Thanks for help in advance! Sabine There's no way for you to catch or handle native exceptions in managed code, you need to eliminate the reason. By the way, how you know exception is cause by this particular portion of code Which line leads to it That "CEKeyBoardHook.dll" you've mentioned - does it do any callbacks Can you remove the code which uses it and see ...Show All
Windows Forms TreeView fails to display icons, why?
**also posted to VSTO form...no replies ** My VSTO Outlook add-in shows a form with a TreeView control. The tree works properly, showing the data I expect it to, but not the icon images. When I add a default root node in VS Designer and assign it an image from my ImageList, it appears correctly in the designer. When I run the add-in, the default node appears, but without icon. There was a related thread MSDN Forums Windows Forms Windows Forms General Icons not showing up on Treview on VSTO beta, but no real answer posted. Anyone have any ideas The debugger shows that the TreeView object does have the ImageList, and that the ImageList has the right number of images, and that the nodes have ImageIndex values in the prop ...Show All
