Wasif235288's Q&A profile
Visual Basic [OTP]error loading
Im getting a ERROR MESSAGE when i start my computer.. It says ERROR LOADING (C:\PROGRA~1\MYWEBS~1\BAR\2.bin\MWSBAR.DLL) and at the bottom it says, THE SPECIFIED MODULE CANT BE FOUND.. Im tired of seeing this message every time i start my computer.. can any one help I need to know what i can do to fix the problem This is a developer forum and as such the wrong place to ask this question - you are normally unlikely to get an answer. The best way to look up info on items like this is with the filename. One search on microsoft for MWSBAR.DLL brought up this - http://forums.micros ...Show All
Visual Studio 2008 (Pre-release) reparenting framework elements
hi all, I want to move a mediaelement from one canvas to another, with as little visual effect as possible. When I remove it from the children of the first canvas and add it to the new parent, there is a noticable time gap between its dis- and re-appearance. In addition, if the movie is played via the Source property, rather than a mediatimeline/clock, it restarts. If there is a way to achieve this more smoothly, I'd be grateful to get a pointer. I ran into the same problem, moving simple items between panels works but with a mediaelement you get a small glitch in the playback. In my application, that is a mediacenter, i want the music/movie to be played at any time, while the rest of the content can be changed and replaced both b ...Show All
.NET Development Suppress "First Time Exception"
Is it possible to suppress an "output" window message of "first time exception " I am using Convert.ChangeType(), and it is throwing an exception (which I am catching). It would be nice not to have to see that message among all my other Debug.WriteLine() output. Thanks. I don't think so. A good reminder perhaps to fix the code, exceptions are expensive. Consider the "as" or "is" keywords... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Buttermilk Game Engine and LGPL
I'd like for Buttermilk to have the following features in its license - Free to use and redistribute. Free to publish commercial games on Windows. Free to publish free or commercial games on the XBox360 (XBLA, etc). Basically no restrictions except don't pass my code off as something you made :) Will LGPL do this I hear it's looser than GPL. The looser the better, methinks. There's a hidden 'gotcha' in LGPL.... "If anyone uses your project for the Xbox 360 version of XNA, they must open source their entire game. This is because the 360 version of XNA doesn't allow you to box libraries into their own DLL/Assemblies, as you can on the PC and thus be in compliance with the LGPL without open sourcing everything. ...Show All
SQL Server HELP! I've lost a SSAS "cube" due to a "File ==> Save as XML"
Then, the cube name became XML, listed under the "Assemblies"... and, then made the mistake of "deploy-ing"... and of course, didn't have a backup... It appears all of the recent "calculations" added to the cube are contained within the xmla file, yet the cube still looks like it is missing from the VisualStudio 2005 (VS2005). Over in the SS Management Studio (SSMS), I tried wrapping the "Alter AllowCreate..." around the cube XML, and that seemed to work, so that now the Cube appears within the SSMS... However, I can't seem to find a way to open it up with VS2005, and see the cube name/measures, as I can see them within SSMS... Thanks in advance for your help! Hi Al, If you can see the ...Show All
SQL Server Metadata Model in SSIS 2005
Hi *, Can anyone tell me what Metadata Model Microsoft supports with SSIS 2005 DTS in 2000 was supporting OIM but I was not able to get some information about this topic on SSIS 2005. The reason I need to know is that I wanna import some metadata from Business Objects Data Integrator into SSIS 2005 and Business Objects is supporting CWM.... I would appreciate your help! Thank you, Steve Hi Jamie, thanks for putting this page in your blog online! I'm very anxious about the comments ppl are hopefully making. Well, as I mentioned earlier, you can read my thesis but it's written in German not English. So if that's not a problem I'll send it to you! Steve ...Show All
Windows Forms Select a form on clicking anywhere on form...
Hi... In my MDI application...when i am opening many child forms & all the forms are visible on screen to select the form & to make it front i have to click on the title bar of that form(on header). So Can i select a form & make it front & active on clicking it anywhere on the form if more than one forms are active & visible.... Thanks & Regards, Vinay You should be able to click anywhere on a form in order to bring it to front and make it the active form so long as there isn't any explicit code in your app preventing that... or another application that it's forcing itself to stay on top. Is clicking anywhere on one of those forms not doing it for you ...Show All
.NET Development Performance: Release vs. Debug Builds
I am thinking about deploying our apps as release builds with debug info, so I can get more details when something goes wrong on a client machine. Are there any potential performance hits when running release build that include debug info Also: are there any performance hits when running a true debug build (as opposed to a release build) Will there be some extra work the clr does, when it runs an assembly that is a debug build Can you give me some details what the clr does with debug built assemblies Garbage Collection behaves differently with true debug builds. Objects stay around longer because you're debugging and there's an assumption that you might want to see them instead of having them get collected. ...Show All
Software Development for Windows Vista Where is the definitive post-beta ASP.NET Workflow Sample or Walk-through?
Hi All, Since the release of .NET 3.0 I have not been able to find an ASP.NET Workflow sample that was not actually written for one of the betas. Many of the examples out there that come up in the search engines have implementations that seem inconsistent with the final release of WF. The SDK does not include anything close to a complete ASP.NET workflow sample. The free Microsoft Learning module did not cover it anywhere near complete. So, what I am looking for is a clean, complete, post-beta example of how to use workflow in an ASP.NET application, not a web service, just a plain old ASP.NET workflow example. Any links to a good post-beta sample or walk-through Th ...Show All
Visual Studio getProjectTemplate - Sporadically getting FileNotFound exception.
Hi. I'm writing an Item Template that needs to create a new project in the solution when items are added to an existing project. I'm using a CustomWizard which calls upon DTE functionality to try to accomplish this task. The problem is that sporadically, I'm getting a FileNotFound exception when calling the GetProjectTemplate method. The .zip file is there and working on its own. The wizard has worked on some occasions and not in others without any changes to the code. What I've observed is that the exception seems to occur when starting Visual Studio from scratch and trying to add the item to the solution before anything else. Specifically, the wizard seems to stop throwing the exception once the "Add->New Project To Solu ...Show All
Visual Studio Installation Problems Visual Studio 2003
I attempted to update my Visual Studio 2003 through the program with Service Pack 1 yesterday. During the update, it hung, crashed and had to be killed through the Program Not Responding dialog. Of course this corrupted my Visual Studio 2003 installation. I attempted to Install/Repair my installation and that hung about 1/2 way through (writing setup.ini on the second CD). I am now attempting to Uninstall it and it hangs when Generating Setup Script. How do I escape this endless loop! Frustration abounds.... The install always hangs when it is trying to write a setup.ini file to the NetFramwork SDK sub directory. Can anyone help me, please ...Show All
Windows Live Developer Forums FireFox bug in V3
I tried my VE v3 app in FireFox and I got the following error: Error: [Exception... "'Msn.Drawing.Exception: Your Web browser does not support SVG or VML. Some graphics features may not function properly.' when calling method: [nsIOnReadystatechangeHandler::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no] Any help is appreciated. I'm running FF 2 RC2 and the following works for me: try{ map.LoadMap(new VELatLong(-34.92, 138.59),11,VEMapStyle.Road,false); }catch(e){ //Browser does not support SGV or VML } Just by adding a try/catch statement around the LoadMap method allows the exception to get caught, bu ...Show All
SQL Server Merge replication error - invalid column name 'rowguidcol'
Hi, I'm having dramas with a merge replication between two servers. They have been replicating information between three databases happily for about 18 months. Recently I had to do an upgrade on the databases, so I deleted the subscriptions and the snapshots, applied the upgrade script and recreated the snapshots and subscriptions. Now when they go to replicate, the merge agent for each subscription gives the error "invalid column name 'rowguidcol'". From some investigation, I think this has something to do with the fact that as they used to replicate, the subscriber has the schema information from the old snapshot, and doesn't recognise the new one. I can't reinitialise the schema from the publisher as not all the data in the d ...Show All
Visual Studio Express Editions How to create a event handler?
If I have an option.For example: Reading.Stopping() -> C# tells me that this is a event handler. How I can use it like Mouse_Over I hope you understand me... give this a shot. public delegate void myEvent(); public event myEvent OnEventStopPlaying; .. this .OnEventStopPlaying += new myEvent(myclass_OnEventStopPlaying); void myclass_OnEventStopPlaying() { //handle it } .. if (this.OnEventStopPlaying != null) { OnEventStopPlaying(); //raise the event } ...Show All
Visual C++ Can I Use C++ To Process HTML?
I really don't know any of the commands that deal with HTML in c++. Can anyone tell me if this is even possible Ok, say I know the URL of an HTML file from a website. I'll put this URL in the pointer URL. Now is there a way that C++ can get this HTML file that contains the code for a web page from it's URL Like if the URL was microsoft.com, could it grab the HTML document that creates that page If that is possible could it search through the HTML file for a specific string If this is possible, can someone please show me an example thanks, Mark You can do it a number of ways. At the lowest level, you can manually open a socket with winsock to the web server on port 80 and issue http get and post ...Show All
