| Thread | Last Post | Replies |
|
| Help! Error: Type 'DirectoryEnty' is not defined. | 09 Dec 2004 09:11 GMT | 4 |
I'm new to .Net and would like to start using .aspx pages to work w/ Active Directory instead of classic asp. I get this error when trying to run my page: Type 'DirectoryEnty' is not defined.
|
| Return Value from a Stored Procedure using DAAB | 09 Dec 2004 09:10 GMT | 5 |
I'm using a Microsoft Data Access Application Block to run a stored procedure in Oracle that returns a value, and am confused. Most of the overloaded methods of ExecuteNonQuery specifically say they can't deal with Output or Return values.
|
| Stock Inventory Component/Controls | 09 Dec 2004 06:57 GMT | 2 |
I have been asked to build a Stock Management System in VB.NET windows forms and was wondering if anyone has seen a 3rd party module. Not the whole software, just modules. It must
|
| COM+ application is in an unstable state | 09 Dec 2004 03:00 GMT | 1 |
We developed a component that uses enterprise services. the component seems to run fine. we don't see any memory leaks. it seems that after running for a period of time (several hours), and after several thousands of calls (maybe even tens of thousands of calls) the
|
| Framework 1.0 and 1.1 | 09 Dec 2004 02:41 GMT | 1 |
May I know differences between framework 1.0 and framework 1.1, please? Any reference webiste which I could refer, please?
|
| CompoundFile support in .NET framework 2.0 | 09 Dec 2004 02:34 GMT | 1 |
The following links talk about .NET Compound Files in the .NET Framework System.IO.CompoundFile namespace: http://msdn.microsoft.com/longhorn/?pull=/library/en-us/dnlong/html/avalon-edocs .asp#edocs_topic7 http://www.winfx247.com/247reference/namespaces.aspx
|
| Excel Conversion | 08 Dec 2004 22:15 GMT | 1 |
I currently have a prototype application that uses Excel spreadsheets that are used as data entry forms to load a MS Access database. I would like to know how to perform the following: 1. Create a process that would save the Excel spreadsheet data in a XML format that would then ...
|
| In VB 'PInvoke cannot return varients' message wrapping C++ librar | 08 Dec 2004 21:01 GMT | 1 |
I am trying to wrap an unmanaged DLL. The function I am currently trying to wrap is defined as this: KPDCStatus KPDCAllocCameraIterator( KPDCLibMgrRef inManagerRef, KPDCCameraIterRef *outRef);
|
| Referencing Web Service thru' Dynamic Url in BizTalk Orchestration | 08 Dec 2004 20:49 GMT | 4 |
I have an application that uses BizTalk 2004 orchestration that consumes a web service. I set the web service reference to Dynamic Url because I want different environments where the app will be deployed to point to different urls.
|
| Executing VS.NET ERROR: Ms development environment has not been installed for the current user | 08 Dec 2004 20:37 GMT | 10 |
Can get VS.Net to execute properly. I'm not the only one having this prob. The registry deletions don't work for me. Any users of MVPs have a solution for this?
|
| microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb | 08 Dec 2004 19:08 GMT | 1 |
I have created an application that searches to see if a process is running and if it is it maximizes it's window. i.e. For Each AProcess In AProcesses
|
| VS Can't find VB.Net compiler after installing new .Net Framework | 08 Dec 2004 15:28 GMT | 1 |
I installed the new .Net Framwork and (removed the old (which came with VS Enterprise 2002)) and now When I try load projects VS tells me .. "Cannot find DotNet Framework Directory: System Error &H80131700&" ?????????
|
| Type is not defined: 'SQLDataSetCommand' | 08 Dec 2004 13:57 GMT | 1 |
<%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SQL" %> Sub SubmitBtn_Click(Sender As Object, E As EventArgs) Dim DS As DataSet
|
| Accessing Oracle Ref cursor with Ole DB provider for Oracle | 08 Dec 2004 12:45 GMT | 4 |
I'd like to know, if it is possible, how I could access a ref cursor, returned by an Oracle stored procedure, in my VB.net application using the OledbCommand component. My problem is that the type "OracleType.Cursor" isn't available for the
|
| RollBack | 08 Dec 2004 11:50 GMT | 1 |
What is the best RollBack stratergy when you have the following scenario? 1. Task A executes first. 2. Task B depend on Task A completing successfully. 3. Task C also depend on Task A completing successfully.
|