LotusExigeS1's Q&A profile
Internet Explorer Development forms
hi i need some help with one thing that i dont get yet :/ but how do i make so when u fill in a form that it will get emailed to me Do you mean a form on a web page If so such web/ASP.NET related questions are best handled over on the ASP.NET forums . To get you started though, you should take a look at this article on sending email from an ASP.NET page . ...Show All
Visual C# Modifying an exception by ref?
I'd appreciate opinions on how to handle this. I created a generic Retry function that implements some logic for retrying an operation until it is successful or a user cancels operation. One essential part of this Retry functionality is allowing the caller to specify a delegate that handles an exception and returns a bool indicating whether retrying should continue or not. This allows the delegate to implement specialized operations like checking exception handling policies, or prompting the user with a message box telling them to reestablish network connectivity and then retry, or if they choose cancel then the exception handler can return false to signal the retry function to give up. In the case that the exception handler indicates fals ...Show All
Windows Search Technologies Windows Search Deskbar is missing - please help.
Hi I have version 02.06.50 of WDS and the Windows Search Deskbar. But the deskbar is not appearing on my deskbar. This is very strange as it is in the list under the General tab of the options. Also I unistalled WDS, tried MSN search which installed a deskbar and horay it's brilliant - love the shortcuts. However I need to use it with Solidworks 2007 which only supports WDS 2.6.5 (not MSN). So I unistalled MSN again and reinstalled WDS thinking it must be a setting, but no, still no deskbar. Very strange. I must admit, WDS was originally loaded as part of the Solidworks 2007 install (which is how I found out about WDS) so maybe that has done something to block the search deskbar Do you know if there is a setting in the registry to hide/sh ...Show All
Visual C# 2005 Standard Edition compatible with C# Express Projects??
I had C# Express Edition installed and thus have a bunch of projects that I did for school and work. I now have C# 2005 Standard Edition installed. When I try to run a project done in C# Express I get an error. Is this a known issue Thanks! David C# 2005 Standard Edition There is no such thing... do you mean Visual C# Standard Edition Or maybe Visual Studio 2005 Standard Edition The project files created by one version of Visual Studio 2005 (from Express on up to Team Suite) is exactly the same and can be ready equally by all. My guess is that you are trying to load a project from a later version of Visual Studio in an older IDE, something that doesn't work due to the project file format change. ...Show All
Visual Studio Team System Creating a new build type..
Hello, I have set a workspace on a local machine and I'm able to build any .sln without issue, when I attempt to create a build type I run into the following issue; Under the 'From which workspace would you like to select solutions to build ' section - I have two options 1). 'All solutions under team project' or 2). 'xxx' (local workspace) - when I attempt to select my local workspace the following error appears 'TF472027...... please verify the workspace mapping is correct and it contains one or more solution files.' The workspace exists and contains all solutions in the Team Project, it's mapped to a local directory. Has anyone run into a similar issue Thank you. The syntax in my 'Works ...Show All
.NET Development inter-process communication in .NET - weird problem
Hi All, I'm using the approach outlined in http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconremotingexampledynamicpublication.asp , but with my own client and my own server. Everything works great for a while. My client .NET application can communicate just fine with the exposed proxy object. Then after six or seven minutes I get the following exception: Source: System.Runtime.Remoting Requested Service not found System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at MorganStanley.OmegaSuite.BusinessComponents.Base.RemoteCommunicator.InvokeRemoteAction(Object[] args) at MorganStanley.OmegaSuite.BusinessComponents.Base.DotNetServerLauncher.Invok ...Show All
Visual Studio Team System Only Team Sytem cube is visible
On my prodcuction server, I can only select the "Team System" cube when creating reports, while on my test server all other cubes (Code Churn, Build, etc) are also visible. Some of the default reports (Bug Rates) are returning an error: "Query execution failed for data set 'PriorityParam'. (rsErrorExecutingCommand)" Others like "Bugs By Priority" are working fine. Any ideas Thanks. If you are using SetupWarehouse.exe to rebuild the OLAP cube and/or the relational warehouse, then you do not need to stop AS. ...Show All
Smart Device Development Help! Is there any way to Communicate/ transfer data From Desktop Application (Winforms) and Mobile Apps (NET CF)
Hello, Is there any way to communicate/ transfer data from Desktop Application written using .NET and Pocket PC Application written using NET CF . Any help would be appreciated. Thanks Karthik There are many ways you can achieve this: a. Use RAPI b. Use web-services. Write web-service on the desktop which exposes the data that need to be transfered. On the device, use that web-service. Manav ...Show All
Audio and Video Development Maintaining State - script vs markup
I've got a new guy I'm training on HDi and he's asking the same questions I did when I first start coding in HDi. And I realize I never get definitive answers on the best way to maintain state. For example, it seems like you should be able to maintain the state of several buttons and menu operations in markup using state:value(). But I have never been able to get this work and the only solutions I've seen in markup (in production HDDVDs and samples) involve using dummy elements to hold a "value" for the state of the menu. Even Peter's example use this design pattern (see blog), and he prefaces his example with the same perception that my team does: this seems hokey/messy. Note this conversation between the two of us: ---------- ...Show All
SQL Server SQL 2005 v9.0.2047 (SP1) - The query processor could not produce a query plan
Hi Everyone: *Before* I actually call up Microsoft SQL Customer Support Services and ask them, I wanted to ping other people to see if you have ever ran into this exact error "Internal Query Processor Error: The query processor could not produce a query plan. For more information, contact Customer Support Services." I would have searched the forums myself, but at this moment in time, search is broken :( If anyone has run into this error before, what conditions would exist that this could happen That is, if I can sniff this out with suggestions from the community, I would be happy to do so. It is an oddity because if I alter a couple subqueries in the where clause [ i.e., where tab.Col = (select val from tab2 wh ...Show All
Visual Basic Adding Windows Form Controls to ASPX
Group, would it be posible to add a windows form control into an aspx page if so, how would i be able to do that. Thanks in advance. Ros This forum is for asking questions regarding VB .NET for asp questions please see the following forum: http://forums.asp.net/ ...Show All
Visual Studio VSS object model
We waited many years for an upgrade from VSS 6.0 and with everything going to the .NET Framework it was expected that VSS would too. I'm disappointed to find out that it is still COM based. I dislike using interops. Will someone from the VSS team tell me if VSS 9.0 (or whatever the next version will be) will go to a .NET object model and when can we expect that Thanks! Currently there are no plans to rewrite VSS on managed code. ...Show All
Visual Studio How to? : (ReportViewer + asp.net + .rdlc + print button)
I s there a way to add a Print button to the ReportViewer control in an .aspx page when using .rdlc file Would the Print button displayed and enabled if I use remote reports(.rdl) instead of local ones(.rdlc) Response is very much appreciated. Thanks, S Yes, here is is: http://msdn2.microsoft.com/en-us/library/ms252091(VS.80).aspx Or, just google "print from reportviewer control" ...Show All
Software Development for Windows Vista Blue Screen of Death
I recently purchased a copy of Windows Vista Business addition. I currently own a copy of Windows XP home edition which is installed. I want to have dual booting operating systems, I have a 120GB SATA 7200 RPM hard drive and a 200GB IDE Maxtor 7200 RPM. XP is installed on the SATA and i want to put Vista on the empty 200GB hard drive. I insert the disk and reboot my computer. When it boots off the CD i enter my key and all that. Then it asks if i want to upgrade or fresh install. I choose fresh install. I click the empty 200GB hard drive and it copys the files finishes everything then reboots. When Vista tries to load up i get a blue screen of death and a system crash error, it will reboot its self and try to load it ag ...Show All
Visual Studio 2008 (Pre-release) Setting the source of an Image control from the code behind file
Hi! I am trying to set the Source property of an Image control in the C# code behind file. (Pretty simple operation you would think... :). Below is a simplified example that reproduces the problem... I have the following XAML: <Window x:Class="imagesourcecheck.Window1" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="imagesourcecheck" Height="300" Width="300" > <Grid> <Image x:Name="sImage12" Width="30" Height="20" Source="{x:Null}" /> </Grid> </Window> and the following C#: namespace imagesourcecheck { public partial class Window1 : System.Windows.Window { public Window1() { Init ...Show All
