| Thread | Last Post | Replies |
|
| How Microsoft does it? | 30 Aug 2006 14:14 GMT | 1 |
I am creating a Image Library and want to know what can the best and standard procedure to do this. Concept is to have all the images needed by all projects (dlls and exes) in the product at a central place (in a single DLL) making it
|
| how to develop a C# application targetting .net1.1 version | 30 Aug 2006 05:49 GMT | 1 |
How to develop a C# Windows application targetting .NET1.1 using VS.NET 2005, I have tried to develop a C# app but it does not run in the systems which do not .NET 2.0 version. Thanks & Regards,
|
| what version of .net framework to install | 30 Aug 2006 03:17 GMT | 3 |
I was attempting to install an application, but apparently, it needs the .net framework version 2. I currently have version 1.1 installed. When going to the download page for the redistributable framework package, I see three versions that are available: x86, x64, and IA64. I ...
|
| In-Memory Assemblies: Stuck in Generating AppDomain? | 30 Aug 2006 02:05 GMT | 4 |
I want to use CompileAssemblyFromSource to create an assembly on the fly, then I want to run it in a separate AppDomain. The separate AppDomain will have tight security permissions. Is there any way to compile an assembly in Domain A, then execute it in
|
| Deploying native Windows DLL used by .NET applications | 29 Aug 2006 23:29 GMT | 3 |
We have a native Windows DLL (let's call it native.dll) we developed a .NET interface for (let's say managed.dll). When a .NET application now uses the .NET interface to talk to the Windows DLL we always thought that managed.dll must be copied to the application directory (where ...
|
| Keeps getting exception in dotfuscator output | 29 Aug 2006 22:09 GMT | 2 |
I get exception when I try to run my c# windowsapplication after its exe-file has been built with dotfuscator community edition. I can only use the "rename" feature. But from what I have understood thats the only thing available for this version.
|
| convert VB6 function to VB.NET | 29 Aug 2006 16:58 GMT | 3 |
Please, can someone help me to translate this single function to VB.NET ? ' DECLARATIONS Private Const BMP_MAGIC_COOKIE As Short = 19778 Private Structure BITMAPFILEHEADER '14 bytes
|
| WIndow Services Secondary Log on | 29 Aug 2006 06:35 GMT | 1 |
Hi Gurus, My company just gave us a very weird requirement, they are asking two layers of protection. First layer, the normal windows log on and once users log in, for certain programs like microsoft word, outlook or
|
| FTP rename fails with unix servers dotnet 2.0 | 29 Aug 2006 03:42 GMT | 1 |
I'm writing an app to upload/download via FTP using VS2005. I am using the FTP Client Library for .NET 2.0 by Howard Richards: http://www.codeproject.com/vb/net/FtpClient.asp Upload download works. but when trying to rename a file with GetResponse it
|
| MSIL Inquiry involving boxing | 29 Aug 2006 03:30 GMT | 3 |
I'm following a tutorial and they translate this C#: object[] a = {1, "Hello", 123}; to this IL: .entrypoint
|
| Removing the " Web Form Designer Generated Code " region after converting from ASP.NET 1.1 to ASP.NET 2.0 | 29 Aug 2006 01:28 GMT | 6 |
I recently converted some ASP.NET 1.1 projects of mine, created with Visual Studio .NET 2003, to Web Application Projects in Visual Studio .NET 2005 so that I could use ASP.NET 2.0 (All my ASP.NET is done using VB.NET). After converting, everything was fine, and worked and ...
|
| Array.Copy and Cloning an array don't seem to work differently | 29 Aug 2006 00:13 GMT | 1 |
I would like to have an array of objects (whose class I define) and then just invoke either: MyClass [] clonedArray = (MyClass[]) myArray.Clone(); OR
|
| Virtual desktop makes .NET modal dialog panels disappear | 28 Aug 2006 23:08 GMT | 2 |
At work we are using a virtual desktop manager called AltDesk (http://www.astonshell.com/), and it is causing a weird and extremely annoying problem with the VB.NET application I am developing. If I start my app, open a test form using ShowDialog() (this is a
|
| Credientials to an HTTP POST request. | 28 Aug 2006 22:26 GMT | 11 |
I am trying to post an HTTP request to a site that requires a user name and password. I am trying the following: objRequest = DirectCast(System.Net.HttpWebRequest.Create(urlString),
|
| Known positioning-bug in Web Express? | 28 Aug 2006 21:16 GMT | 1 |
I am new in this group greets to all! I can't set up the positions of elements with my Webdeveloper Express Edition in Design-Mode. Is the bug me or the program? ;) Greets,
|