| Thread | Last Post | Replies |
|
| datatype conversion from oledb to c++ | 19 Jul 2006 13:35 GMT | 1 |
I'm trying to use ATL support in a vc++ win32 project to retrieve rows of data from a sql server database: Northwind. I would like to create 3 arrays to store the ProductName, QuantityPerUnit, and UnitPrice so that I can use them later in with the MatLab engine.
|
| assembly merging | 19 Jul 2006 13:02 GMT | 1 |
today I read an article about the tool smartassembly. with that tool you are able to merge assemblies. do you know the theory how to merge assemblies? thx
|
| tools... | 19 Jul 2006 12:47 GMT | 2 |
are there any good tools that can show us the loading time of an application, etc?? in case when we use jit or ngen.exe??
 Signature Regards
|
| how to get instance id of runtime objects in .NET? | 19 Jul 2006 09:40 GMT | 3 |
I was wondering if it is possible to obtain instance id of any random instantiated object during execution of a C# program. I am guessing that System.Runtime namespace might be used for this, but I have no clue as to the specifics. I cannot just insert the id field into the
|
| SerialPort component problem while ReadLine() | 19 Jul 2006 09:33 GMT | 2 |
i am trying to use this SerialPort component of .NET 2.0 framework in a very simple windows application and i am getting following exceptions: A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in System.dll
|
| How to create MSBuild File | 19 Jul 2006 07:45 GMT | 5 |
I'm creating web site project in VS2005. I need to create MSbuild file for the ASP.net projects. How can i create? Thanks
|
| econo jit | 19 Jul 2006 02:35 GMT | 1 |
there are three types of jit?? can anyone elaborate on that?? what is econo jit? is there an option of compiling our code using econo jit?? is it available now?? how can we use it ??
|
| Prob: New Programs Use Older Framework | 18 Jul 2006 21:09 GMT | 1 |
I'm developing in VB.NET on Windows 2000 Professional. I have two versions of.Net Framework installed: 1.03.3705 and 1.1 The software I create, when it is installed onto a target machine, it wants to run the older version of the framework, not the newer version. It also
|
| type safe... | 18 Jul 2006 20:23 GMT | 1 |
what exactly is code being type safe?? the documentation says... ------------------------------ As part of compiling MSIL to native code, code must pass a verification
|
| Bug in C# compiler | 18 Jul 2006 18:26 GMT | 12 |
I think there is a bug in VS 2003 as well as VS 2005 C# compiler. Let me explain: I have created 3 projects in my solution: ClassLibrary1, ClassLibrary2 and ClassLibrary3.
|
| Framework version question | 18 Jul 2006 16:12 GMT | 1 |
Apollogies if this is in the wrong group I am looking for a way to compile an assembly in VS2005 under framework 2 and then force it to run under framework 1.1 - is this possible? I have created a simple console application which returns me the framework
|
| Installing .net with sql server 2005 | 18 Jul 2006 15:21 GMT | 1 |
I am very poor in installation.. I was trying to install dotnet framework (the latest edition) in to my computer. In order to study , I have two computers at my home. One windowsXP(
|
| .Net 2.0 - WebBrowser control embedded in IE causes problems | 18 Jul 2006 14:27 GMT | 1 |
I am trying to work with .Net 2005 WebBrowser object, and put it on a "Windows control library" (embedded in a user control class) and then I am executing it from an ASP.Net webform(with IE6) with the following object
|
| regsvcs no longer works in .NET 2: "You must have administrative credentials to perform this task" | 18 Jul 2006 11:43 GMT | 1 |
I have written an application in .NET 2 (I also have .NET 1 installed). Until a few days ago, I could use regsvcs without any problem in order to installed my serviced assemblies in COM+. All of a sudden, when I tried it today, I got "You must have administrative credentials to ...
|
| call exported dll method in signed assembly from win32 app | 18 Jul 2006 08:00 GMT | 1 |
i have a old win32 application (SiCtrl.exe written in Delphi) and a .net 2.0 dll Win Control Library (B.dll) implementing some WinForms dialogs. the requirement is that SICtrl.exe can show a Form from B.dll.
|