all groups > visual studio .net general > october 2003 > threads for thursday october 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
STRONG NAMES AND COM WRAPPERS
Posted by LUIS FAJARDO at 10/9/2003 3:43:58 PM
I'm creating a new C# class library project. This project
is using a reference to a COM object. After adding the
reference to the COM object, Visual Studio.NET adds
automatically a wrapper to the COM object
(Interop.AnyName.dll).
I want to add an strong name to my C# class and then add ... more >>
Remote Components Setup problem
Posted by gicio NO[at]SPAM web.de at 10/9/2003 2:15:07 PM
Hi!
I will install "Remote Components" on my server to get SQl debbuging
working.
when I click on the "Install Full" button (To install full remote debugging
on all operating systems)
I get this message box:
Incorrect command line parameters.
Windows Installer. V2.00.3790.0 .....
w... more >>
VS 6 and VS.NET 2003 compatability - can't build VS6 project
Posted by Andy Gallacher at 10/9/2003 11:43:21 AM
Hi,
I'm trying to compile a project that was made with VS 6.
Unfortunately there is a .lib file that the project
depends upon that appears to have been VS6 specific (found
at C:\Program Files\Microsoft Visual Studio\VC98\Lib\
libci.lib) and is no longer included with VS.NET. The
directo... more >>
Values inside a DataGrid
Posted by Derek at 10/9/2003 5:53:15 AM
Another DGrid question...
I can not access the values of a cell in a datagrid unless
I make them visible. I do not want these fields
displayed. I only want to use the values to run a stored
procedure off of. I access them right now using the
item.cell().control method.
Here's the ... more >>
CFM Includes
Posted by derek at 10/9/2003 5:35:44 AM
We currently develop both asp.net and cold fusion mx web
applications. Does anyone know if there is any way to
include/call cfm pages inside a .net web app?
Just trying to avoid having to rebuild an app in .net if
we do not have to. Any advice/instruction would be
greatly appreciated.... more >>
Help system and WinForms
Posted by KishorK at 10/9/2003 3:40:33 AM
We are developing a WinForm project.
We need to integrate help system with this project. The
second part is that the execution of this help system
should look like the help system of WinXP.
1. How to write help projects in VS.NET 2003?
2. The execution of this help would look like that ... more >>
VB ADO connection to SQL Server using WinNT authentication
Posted by Robert at 10/9/2003 12:03:18 AM
Hello!
Can someone please give me an example of a VB connection
object connection string to sql server using WinNT
authentication?
Thanks.... more >>
|