wdcdba's Q&A profile
SQL Server Broken hyperlink in subscription emails
Users are receiving link-only subscriptions with broken links where the break always starts with an exclamation mark. It looks like this in email source view: <table><tr><td><span>My comment text added to subscription</span></td></tr></table><table><tr><td><span>The report is accessible at the following address:</span></td><tr><td><a href=" http://servername/reportportal/viewreport.aspx %2fEncoded+Report+Name&Par1=Encoded+param+value&&Par2=Encoded+param+value&r ! s%3aParameterLanguage=en-US"> http://serv ...Show All
Visual Basic How do I navigate to a folder and capture the path?
How do I navigate to a folder and capture the path I've searched the documentation and all options seem to require you know the path in advance. I'd like to have a button on a windows form that allows me to navigate to a folder and capture the path to a string. Is this possible dennist685 edit: is there also a way of capturing the properties of a file by selecting it thanks reneec this is something I can get my teeth into. dennist685 ...Show All
Visual C# question about linklabel..
how to make a linklabel once the mouse point to it, a box will appear beside it that display some text... or once the mouse point to the linklabel , the colour of the linklabel chage to other colour, and once the mouse move over, it change back to original colour is there a way for linklabel if not, button event also can, i just want to let my page look more attractive.... As for the box, it seems all you need is a tooltip. If you are not familiar with tooltips, all you need to do is drag a single tooltip control over your form. This will add a new property to your linklabels, in which you can specify ...Show All
Visual Studio Express Editions lost install CD
hello I lost the install CD (rather I threw it out by accident) for the Beta for Visual Studio. Is there any other way to uninstall the MSDN library, I've tried everything ...Show All
.NET Development Mail Problem with outlook account and IIS SMTP Server
I have developped an application with WWF who send an email to an local outlook account.For this I activated the smtp server of IIS , then I created an outlook account to receive the mail. I set the POP3 and SMTP server as localhost, the problem after sending the mail from the application and when I am trying to synchronize the mail box , operation related with downloading messages failed... I think that I can conclude that the POP3 configuration was done in a wrong way. but I can resolve this...Can you help me... Thanks This is not the right forum for this type of question. This forum is dedicated to qu ...Show All
SQL Server Analysis Server Memory Upgrade
Dear Anyone, We recently upgraded our analysis server from a 4GB to 8GB. For a couple of weeks, we noticed that the server memory isnt going up to close to 8GB and only goes to around 4. We use the /3Gb and /PAE on our server. Can anyone recommend some memory tweaks that we can use on the Analysis Services Thanks, Joseph Memory limitations for AS2K5 are the same as AS2K -- they are based on the OS (see earlier post). Therefore to use 8GB of memory you must be running on a 64-bit platform, as a native 64-bit application. That being said however, what might be confusing you, is that memory usage in AS2K5 has gotten a wh ...Show All
Windows Forms XML to ListBox or something...
Hello, I have XML database like this: <root> <user1> <item1>blabla</item1> <item2>blabla</item2> </user1> <root> I need to have this items listed in my listbox by every user (will be selected in some combo or so). What's the best way to do this using C# Or if you have ...Show All
Visual Studio 2008 (Pre-release) NetTcpBinding, Windows security
Let's assume you have service application runs on a computer which is part of a domain and a client application runs on a computer which is not part of any domain and you want to use that service (Simple example can be found on MSDN, WinFx : Net TCP Sample ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.WinFX4VS.1033/WCF_samples/html/e8475fe6-0ecd-407a-8e7e-45860561bb74.htm) Obviously it would not work, but the problem is even if you add client credentials to the client application, still it does not work! Why static void Main() { // Create a proxy with given client endpoint configuration using (CalculatorProxy proxy = new CalculatorProxy( ...Show All
Visual Studio Tools for Office How can I insert and work with images?
I have a program running on a linux server that serves out barcodes for reports. I created a web service in c# that grabs the barcode graphic from the server and returns a base64-encoded string of the barcode image the server creates. I want to insert this graphic in the upper-right hand corner of the word document and I'm thinking the header is a good place for it, but I'd also like to consider positioning a floating image as well. I've been doing some reading and playing around; By using a bookmark, I've gotten the grahic inserted in the header (the barcode graphic, once inserted should appear in the same place on all pages of the doc, ...Show All
Smart Device Development Designed for Smartphone requirements: CE Setup DLL ?
Hi. I am making a small program that has to meet the Designed for Windows Mobile (Smartphone) requirements. The program is written in C# 2.0 and installation cab is made using Visual Studio 2005's smartdevice cab project. The program does not modify system reqistry values runtime, and does not add any files during runtime. Do I need to take specific actions regarding to these requirements: 1. Required: CESetup DLL Must Expose Correct Four Interfaces Windows Mobile-based Smartphone supports the optional use of CESetup DLLs. These .dll files are called at various points during an installation or subsequent uninstallation ...Show All
Windows Forms keycodev2.dll
Hi, I have developed an application using vb.net & crystal report 9 for vs.net, it runs well in my development pc which is win 2000, after deployed into a win 98 pc, error "cannot find keycodev2.dll, or invalid keycode" occured, when i tried to run the deployment program on my win 2000 pc, it caused the same error. After that, i tried to& ...Show All
Visual Studio Tools for Office Visual Studio Packaging utility problem
Hi All, I am really having a hard time doing this... I have a simple add-in that shows a message upon launching Excel. The add-in works fine on my machine, which I used to create the add-in. But when I try to load it on another machine using the .msi that gets generated by VS .Net, I don't see that message! :( I have made sure of the following: that I see the registery getting created on the other machine (with load value set to 3). I have also made sure that my add-in is available to all users. The add-in doesn't even show in the add-in list when I look for it in Excel. Any help! You might be ...Show All
Software Development for Windows Vista Beta 2 Bug?
I have observed the following behaviour on Beta 2: On a new (empty) solution I added a "solution folder". Inside the "solution folder" I created two WF projects. A "sequencial WF console application" and an "WF activity library". The "WF activity library" did NOT show up in my toolbar (no matter what I tried). To solve this I removed the "solution folder" and moved the "sequential WF console application" and the "WF activity library" directelly under the solution root. Cleaned the solution. Run the solution (I said RUN not BUILD). Now I c ...Show All
SQL Server Dataset Filtering Not Working
I am trying to filter data at the dataset level after it is returned. However, the filters tab on in the Dataset window does not appear to work correctly. I have tried the following expressions: Expression Operator Value =(Fields!IdLog.Value = Parameters!Id_Log.Value) = =True =Fields!IdLog.Value = =Parameters!Id_Log.Value When I rerun my dataset query, the entire dataset is returned, instead of the filtered dataset. This same behavior occurs if I try to run the report itself. I do not understand why the filtering does not occur. Any help would be gr ...Show All
Visual Studio Express Editions DB Update Problem??
Hello everyone I am somewhat new to VB, but not to programming in general. When I am testing out code I have that updates local DB tables, everything appears to work well. I close the app and reload and looks like changes are still there. I then close VB Express and reopen and changes still appear to be there. But the moment I try to view data in the table directly, I cannot see the values I would expect. Afterwards, the values appear to be gone when running the application as well. It's like any time I touch the DB in design, all changes I thought were made to the tables are completely gone! Is t ...Show All
