| Thread | Last Post | Replies |
|
| Using VB.Net objects in .ASP pages | 03 May 2004 21:26 GMT | 1 |
I have standalone VB.NET, that is, not the whole VS.NET environment, just VB.NET. So I can develop VB.NET objects but not ASP.NET (aspx) pages. Therefore I want to write a Business layer in VB.NET and call it's objects, methods, etc. from ASP pages. Is this possible?
|
| setup for .net | 03 May 2004 21:23 GMT | 1 |
Apart from using .NET Setup Project, which is the right product to develop an "Install shield" for the .NET application? We have tried using "Install Shield for Microsoft Visual C++ 6", which has limitation (possibly could be because of an evaluation copy or product
|
| Using the Desktop Engine | 03 May 2004 21:21 GMT | 3 |
I'm attempting to use MS Access with .NET but am not having much luck, so I've decided maybe I should just use the SQL Server Desktop Engine. Is there any way to import my tables from Access into the Desktop Engine?
|
| Threads, VB.NET and VB 6 | 03 May 2004 21:16 GMT | 1 |
Can I create a console en VB.NET and execute multithreading calls to a COM+ componente developed in VB 6? ------------------------------------------------------- Saludos,
|
| Access Novell Drive from Windows Service | 03 May 2004 18:40 GMT | 2 |
I am writing a Windows Services using VB.net to access files on a Novell drive. How do I connect to the Novell drive from Windows services? I am using WinXP(Pro), Novell Client for Windows ver 4.83 SP 1. Thank you in advance! Dave
|
| Framework 1.0 vs Framework 1.1 | 03 May 2004 17:58 GMT | 3 |
H I have some doubt regarding compatiability between framework 1.0 and 1. Can I use a component devoloped using Framework 1.1 in an application which is using Framework 1.0 for its devolopmen Could you please answer m
|
| Generic Principal and Setting Identity | 03 May 2004 16:37 GMT | 2 |
For a WinForms application, I authenticate users against a database and then build a customized class (subclassed from IPrincipal) with roles. I authenticate against a database instead of using the inherent WindowsIdentity because different users sometimes share a
|
| mscorwks.dll causing error report | 03 May 2004 16:14 GMT | 3 |
Hello group, I'm developping an application VS .Net 2003. My solution consists of many C# projects, a few VB.Net projects and a C++ project. The application runs correctly until a point where an "unrecoverable error
|
| Differences in Framework 1.0 & 1.1 | 03 May 2004 15:03 GMT | 1 |
Is anyone aware of differences in Framework 1.0 and 1.1 in the XmlValidatingReader class Specifically in the way the Validation Event fires I'm trying to validate an xml document in several parts so I broke my schemas apart. The first schema defines three high level nodes and the ...
|
| ScrollBar | 03 May 2004 10:09 GMT | 1 |
I have a problem with using ScrollBar.In my form there is a DataGrid which has a ScrollBar. When I add a new row to my DataSet , this ScrollBar goes to end .Now with a button clicking, I add another row to my DataSet , at this time I
|
| C# or MFC? | 03 May 2004 09:18 GMT | 9 |
Hi, there I am building a case that will decide if our new project will be using MFC or C#. MFC is a mature technology, and is used extensively in most of the major applications. C# is new, and I am not sure if it has all the features that MFC supports. I was wondering if you ...
|
| [OT] task manager | 03 May 2004 07:57 GMT | 2 |
how to know the file execute in the task manager I just have the exename bit I hvae no idea which of my 2345677 directory it's in ? and what if I have the same exe in 2 directory ?
|
| How handle exit event in a console application. | 03 May 2004 04:06 GMT | 1 |
I have an console application, in the main when all my initializations are done I wait for a user input to terminate the application. Since the application is a console the user and click on the X to close the console, when this occurs I have not able to gracefully shutdown my ...
|
| COM object with CLSID {846298BC-047E-48D2-86CF-CDACAB0C9C24} is either not valid or not registered. | 03 May 2004 02:50 GMT | 1 |
ex {System.Runtime.InteropServices.COMException} System.Exception COM object with CLSID {846298BC-047E-48D2-86CF-CDACAB0C9C24} is either not valid or not registered. Ok Im having a strange problem with this COM Dll. I have it working fine on
|
| Architecture for WinForms and WebForms | 02 May 2004 21:55 GMT | 3 |
i am working on an architecture which should support different views (WebForms and WinForms) in the presentation tier/layer I am searching for some information regarding this architectural problem Thanks in advance!!!
|