Laurent87471's Q&A profile
SQL Server SQLEVN70.rll error
When I boot my system , I get the message that my sqlserver installation is either tampered or corrupt. As a result when I try to restore my system to previous checkpoint I am not able to do so. Please let me know solution for this. I tried installing and uninstalling but that did not work....this is very very imp...please respond ASAP Hi Amitkumar, I'm assuming you are trying to install SQL Server 2005 RTM version, correct Which SKU are you trying to install Enterprise, Developer, SQL Express Is this an upgrade from a SQL Server 2000 installation If so which is your current SQL2K version and sku Which OS are you using WinXP, Win2k or Win2k3 server Would you also please attach the setup log files They are usual ...Show All
Smart Device Development Use VB2005, the command for a WM5.0 device program that needs to download a file
Hello, I have a small program that runs on a smart device that needs to download a text file from an ftp site on the Internet. I can't seem to find the command to do that; can anyone help me Thank you At first I did not understand why they would leave that ability out until I read your comment that FTP is outdated, now I understand. Learning this is more than I can handle at the present state of my ability to write code; I am a rank amatuer at present so I will stick to the very basic stuff until I can step up to a higher level. Thank you very much for your attempt to help me, I can see that you are a big help to *many* people using these forums. It is people like you that help people like me (a person isolated from t ...Show All
Windows Forms working with dynamic listviews
greetings, Im a bit confused as to how to get the multiple values that have been selected in a listbox that is dynamically created. (note - i have my own webcontrol that is a listview) basic scenario is - I have a static listbox which allows multiselect, shows a list of students, so when i click on any of the student (1-2 students), it dynamically creates another listview for each of the student select which shows the subjects they have selected... place in a dynamically created cell ...inturn add it in a row.. which will then add the row into the placeholder.()all done dynamically now i want to add a feature where in i can change the selected subjects in the dynamic list for each of the students and allow to save in the database. issue - ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MDX and Vista
Will managed DirectX (for .NET 1.1) come pre-installed on Windows Vista when it is released How about the .NET 2.0 framework I'd like to see the MDX libraries included in Vista, and also in XP service pack 3 (if there ever is one). -Jeremy Vista comes with .NET 2.0 and .NET 3.0 preinstalled. As for MDX 1.1 there is no trace of it in Vista RC2 so I doubt that it will be in RTM. ...Show All
Software Development for Windows Vista Video "pixelisation" using Video Mixing Renderer 9
Hi, I'm working on a mpeg2 ts file video player relying on existing directshow decoder filters. This works great under XP SP2 with for example NVidia puredecoder, or any other mpeg2 decoders. Running my application under Vista RC2 Ultimate Edition, the video is pixelized as if the video was zoomed in. If I play the same file with Windows Media Player, video is perfect. This test has been done with default Microsoft MPEG2 decoder filter, and it seems to be the same with any other decoders. Does this have something to do with the Video Mixer Renderer 9 Did I miss something with it under Vista I also made a quick test with Video Mixer Renderer 7, unfortunately, it is the same result. If anyone can point me on the right way to ...Show All
Visual C# Recording a wma stream to a file?
Hi, how can I save a wma stream (without DRM) from the Internet directly to a file on my local filesystem Thanks in advance, Randy ...Show All
Visual Studio Express Editions = and != operator
Hi everyone, In C++ while using == and = operator, if we do not overload them, while using for our classes that we create, does it cause to any compilatio error If not, would you please explain that how the compiler make comparison between objects When we use = operator, if we do not overload copy constructor, what does happen Thanks Hmm, I have some confusion about this a little bit. For the following, A a = b; // the copy constructor is caled to intiliaze the " a " in spite of having a overloaded = operator. //////////////////////////////////////////////////////////////////////////////////////////////////// A c = new A(); c = b; // the = overloaded operator is called instead of default copy constructor. Am I all righ ...Show All
Visual C# Anyone found a permanent solution to "A failure occurred while attempting to start the compilation?"
VS 2003 (6 project and 2 level project dependencies): A failure occurred while attempting to start the compilation For me, usually occurs when I modify a custom user control in another project while a design view that uses the custom user control is open. Thanks, in advance. Hi JRQ, take a look at the length of your files/path. I had this error and trimmed the projectname. This time the compilation succeeded. HTH Jasper ...Show All
Windows Forms disappear slowly
dear friends how to change the way to form exit disappear slowly when exit the program. plz help me. thanks in advance Ravi yadav India have you tried searching the forums as well as your favourite search engine :-) pretty much you require a timer and set the interval for this timer to however long you want to take to make the form fade away. The fade away is known as opacity and you simply decrease the amount you want until no more opacity is left. Example: 'Timer tick event if Me.Opacity > 0 then Me.Opacity = Me.Opacity - 0.02 else Me.theTimer.Stop() Application.Exit() end if http://msdn2.microsoft.com/en-us/library/system.windows.forms.form.opacity.aspx you would start the ti ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Skysphere Demo
It's finally all working, thanks for all the help! I've created a Sky Sphere demo to help me figure out how to do such a thing for my game. The texture for the sky sphere gets distorted around the poles, and I haven't figure out how to fix that, but otherwise it looks pretty cool. If you're interested, I've uploaded the source code and artwork to: http://www.spellflight.com/GameModels/SkysphereDemo.zip Here's the readme: Skysphere Demo By Michael Billard mike@sbillard.org This Windows XNA demo displays a sky sphere and a simple model that flies around the game world. You can control the model's rotation and position. You can also control the camera rotation and camera position. Background texture by NASA. Models and te ...Show All
Software Development for Windows Vista Scaling out Windows Workflow
Looking for a point in the right direction for scaling out an windows service hosted workflow to multiple application machines. In the MSDN article "Performance Characteristics of Windows Workflow Foundation" http://msdn2.microsoft.com/en-us/library/Aa973808.aspx they show workflows running on multiple machines. Are these machines sharing the durable queue thank you adam Adam, I'm not sure I understand what you mean. Given the default services included with WF, there's no possibility that a running workflow, with no persistence involved would migrate between servers. Now, even if persistence was involved and you had idle and persisted workflows, what would determie where they were loaded ...Show All
Visual Studio Express Editions Adding images to a project?
I want to sort of store my images I use in my program with my project, so that other people can see them is there a way to do this I have an image stored under resources but when i go to call it ie mapImage=My.Resources.Washington it says it isn't a member of Resources. Anyone know why this is the case, I have set it as an 'Embedded Resource'. YES!!! You are there!!! :) That's the problem. You have to import the images from the picture box and not from within the resx. Don't know why it has to be that way but it has :( ...Show All
Windows Live Developer Forums Robot Invaders Contest Winners
It's time to annouce the winners for the Robot Invaders contest. The contest ran from May 15th to September 15th and in the end 53 Messenger bots were accepted as valid entries in the contest ( per the how to compete guidelines ). Each entry to the contest was judge by three judges separately using the Judging Criteria outlined on the How to Compete page and then the judges scores were averaged. There were a lot of great robot's submitted but here's the winners: Title Prize LiveBot Grand Mother Nature 1st Spleak 2nd Mobile Record bot 2nd Virtual Secretary 2nd Dr Phile Knowledge 2nd Comtec Travel Bot 2nd Search Bunny 3rd ...Show All
Visual Studio Team System how to use generic test to run vb script
I have an existing vbscript which do the actual testing. And I can put this command into a generic test: "cscript.exe myscript.vbs". In the script, I use WScript.Quit(1) for test failure. But the question is how can I pass the return value from script host to Generic Test and tell it's pass/fail Thanks, Frank Hi Frank, If your existing test uses process exit codes to communicate whether the test passed or failed (0 for passing, any other value for failure), you can wrap it into a generic test with no problems, everything should be fine. If you want detailed results, then you will need to modify your test sources so that they use an XML file to communicate the detailed results. The XML file must conform to th ...Show All
.NET Development Cannot Update...
I have an access database and I am using ADO.NET. I have created code to add a new record and it works fine. However, I cannot get this UPDATE code to work! it is bugging me so much! Heres my code: void btnSubmit_Click(object sender, ImageClickEventArgs e) { //string UpdateCommand = "UPDATE Meeting SET Name = '"+txtName.Text+"', Topic = '"+txtTopic.Text+"', Host = '"+txtHost.Text+"', Contact = '"+txtContact.Text+"', Location = '"+txtLocation.Text+"', From_Date = '"+txtFromDate.Text+"', To_Date = '"+txtToDate.Text+"', Start_Time = '"+txtStartTime.Text+"', End_Time = '"+txtEndTime.Text+"' WHERE ID = " + idIndex; string Name = txtName.Text; string Topic = txtTopic.Text; & ...Show All
