LuckyL's Q&A profile
SQL Server Needing to run reporting services on SQL Server 2000
Hi I want to install SQL Server 2000 Enterprise Edition on Windows XP but it isn't installing. I have installed SQL Server 2000 Personal Edition but Reporting Services are not installing on the server. PLZ some one help me out. SQL 2000 Enterprise Edition is not supported on XP. Please see this link for requirements: http://www.microsoft.com/sql/prodinfo/previousversions/system-requirements.mspx Thanks, Sam Lester (MSFT) ...Show All
Audio and Video Development I can't send event from ProcessOutput() of MFT
I'm trying to send event from ProcessOutput() of MFT but downstream MFT of ProcessEvent() or Stream Sink of IMFStreamSink::PlaceMarker() couldn't receive it. my MFT's ProcessOutput() pEvents member of the MFT_OUTPUT_DATA_BUFFER structure always comes with NULL is this ok Since pEvents are NULL I'm creating IMFCollection by myself using MFCreateCollection() is this ok At last I'm adding event to collection. Thanks. kasumi The EVR is not going to forward the event to the application. If you need this event to make it to the application, you could do something like implement your own sink as a wrapper around the EVR; this wrapper sink could handle the event. But, like we discussed on a ...Show All
Smart Device Development Connection failed 0x89731513
Hi, I am new to Smart Devices development. My scenario is the following: - Computer: Visual Studio 2005 + Windows Mobile 5.0 Smartphone SDK.msi + .NET Compact Framework 2.0 SP1 (it happened too yesterday with .NET CF 2.0) - Device: QTEK 8310 with Windows Mobile 5.0 and .NET Compact Framework 2.0 SP1 - ActiveSync 4.1.0 connecting both and working correctly. I creatre a new Visual Basic \ Smart Device \ Windows Mobile 5.0 project and while it works fine on the emulators, when I try to deploy it to the device, or when I try to click the "Connect to Device" button on the "Device toolbar" (the next one to the combobox) I get the error Connection failed 0x89731513. What does that mean It would be helpful to ...Show All
Visual Studio I have lost my S/N and i need help here?
hello , i have microsoft visual studio 2005 standerd edition and i have lost the S/N but its still instaled on my pc is there any way to know my sn from the pc or from microsft becous i need to format my pc i hope someone answer me becouse its important and thanx Zaid you find their phone number on the link I provided, and follow the links to "contact us" or "contact Microsoft" perhaps this will be direct: http://support.microsoft.com/contactus/ ws=support ...Show All
Visual C++ error C3861: 'wsprintf': identifier not found
New to c++ using Visual C++ 2005 Express Edition Created a new "CLR/windows form application". added a "wsprintf" line and got " error C3861: 'wsprintf': identifier not found" will appreciate any help. following the test1.cpp source // test1.cpp : main project file. #include "stdafx.h" #include "Form1.h" using namespace test1; [STAThreadAttribute] int main( array <System::String ^> ^args) { char Fname [50]; int i = 1; wsprintf (Fname, "Abc_%2d.txt" ,i); // Enabling Windows XP visual effects before any controls are created Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefaul ...Show All
Visual C++ C++ 6.0
Hello I'm new to this forum I'm a student at Carleton University, Ottawa and i use C++ 6.0 for one of my classes, available in the computer labs. I tried to download C++ 2005 edition from micorosoft website which is available to download and it is totally different. Can anyone tell me where i can download C++ 6.0 from so i dont have to sit in Univeristy all day any help will be appreciated. Thanks in advance Toseef K ...Show All
Visual C# assembly versioning - can anyone explain it
According to all the documentation I've found the Application.ProductVersion property returns the AssemblyVersion, however it is quite easy to show that this is not true. If the AssemblyFileVersion is defined (as is the default in VS2005) then Application.ProductVersion returns the AssemblyFileVersion, not the AssemblyVersion, however if AssemblyFileVersion is not defined (as is the default in VS2003) then Application.ProductVersion does return the AssemblyVersion (or does it, as the documentation states that in this case the AssemblyFileVersion is set to be equal to the AssemblyVersion, so maybe it's still returning the AssemblyFileVersion). The problem is that only the AssemblyVersion can be autoincremented (by setting it to 1.0.* or ...Show All
.NET Development Windows application built for Framework 1.1 does not run with Framework 2.0
I have an application developed with VS 2003 for the Framework version 1.1. I do not distribute the framework with my installer for obvious reasons. When people download and install my software, the installer directs the user to the Microsoft site where the framework can be downloaded. Here is the problem: Currently, MS offers version 2.0 for download, but the installer demands version 1.1 of the framework. Can anyone help me how to change the setup in such a way, that it installs and runs with both version 1.1 and version 2.0 of the framework In advance, many thanks, if you can offer some help. Ruud. the application. I'm assuming there is a configuration file that allows me to change things about how the ...Show All
Visual Basic Recent Projects List on Start Page is not being Populated
The Projects List on my Start Page is not being populated with the Projects I open. It's empty. Does anyone know what could be the problem I can see the entries being recorded in the Registry key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList But VS isn't reading them in for some reason. I'm running Visual Studio 2005 Professional. Thanks. I'm having the same problems. I followed the suggestion above with some screen shots and have the following resuts: ===version info=== Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual Basic 2005 77626-009- ...Show All
Visual C++ Cannot open include file: 'StdAfx.h': No such file or directory
Hello, I am a newbie, please tell me what do I need to do to compile this in visual 2005 I am trying to compile some code from a friend for a poker game and i get this error: "c:\documents and settings\manlee wan\desktop\source\card.cpp(41) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory Chair.cpp" For this code: " #include "StdAfx.h" #include ".\chair.h" CChair::CChair( void ) { flagDealer = 0; } CChair::~CChair( void ) { } #ifndef MARS void CChair::Draw(CPaintDC & dc, int xor, int yor ) { if ( myPlayerName.empty() ) dc.TextOut( xor, yor, "Empty" ,5); else { if ( ! f ...Show All
Visual Studio Team System CTP5 - TF10175 error adding to source control while loading schema
Hi Started with a new SQL 2005 Wizard project with an existing database. Getting a lot of errors but this is the one that worries me the most: "TF10175: The team project folder $/FHI_2.SYSVAK does not exist. Contact your Team Foundation Server administrator and ask that it be created." etc Correct in the sence that this project doesn't exist but this is by design . Our team project folder is named FHI.SYSVAK. The first time I did this I got the same error except from the "missing" project folder beeing $/FHI_1.SYSVAK. Have to do an inspect of our code repository me thinks :-| TFS checked it in in the right place though Brumlemann Solution Architect Update: Checked the project file and it contained hard ...Show All
Visual Studio 2008 (Pre-release) Only letters and numbers in a TextBox
Hi all, I have a TextBox in which I want the user to enter only letters and numbers. How do I go about this Cheerio, Frances That is unfortunately so so easily done. If you implement the KeyDown-event for the TextBox, you get this: private void KeyDownEventHandler(object sender, KeyEventArgs e) { // do something. } The only thing you can get there is e.Key, of which you can't get the ASCII value. Thanks, Frances ...Show All
Internet Explorer Development IE7 closes when "Open In New Tab" is selected
I have an intermittent issue with IE7. When I right click a link and try to open it ina new tab, IE7 will close without warning. I can do this if I have one or several pages open. This will happen about 10% of the time when opening a page in a new tab. This is almost always caused by a buggy add-on. See http://enhanceie.com/ie/troubleshoot.asp for troubleshooting steps, including starting without addons. ...Show All
SQL Server Hyperlink in Excel
Hi. When creating a report builder and exporting to excel, the excel file keeps the hyperlinks. How can this be switched off Many Thanks. Sorry, hyperlinks are always included on all output formats. There isn't any way to turn them off for a particular renderer. If you explain your scenario, we may consider it for a future release. ...Show All
Software Development for Windows Vista DelayActivity, State-Machine Workflow, Sharepoint
Hi there! We've got a problem with a state machine workflow in sharepoint 2007, especially with the delay activity. It seems to me as if the event of the timeout is generated, but not executed. My workflow is quite simple. It only has three states, Start, Execute and Completed. I create a task in the Start State and step to Execute State. This one has two EventDrivenActivities. First a OnTaskChanged an second a Delay (20 sec). If I install my workflow to a document library in sharepoint, start it an finish the task within 20 sec (debug mode VS2005) nothing surprising happens. The Code in the OnTaskChanges branch is executed as it should be. If I wait my 20sec without working on the task, the code of the Delay branch should be executed, but ...Show All
