Richard Hardy's Q&A profile
SQL Server The data extension returned an error during reading the field.
Can anyone tell me what the heck this is trying to tell me. I have 3 datasets I'm working with so there are errors for each here: [rsMissingFieldInDataSet] The data set ‘Revenue_By_Client’ contains a definition for the Field ‘Branch’. This field is missing from the returned result set from the data source. [rsErrorReadingDataSetField] The data set ‘Revenue_By_Client’ contains a definition for the Field ‘Branch’. The data extension returne ...Show All
.NET Development Can MS release SSCLI under a BSD License ?
Why don't you folks release SSCLI under a BSD license Making it available on FreeBSD under anything but a BSD license is a sure way to make the code rot into oblivion. Besides, by now the commercial .NET version should be so much ahead of the SSCLI that releasing the SSCLI with a BSD license shouldn't be that much of a threat to MS. Release SSCLI under a BSDL and the BSD types may also jump on the .NET bandwagon in addition to the Mono/Lin ...Show All
Visual Basic Richtextbox question
i have textbox1 and richtextbox1 and button1, i put text in textbox1, press button1 and then i want it to add the text thats in textbox1 to the richtextbox, but i want it to add to the next free line so say if i had some text on the first line of the richtextbox1, i would want the next line of writing to start on the 2nd line and so forth and so on Any replies would be appreciated Hi, If (RichTextBox1.Text = "" ) Then RichText ...Show All
Visual C# Logging In a page
Hi please explain me how i can log in a form outside of my website trough asp.net for example i want to sign in to yahoo trough my page NOT yahoo mail home page For ASP.NET related questions its best to ask it on the forums at [ www.asp.net ]. Ideally you would use the WebClient or the WebRequest / WebResponse classes to invoke another site and pass the necessary parameters. You will have to study the Yahoo Login page to lead what kind of ...Show All
Windows Forms Creating A Duplicate Check
I am new to Visual Studio.Net... I have created a windows form application... I need to create a duplicate check so when a user inputs data that is already in the database it lets them know that the value is already in the database.. ...Show All
Visual Studio connection to MSDN library directly(e.g., using F1)
How can I use the MSDN library to get a help within the code of the C# project. (e.g., using F1 key). when I am using F1 key over a word like bool I get the message : "Information not found " instead of getting the discription of bool keyword I am installing the MSDN libraray 2005 , but I can't get a connection to it from the project code directly. I must open it in a separate window and search it. I am installing ...Show All
.NET Development System.DirectoryServices, SearchResultCollection and Item property
Hi all I am trying to get the nth object out of a SearchResultCollection. Accoring to MSDN the property used to to do this is Item. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdirectoryservicessearchresultcollectionmemberstopic.asp However, when I try and execute the following C# code I get this error message, even though there are objects in the collection SearchResult user = ownerResu ...Show All
Visual C++ cannot find file "msvcr80.dll
When I run Norton it says it cannot find mscr80.dll and cannnot fix it. Tells me to reinstall it. so how do I do this In all missing 11 files that say I need "mscr80.dll. Than You Debbie Debbie M wrote: When I run Norton it says it cannot find mscr80.dll and cannnot fix it. Tells me to reinstall it. so how do I do this In all missing 11 files that say I need "mscr80.dll. Than You Debbie Whicn Norton product are you ...Show All
Visual C++ How do use conventional C++ Code with Visual C++
Goodday I cannot seem to create any programs with Visual C++ I am not getting anywhere the only program that works is Hello World: #include <iostream> using namespace std; int main() { cout<< "Hello World\n"; return 0; } Not even the test win32 application want to run and i did everything like you explained Please Help Peder Really Because for other hundreds of thousand of programme ...Show All
Windows Forms Circular Reference Issue
Hi, I have a situation where I have 1 solution and multiple projects underneath so that I can maintain seperate dll's for different reasons. I have an MDI Parent form in one project and in another are all the forms that I want to instantiate&nb ...Show All
Visual Studio Team System Unable to connect to sharepoint site
After successfull installation of TFS, when trying to create a new team project, first few steps completes, but then it says "unable to connect to sharepoint site" and stops. In the server, Default Website is on port 80 : Displays sharepoint "Home" Sharepoint admin is on port: 26442 : Displays "Sharepoint Central Admin" TFS is on port 8080: Displays "Access Forbidden"!! when directly browsed from http:\\servername:8080 The team ex ...Show All
Windows Forms Unspecifed Error When adding a new VB.NET form
I receive an "Unspecified Error" When I add a new form to a project. I can add a code file, or any other type of file. I just get the error when adding a UI item. Has anyone else seen this Any Ideas Brandon ...Show All
Visual C# IVsaSite vs ICodeCompiler
I have an application that makes extensive use of IVsaSite, specifically it generates VB code, and adds a number of "Global" objects such as an execution context, value evaluators,..... Now that I have upgraded to .NET 2.0 all IVsaSite references are considered to be obsolete and will not be supported in the future. The warning message suggests using ICodeCompiler instead, however I can find no way of allow access to named global ...Show All
SQL Server (SSAS 2K5) MDX and Translations : how does it work ?
Hi, When you run a MDX query against an SSAS 2K5 cube that has been created with translations, which of the languages can be used for dimension names, measures, attributes etc... Is it possible to use a language which is not the default language and how thx&rgds, Francois Translations do NOT affect the names of objects (dimensions, measures, etc.), just their captions. MDX queries use object names so the ...Show All
Visual Basic accidentally uninstalled Framework 1.1 first "valid ordering"
I get the error when I try to uninstall VS.Net 2003. Setup is unable to determine a valid ordering for installation. See the error log for further details. I have the disks and tried reinstalling/ repairing it and that did not work. And I cannot get to the error log as it says. I only used VS.net for school and would like to uninstall it from my computer. Does anyone know what to do after you tried to uninstall it out of order, and remov ...Show All
