wxDiilbert's Q&A profile
SQL Server The request failed with HTTP status 401: Unauthorized. - ReportService2005.asmx
I have a report server set up to use SSL and Basic authentication. I am trying to create an application that uses the ReportService2005 web service. I can add the web reference ok, but when I try to use it to list reports, I get the "The request failed with HTTP status 401: Unauthorized." error. What steps do I need to take to get the authentication to work correctly I have kerberos configured for the server, although I don't think that would matter here. pjp By default, the proxy generated by VS does not pass through NT credentials. You can fix this by setting the UseDefaultCredentials prop ...Show All
Visual Basic thread problem - please help
I have this winform that calls a messaging window, i managed to make it work invoking the messag window as a background thread, but somrthing weird is happening If I invoke like this, it works fine: Dim aFrmAlertPopUp As New AlertWindow("oi", "test", "123", "A", "dude", "joe", "joe", "A", ListView1, "", "123", "123") aFrmAlertPopUp.display() but if I invoke with the tread Dim t As New Thread( New ThreadStart( AddressOf aFrmAlertPopUp.display)) t.IsBackground = True t.Start() It will not displa ...Show All
Visual Studio 2008 (Pre-release) Programmatically Expand/Collapsing items in TreeView
How do you programmatically do the above I cant see any reference in the SDK to indicate how to do this... Thanks in advance. I've been trying to expand items in TreeView for hours... The problem is, I don't have TreeViewItems in it. I use binding to a (typed) DataSet using HierarchicalDataTemplate, getting a nice Master-Detail-View in a single TreeView (instead of using like 2 Listboxes). Everything works very cool except I don't know how to expand the items in code because here the items are of type DataRowView! ...Show All
Visual Basic Locked property
Why am I able to change the locked property for my combo box or text box in the property window but not in the code I thought maybe if you put the combobox in a container and disabled the containter it would do what you want, but it looks like .NET will disable all controls in the container for you. The only way I can see to do it would be to store the selected index in the .tag property of the item and in the SelectedIndexChanged event set the index back to the tag property if you are in "view" mode. Your only other alternative would be to place a borderless textbox (readonly as your ...Show All
Visual Studio General Questions
Dear Microsoft DSL Tools Team and Forum Members, I am a student at the University of Leipzig currently taking part in a seminar about Generative Software Development. I've chosen to work on Microsoft's solution to this problem, namely the DSL Tools for Visual Studio. My task is to describe the basic notions incorporated in the modelling toolset and to explore the differences and similarities to other modeling tools and platforms. A second problem to solve is the modeling of a non-trivial example DSL. I'm facing some problems I was unable to resolve using the documentation available on the internet today. The task of modeling a non-triv ...Show All
Visual C# Does Visual C# 2002/2003 work with .NET 2.0?
hi all i have visual C# 2002 STD; i dont know the price of visual C# 2005 but i dont want to get it cause am saving for longhorn(yep am broke) will visual C# 2002 work with .Net 2.0. if(true) with generics support You can view a list of pricing here: http://www.microsoft.com/presspass/press/2005/mar05/03-21VS2005PR.asp ...Show All
Windows Forms close other form(C#).........
Hi... I have two forms, Form A and Form B two buttons in FormA(open button and colse button), I want to click the open button then open the Form B , it is simple to do.... just like FormB thisForm = new FormB() thisForm.Show();.... but I do'nt know how to close Form B from the Form A.. thanks.. You need to keep a reference to the&nb ...Show All
SQL Server Remote Connection with SQL Server 2005 Developer Edition
Can I do a Remote Connection with SQL Sever 2005 Developer Editio Yes. You have to enable the remoteconnections first: http://www.sqlserver2005.de/sharedFiles/remoteconnection.jpg HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
SQL Server Access is denied: 'Interop.ADODB'.
I am using a com component in my asp.net programme and it was working fine for many days . now I am getting following error . Source Error: Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="*"/> Line 199: </assemblies> Line 200: </compilation> Source File: ...Show All
Visual Studio Express Editions Is there a place to download the MSDN Beta Library?
The library failed to install properly when installing Web Developer Express, C# Express and SQL 2005. It has some of the information in it but not all of it. Derek I followed the Express edition uninstall on three machines now and after the install of Web Developer from the Internet Download option, I have no ASP.NET classes in the Class Reference section of the MSDN library. At this point I'm using the online version until I can get the time to download, burn and reinstall the applications. Unfortunately the uninstall/install process is at best a half day operation so its not like I can do that repeatedly just to se ...Show All
SQL Server "New request is not allowed to start because it should come with valid transaction descriptor"
Hi all, We are getting "New request is not allowed to start because it should come with valid transaction descriptor" when using transactions against SQL 2005. As I understand it, it's a bug that occurs after some statement has terminated against the database; see http://lab.msdn.microsoft.com/productfeedback/ViewWorkaround.aspx FeedbackID=FDBK46530#1 Now, I wonder if there is a hotfix coming soon on this /Daniel I have the same error description but within a different setup. Running SQL Server 2005 on Windows Server 2003 R2. Connecting to database use SNAC from VC6 application. Application is w ...Show All
SQL Server How to set report server
Hey everyone I have a requirment here. I create a report that works fine in my local machine. But I want to keep this in a server so that every body can access it. How do I do that any clues please.How to set that what are steps to do that thanks but I have another question. now I need to create subscription for a report. there is a method called createsubscription. but I don't know the values of parameters. in msdn documents, it says extensionParams[0] = new ParameterValue(); extensionParams[0].Name = "ReplyTo" ; extensionParams[0].Value = "reporting@microsoft.com " ; for example. but how do we know that the name should be "Re ...Show All
.NET Development Show JPG image
Hi everyone, I first would like to warn you that I'm a newbie programmer. So if I have left out important code for you guys to determine what I'm doing wrong, let me know. I am making a PocketPC application using C# and an XML file as a database. I would like to display the corresponding JPG image in a PictureBox, or somewhere on the main page. A sample of my xml file. The bolded line is the picture reference. < fragenkatalog > < ca_id > 4 </ ca_id > < ca_titel > head ap </ ca_titel > < ca_bildurl1 > kopf_ap.jpg </ ca_bildurl1 > < ca_disabled > 0 </ c ...Show All
Visual Studio checked dropdown list control?
I would like to create my own parameter area for my reports which are displayed in an ASP.NET web page with the ASP.NET 2005 ReportViewer control (i.e. I have the ShowParameterPrompts property on my Report Viewer control set to False). I would like to use the Checked Dropdown List control that allows you to check off each item individually or to check the (Select All) option for my multi-valued parameters. Is there a way I can create an instance of this checked dropdown control or is there another component out there that is similar to it Thanks!!! -Brian ...Show All
.NET Development a couple webservices newbiw questions
i've been asked to create a web service that will receive and XML file, parse through it, and return some XML to the sended indicating if the data was parsed or if there were errors. how can i set up my project to test this out i'd like to be able to step through the code and watch the parsing and the bulding of the XML file I will send back to the user of the service, and also see that i'm actually sending something back. your help is appreciated For the first part just set up a web service that accepts an XMLdocument as parameter. You can then do what you need to within the method and return it ...Show All
