binyaz's Q&A profile
SQL Server Can't uninstall Reporting Services
I need to reinstall Reporting Services but during uninstall I face the following error: "The setup failed to read IIsMimeMap table. The error code is -2147024893" Nothing seems to help with the problem. Regards, Ksenia I actually did, but I am afraid that I cannot explain exactly what I did that fixed the problem, as it has been a while now, and I tried so many permutations. I think the trick may have been to run a repair on reporting services (from Control Panel - Add/Remove Programs), followed by a reboot, and then a removal with IIS turned off. Good luck! ...Show All
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 Amitkumar Jain wrote: "Your SQL server installation is either corrupt or has been tampered with (Could not open SQLEVN70.RLL). Please uninstall then re-run setup to correct this problem" i get this error at boot....and also when i try to restore my system to any date I am not able to ...Show All
.NET Development System.Transactions
Hi! I'm trying to create a distributed transaction. My code will runs on a different machine that the database servers, so I enabled the Network DTC Access in Component Services. The problem is that when sqlconnection.open is executed I get 'The transaction has already been implicitly or explicitly committed or aborted' exception. My code works fine if I use my local MSDE, so that code and database are on the same machine. Any ideas Here is my code: Using trans As New System.Transactions.TransactionScope Dim sqlCon As New ...Show All
.NET Development Query Database Pt.3
Ok. I pretty much got everything I've need so far. But now I just need to ask for advice and maybe a couple code snippets. Basically, I have a textbox, a search button, and the data grid. How would I go about searching the database specificly based on the criteria entered in the textbox. Can someone please help Also, everytime the search comes back with no results, it shows a blank table in the datagrid. How would I put something like this into code: 1. Query Database. 2. If query comes back with no results, or comes back null.... 3. MessageBox.Show("Invalid query"). Basically, how would I put into code ...Show All
Visual Studio Team System Can't connect to the tfs
hi, in our project we work (five users) with the team foundation server (RC). All is good and we haven't problems at all. In that time a colleague ask me, whether he could connect to the server. i said to him that the only thing he has to do is to install the team explorer and connect to our project server. He get the following error even though he works in the same domain. Error: TF31002: Unable to connect to this team foundation server: ServerIP conditions: Team Foundation Sever (RC) on Windows 2003 Server (Application and data tier on the same maschine) Any ideas. Y ...Show All
Visual Studio Team System Customizing bug form
Hi there, How do I make sure that the group box is only as big as it fills all the controls in it and does not leave any empty area, so that it looks better as well I can utilize maximum area of the form. Basically how do I set/control the height (as I can do for width by percentwidth attribute) of any control or group in form Thanks, Anu Hi Sagar, Do you know how I can make all of my FieldControls the same size I have several groups with controls in them. However some controls are larger than others. I want them all to be the same size (width x height). Is there an attribute for the Control element to ...Show All
Visual C# Using If statement in Main
Sorry if this is a dumb question... I tried searching for the answer on MSDN and Google, but it is a little difficult to search for the word "if". I am trying to use an If...Else statement in my Main method, but it does not recognize it. I assume I need to add a using statement, but I didn't know what Any help would be appreciated. As has been said, there's no reason you can't do that. The problem is definately in your code. What's the compiler error ...Show All
SQL Server Missing Distinct Count option in Measure's Aggregate Function property
I am trying to get a "distinct count" aggregate function specificed for a measure that is non-numeric. Is this possible When I use the cube editor, the Distinct Count appears in the drop down list only when the measure is numeric or datetime. If the measure is varchar, the Distinct Count option is not there. Any thoughts Hi, Did you get any reply and/or solution to this problem. I have similar issue. Would appreciate if you can share. Thanks ! ...Show All
Microsoft ISV Community Center Forums Using VBA to download a file using FTP
Hello, I'm looking for a way to download a file (In this instance, a simple comma-separated .txt file) from an FTP location and store it to a specific place. I don't need to upload the file back after I'm done or anything like that, just download it. (After I download it, I intend to turn it into an Access database, but that's another story). I've searched the forums and found instructions for uploading a file using FTP or downloading a file using HTTP, but so far no instructions on how to download using FTP. Any help would be appreciated. CJ hi cjschrader, the instructions you've got to uplo ...Show All
.NET Development Render Control to string
I programmatically created a control and now want to get the rendered HTML as a string. How do I do it I tried: Dim MyRenderedOutput As String = "" Dim SW As New System.IO.StringWriter(MyRenderedOutput) Dim hstw As New HtmlTextWriter(SW) MyControl.RenderControl(hstw) But I get an Error: System.InvalidCastException: Unable to cast object of type 'System.String' to type 'System.IFormatProvider'. Your help is very much appreciated Beat Hi ...Show All
Software Development for Windows Vista ACPI Not fully compliant for 5308
I can't find much info regarding this issue for a M35x-S111 Toshiba Satellite. It gets as far as loading the setup files then imediately it goes to the Blue screen. Any help would totally rule. go to RUN and type dxdiag, click yes. then reply back with info on ur computer. and i'll see if i can help you out ...Show All
Visual Studio Team System Automated FoxPro Testing
Does any one know a good tool for automated FoxPro Testing Currently we have TestComplete3 which claims it can find the objects in the windows, but will only see each window. Thanks. While I am unaware of any specific testing tools for FoxPro, it sounds like you are looking for UI testing tools -- while we aren't shipping any, there are third parties who I'm sure will. These should be able to plug directly into VSTS and allow you to test the UI of your fox pro application. ...Show All
Windows Forms Running .exe across network
I'm developing a small application that pops up a "message of the day" box when a user logs onto the intranet. The application works just fine when I run it off the local machine. However, when I attempt to run it across the network from another machine, I then get a MS .NET Framework Security Error. "The application attempted to ...Show All
Visual Studio 2008 (Pre-release) Problem creating a WPF project
Hi, I'm eager to start working w/ some avalon development, so I installed VS.NET '05 B2, along w/ the WinFX beta for vista, and the Visual Studio Extensions for WinFX, and I see the Avalon projects in VS.... however when I try to create a project in the Avalon section, I just get the following message: "The process cannot access the file 'C:\Users\Jason\AppData\Local\Temp\1\tmpB05A.tmp\Temp' because it is being used by another process." How on earth can I fix this (Or is it hosed ) Any suggestions would be much appreciated. --J. Nadal Arik, Thanks a ton! I knew that's what I needed to do, but I didn't know the GUID for it. Just wonderi ...Show All
Visual C# set desktop background with c#
i think the title is my question How to change the desktop background with c# I modified a CodingForFun sample to cycle through different images in a single directory. http://www.srtsolutions.com/public/item/103695 The original CodingForFun sample is here: http://msdn.microsoft.com/coding4fun/inthebox/wallpaper/default.aspx -Bill ...Show All
