Wasting Body's Q&A profile
Visual Basic Enumeration of My.Resources
Hi! I am looking for a way to enumerate resources programmatically. I have found a way in the .NET 1.1-style (which I present here), but I would like to make use of the functionality of .NET 2.0. Example: A resource "ErrorsRes" contains a couple of string. I'd like to create a textbox, which enumeates the name and values of the elements in "ErrorsRes". In the philosophy of .NET 1.1, the following is a working example: Dim my ...Show All
Visual Studio 2008 (Pre-release) Intermediary Router
Using the sample, the HTTP binding (echoservice) works fine, but the call to the calculator service times out. Could it be a firewall issue I've checked this and I see no dropped packets. Also, the router is not picking up the call. Any ideas I am running windows xp sp2. Thanks, -Mathew Nolton Are you tracing the router/server to verify that the message isn't getting there Thanks, Scott ...Show All
SQL Server Data Sources and Connection Managers
Greetings my SSIS friends This is probably a silly question but what exactly is the purpose of creating Data Sources when it is possible to set up individual connection managers Thanks for your help in advance. If you want to reuse connection managers across different packages, you can create data sources and choose new or existing data connections. ...Show All
SQL Server Possible to Limit the Export Formats
Is it possible to limit the export formats from the Report Viewer control Specifically the options that appear in the dropdown box. I'm using it in an ASP.NET environment (RTM) and remote mode of the ReportViewer control. In remote mode, we can edit the rsreportserver.config file on the Report Server to limit ...Show All
Visual C# compile from your app
Hi I have an app .. with a richbox in it.. the user puts some code in c# there I was wondering .. can i complie that Sure, you can use the CodeDom to dynamically compile code at runtime. Here's an example: http://www.csharpfriends.com/Articles/getArticle.aspx articleID=118 ...Show All
SQL Server Package Configuration in Dev enviornment
Am I missing something, I can't find any way to specific the XML configuration file when I try and run my package in Debug of BIDS. My OLE DB connections are all failing due to a lack of a password. I can set the password in BIDS but its forgotten as soon as I start Debug or build the solution. The only way I seem to be able to run my package (now that I have enabled configurations) is to de-select the enable configurations box. I've trie ...Show All
Visual Studio Team System Why do we need to return a ProblemCollection and Add the problem to the Problem
Hi all, I am wondering why a problems collection needs to be returned, from the Check methods as you also already Add the problem to the Problems collection of the base class public override ProblemCollection Check( TypeNode type) { // Analysis if (!succes) { Problems.Add( new Problem (GetResolution( RuleUtilities .Format(type)))); } return Problems; } Hi Paul, The various chec ...Show All
Visual Studio Visual SourceSafe 2005 IDE Integration Problem with Visual Studio 2005
Hi I have Visual Studio Professional 2005 installed and I just recently installed SourceSafe 2005 and It won't integrate with the Visual Studio IDE. The SourceSafe menu doesn't appear in the File menu of the Visual Studio and I cant import projects from SourceSafe, what can I do Thanks > What do you do in the case where Tools->Options->Source Control->Plug-In Selection contains nothing but "N ...Show All
Visual FoxPro error 0x80020003 - member not found
I get this error in StartMode = 4 when I click on my exec file icon. It comes from an OLE. It is the only thing I know. There are perhaps two dozen of them in the form. I would have hard time finding out. Interactively (startMode = 0) I do not get it at all. It is my only remaining problem as far as the error messages coming from the main form are concerned. All others have been happily debugged. I would like to read more on this error. Fo ...Show All
Windows Forms Double Click between Datagrid Columns to Expand Column
How does the datagrid know to expand the width of the column to the length of the content (text) in the column. I would like to programmatically mimic this behavior. My app allows the user to select the column that they would like&n ...Show All
Visual C# Database Question
Ok. I have a couple of questions about a database. Lets say I create a program, and add a database to it. Ok, then I send the program to a person in New York, will I be able to update that database from here where I am This question is a little broad to answer correctly in it's current form. Without going into too many specifics, it is possible for you to access and update a database on a remote connection from anywhere in the world. You ...Show All
Visual C++ Microsoft.VC80.MFCLOC errors
I get the following SidebySIde error upon start up of my app: Event Type: Error Event Source: SideBySide Event Category: None Event ID: 59 Date: 11/23/2005 Time: 1:44:24 PM User: N/A Computer: VMXP Description: Resolve Partial Assembly failed for Microsoft.VC80.MFCLOC. Reference error message: The referenced assembly is not installed on your system. How do I fix this error Please help. Note, the app runs, but there are a tota ...Show All
Windows Forms NumericUpDown doesn't call OnBackColorChanged or OnForeColorChanged
For some unknown reason, NumericUpDown does not raise OnBackColorChanged or OnForeColorChanged events ...Show All
Visual Studio Express Editions convert VS.NET 2003 solution class library
I have a class library project in VB.NET which is currently a VS.NET 2003 solution. Will I be able to convert this to 2.0 via VB Express Can I just open the solution and it will convert it for me Or does it depend somewhat on how complication the solution is Hi Someone, You should be able to open the solution in VB Express without any problems - any conversion will be done automatically, and a new copy of th ...Show All
SQL Server Full Text Search in RB
Dear Anyone, If full text search possible in RB If so, how do we do this Thanks, Joseph Hi Bob, I am using "contain" operator but when seach box is empty i would like to return "All" rows instead of no rows. Is there a wildcard I can use How would you tackle this issue Please respons asap. I am stuck from few days. Here is code I am using to seach, FIND(Lastname, Parameter":"Search) <> 0 Thank y ...Show All
