xudeutsch's Q&A profile
SQL Server Extranet access to Report Manager
I would like to make our reports available via Report Manager to customers external to our campus. Are you aware of any documentation to support this effort; i.e., White Paper(s), etc I think there will be some documents coming online soon. In the meanwhile, you can take a look here: http://blogs.msdn.com/tudortr/archive/2005/11/03/488731.aspx Hope that helps Tudor ...Show All
SQL Server RS2000 on multiple websites, customize look and feel, turn off admin
I'm brand new to SSRS and just installed RS2000. I have seen numerous posts/articles about how to set up RS2000 on the non-default website, but haven't been able to figure out if you can install it on multiple websites on the same server. Here's my situation: we have multiple clients who run our software on the same server. Each client has their own db and their own website in IIS. I'd like to provide each client with access to reports through their own website that report on their own database. Is this possible at all From what I'm finding, I don't think it is (it seems SSRS can only be installed on one site), but figured I would ask t ...Show All
Visual C++ HOWTO: Increment Version Information After Each Build in Visual C++ when you batch build multiple Projects
My developping enviroment is visual studio 6.0. We know this article: HOWTO: Increment Version Information After Each Build in Visual C++ Q237870 But in my case, I have multiple projects in one workspace. For example, I have projects : proj1, proj2, proj3. The original build number is 1234. What I want to do is that after batch build, the build numbers are : proj1 is 1234, proj2 is 1235, proj3 is 1236. But using the macro from the article, it seems that all the build numbers are the same: 1236. Is there anyone can help me Thanks. Shandon Take a look at BuildNumber Seems li ...Show All
Visual Basic Can not locate error description for DHTML Edit Automation Error
I have received an Automation error # -2146697199 while trying to execute a dhtmlEdit.documenthtml ="abc" on a Win 2000 machine and I can not determine the description of this error code. I have looked throught the dhtml header files, used the formatMessage() function and searched the web and I have found nothing. Any information will be appreciated. ...Show All
Windows Forms Error while using .Net Application Updater Component
I followed the instruction to create a sample application which uses the .Net Application Updater Component to have the auto update feature. The following error will pop up when I try to run the sample application: "Unable to auto-download the missing parts of the application from: http://localhost/SampleApp_ServerSetup/2.0.0.0/System.resources.dll ..." Could any one give me any suggestion t ...Show All
Visual Basic Easy Forms 2005 (Fill out VAT Forms Easily with this Application)
hey friends i am new to visual basic programming language please support me by trying this application and report me bug on this email ( dhiraj_cool_4u@hotmail.com ) or ( cool_boy_2005a@yahoo.com ) this application is on beta testing and i am sure u enjoy using it. this application uses Microsoft .NET Framework 2.0 beta2 please install it before using this application. you can download this application from the following links: From Megaupload.com --------------------- http://www.megaupload.com/ d=239VL3XG From Radipshare.de ------------------ http://rapidshare.de/files/4448560/Easy_Forms.msi.html ...Show All
Visual Studio Team System Sharepoint Portal Server is not compatible with Visual Studio Team Foundation
Hi All When I'm trying to install Beat 2 VS 2005 Team foundation getting this error. I have installed Sharepoint portal server 2003 and Sharepoint portal windows service with service pack 1. Also I have installed sharepoint language pack also. But still Im getting this error. Anyone could you plz help me Thanks in Advance. Regards, Raghu For this BETA2 release of the Visual Studio Team Foundation the installation must be prefromed specifically as outlined in the Visual Studio Team Foundation guide. chemas-microsoft-com ffice ffice" /> > > > > The requirements of installation are for specifically Microsoft Windows SharePoint ...Show All
Software Development for Windows Vista How works GDI with the high DPI on Vista?
According to this link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=164968&SiteID=1 , Vista wouldn’t use WPF but the GDI instead. On some PPT documents published by Microsoft, it is said that client area of the win32 applications is rendered to a bitmap surface. That means that UCE would scale this bitmap in high dpi. Is it true that can produce some rendering quality problems if compared to the fully vectored WPF engine An interesting explanation, but I think that the system by which non-high DPI aware apps are handled is not quite right for legacy software. The code that automa ...Show All
.NET Development Is there an easy way to get the name of the style sheet out of an XMLDocument?
I want to get the name of a style sheet that is defined in some xml code. I have come up with the following solution in Visual Basic 2005, but I guess there should be a much easier and cleaner way to do this. Does anyone know how My xml file starts with the following code: < xml version="1.0" encoding="iso-8859-1" > < xml-stylesheet type="text/xsl" href="sheet.xsl" > Below is the function that I created. It works but that's only because I know that the xml will always contain the two lines above. Function getXmlStyleSheet( ByVal xmlData) As String Const NODENAME As String = "xml-styles ...Show All
Software Development for Windows Vista Vista and Symantec Ghost 8.x
Ever since build 5231, I've found myself unable to use Ghost (8.0 or 8.2) "as I've always been able to". By which I mean with 5219, XP, 2000, etc., I can just create a partition backup, restore a partition backup, no muss, no fuss, all successful. (I have an XP-compatible boot manager, have four independant partitions that are always hidden from one another, and I restore just one partition based on what OS/test/scenario I need to create.) Now with 5231 and later, creating a Ghost image of a partition always results in the "unable to access \windows\winload.exe" (or whatever that exact full-screen message from the Vista boot mana ...Show All
Visual C++ Getting Error - Regarding stdafx.h
I'm trying to fool around with the new Visual studio version (2005 Beta 2) and for some reason it keeps telling me: \Practice.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory A long time ago someone told me to go into the properties of the project and change the default to CLR support. I did this time but it doesn't seem to build. Can someone tell me what to do Here is my code: #include "stdafx.h" #using <mscorlib.dll> using namespace System; int _tmain() { int Number = 5, Number2 = 0, Number3 = 7; int sum = 0; Console::WriteLine( "hello world." ...Show All
Visual Basic I have a big problem with .NET Framework
Hello I have a big problem with .NET Framework 2.0. My story is: I made a program via VB2005 and I gave it to all my friends. My friends who doesn't have Win XP SP2 said: the program didn't work cuz .NET Framework 2.0 didn't install. My question is: Does any program which made via VB2005 need Win XP SP2 exclusively I'm very angy. Can anybody help me, please, please, please You don't need to have windows XP, but you do need to have the .NET framework 2.0 installed (if you do have XP, you'll need service pack 2). This .NET framework can be downloaded here: http://www.microsoft.com ...Show All
Visual C# how to compare 2 files using two RichTxtBox
please can you help me giving sample codes.. thanks.. i'll wait. What do you want to do Are the two files text only files Why do you want to use a richtextbox Do you want the code to compare the files, or the user If the code, why use rich text boxes ...Show All
.NET Development New request is not allowed to start because it should come with valid transaction descriptor.
I have a C# windows service that uses MSMQ, DTC Transactions, SQL server 2005 and Notification services. I am doing the following in the service: OnStart Create the queue set the Peek Complete event call Begin Peek PeekComplete WaitHandle[] waitHandle = new WaitHandle[] { new AutoResetEvent(false) }; ThreadPool.QueueUserWorkItem(ProcessMessage, waitHandle[0]) Call End Peek WaitHandle.WaiteAll(waitHandle) queue.BeginPeek ProcessMessage(object stateInfo) AutoResetEvent are = (AutoResetEvent)stateInfo; Create DTC Transaction try Message msg = callResultQueue.Receive(MessageQueueTransactionType.Automatic); ...Show All
SQL Server How to create ENDPOINT in Sql Server CTP Beta 2
I am learnig to create a endpoint in Sql Server 2005. I have create a simple SP to get a customer in Northwind. Then create a endpoint using HTTP. SP: CREATE PROCEDURE [db_accessadmin].[upGetCustomer] @CustId nchar(5) AS SELECT CustomerID,CompanyName,ContactName,ContactTitle,Address,City,PostalCode,Country,Phone,Fax FROM Customers WHERE CustomerId=@CustId ORDER by CompanyName,CustomerID,Country DESC Then, create the ENDPOINT script, USE [Northwind] GO CREATE ENDPOINT customer_endpoint STATE=STARTED AS HTTP ( PATH='/sql', AUTHENTICATION= (INTEGRATED), PORTS = (CLEAR), SITE = '*' ) ...Show All
