GazMan's Q&A profile
SQL Server Rsreportserver.config Smtp password settings
Hi, I wanted to know if there was any way of setting the SMTPAuthenticate in the RSReportServer.config file, so i could connect to a remote SMTP with username and password I am using window 2003 system where smtp is not installed and i don't want to installed it. If there is another way to change only in Rsreportserver.config file except pick up directory. thanks in advance Ashok kumar yadav Forget ...Show All
Visual C++ ATL included in PSDK?
Is the ATL included in the Microsoft Platform SDK So can I use the WTL with Visual C++ 2005 Express and the PSDK thanks! I looked in the latest Platform SDK ( Windows 2003 Server SP1 ) in the include folder and I see that alot of ATL code is included in the PSDK. So I see not reason why you couldn't use the ATL headers (which contain most of the ATL library ) from the SDK to build applications using Visual ...Show All
SQL Server RMO On Sql Server 2000
Hi. I'm using RMO to connect to a MSSQL 2000 Server to manage replication. I've successfully connected to the server, created the distributor, publication, articles and subscriber. However, when i try to manage the agents (ie. TransPublication. StartSnapshotGenerationAgentJob ) it says the method is only supported on MSSQL 2005. Is there any way I can control the agents from RMO on sqlserver 2000 Tore Birkeland ...Show All
Windows Forms WebBrowser Control and the "PATH" environment variable in XP vs. 2000
I have an application that requires a WebBrowser WinForms control that will load pages containing ActiveX Controls that are pre downloaded as part of the application installation process. Part of the installation requirement is that we not have to register the controls. We've been able to do that by using Environment.SetEnvironmentVariable to set a "PATH" variable for the process to the location of the controls. However, this does not seem ...Show All
Visual Studio Tools for Office Outlook Add-in
Does Anyone have any idea where to start to create an Outlook (CommandBar) Add-in I'm a newbie coming from a Java background. Thanks You can try: http://www.outlookcode.com/messages.aspx forumid=5 ...Show All
Software Development for Windows Vista Rendering a stream
Hello everyone, I'm really new in directshow development, and I hope you will be able to help me. I need to play a wave (non PCM format) directly from the memory stream, because I can't create a file and thus I can't use the RenderFile method. Is there a similar RenderFile method that plays a wave using a stream data as input parameter Or is it necessary to use a filter to make this operation If is possible, please, send me a sample. Than ...Show All
Visual Basic Problem with databind a control on an inactive tabpage
I have an application that you select a value from a listbox and multiple fields (textboxes, datagrids,etc.) get populated automatically in various tabs. The last tab will output all the values to a text file. When a value is selected from the list box, I query the databse and store the data in a dataset/datatables and using databinding, that is setup via code during the first selection, the multiple fields get populated. I noticed one of th ...Show All
Visual Basic How do I solve TargetInvocationException problem with WebClient in Visual Basic 2005?
Hello, I've created a small programme which downloads file over web using the WebClient interface. I've added 2 handlers to the to the webclient, one for the download progress and the other for the download completed. Sample code: Private Sub DownloadAsync( ByVal URL As String ) Dim wc As New WebClient() Dim dpc As DownloadProgressChangedEventHandler AddHandler wc.DownloadProgressChanged, dpc Dim ac As ...Show All
Windows Forms Bevel, Shadow, Glow
Hi, Does anyone know where I might find resources on developing my own Bevel, Shadow and Glow effects I can't seem to find info on those algorithms anywhere. Any help would really be appreciated! Thank you, Jaco There is an open source program called Paint.NET , its a .NET application that has the algo you're looking for. Download Paint.NET and read through the source-code, maybe you can find algo ...Show All
.NET Development .net 2.0 Web Service Bug? args is null
I wrote a sample web service like this: [WebMethod] public string Hello(string who) { return "Hello " + who; } I test it in web test page and a sample .net 2.0 winform application,it's run as my will. But when I wrote a delphi7 program,I found "who" arg is null,if you use arg as int ,it's 0. I also test it in java. I think it 's a bug in .net 2.0 why It sounds like the toolkits that you are usi ...Show All
SQL Server Return the data from a table ordered by its hierarchy
How can I create a function that returns hierarchical data from a table with this structure: - CategoryID - CategoryName - CategoryFather I want to bring the result set like this... CategoryID | CategoryName | CategoryFather | HierarchicalLevel 1 | Video | 0 | 0 2 | DivX | 1 | 1 3 | WMV | 1 | 1 4 | Programming | 0 | 0 5 | Web | 4 | 1 6 | ASP.Net | 5 | 2 7 | ColdFusion | 5 | 2 How can I do this Does anybody has a sample code I need th ...Show All
Visual C# Batch build
Hi I am using VS2005 and I am trying to setup the automatic daily build of my solution. Can somebody give me any directions Running devenv.exe /Rebiuld ….. is not giving error report, but when I am using csc.exe then I can’t use my *.sln file. Does anybody has user friendly solution Piotr Hi Piotr, I think you may want to use MSBuild which is available after VS.NET 2005. Here are started ...Show All
Visual Studio Express Editions Random Numbers again!!!
Hi there, i think i have gotten into a bit of a fix... here is the problem: i have used the random obj to generate random numbers between 1 to 90. some times when the application runs, it picks a number twice. for example an output would be 2,8,34,2,67.... is it possible to make sure all numbers picked are only selected once that is if i request for 10 ranadom numbers, each 10 digits would be unique... this is driving me nutts!! ...Show All
SQL Server Message when clicking on the Report link - You are not authorized to view this page
I am getting the message " You are not authorized to view this page" when I click the report link in the Report Manager. I have defined the approperiate security settings and able to see the all the Reports on the Report Manager and when I click on the report link then I am getting this error messaeg. I also checked the log and last message in the log is "Calling GetSystemPermissions ...". Do I need to set any other Security settings Pl ...Show All
Software Development for Windows Vista Error while loading any WWF Project
Hi all, I get the following error while creating a new Workflow project and opening up the designer, version of the dll files in GAC (micr.workflow.vsdesigner etc) is 3.0.03203.56, same as in SDK folder. your suggestions are most welcome!!! : Method 'get_CheckTypes' in type 'Microsoft.Workflow.VsShell.Helpers.VSWorkflowCompilerOptionsService' from assembly 'Microsoft.Workflow.VSDesigner, Version=3.0.0.0, Culture=neutral, Pub ...Show All
