| Thread | Last Post | Replies |
|
| Compile c# to jvm? | 17 Mar 2006 15:00 GMT | 2 |
I seem to remember reading about a plug in for vs.net that would allow you to compile c# to run on the JVM. Does anyone know anything about this? Where can I get it?
|
| Tool for checking the ID code | 17 Mar 2006 13:25 GMT | 1 |
I want to check in the IL code of my assemblies how many box and unbox instructions are, ILDASM does not allow me to make searches. What tool can I use that allow me to search word in the IL code? Thks
|
| Hiding a dialog without closing it | 17 Mar 2006 12:58 GMT | 10 |
I am desperate searching for an answer to this problem. I have shown a dialog (using ShowDialog) in my main form. As I'm using a virtual desktop, I'm able to switch to another desktop (which will hide or show the dialog and main form, depending if we are
|
| COM component in c# | 17 Mar 2006 11:53 GMT | 1 |
Hi group is it possible to make a COM component using C# ? thank you ROM
|
| ClickOnce error | 17 Mar 2006 09:36 GMT | 3 |
I have successfully deployed a ClickOnce on our local intranet. When I deploy ClickOnce to our corporate web server outside of our network I am getting an error that I have pasted at the bottom of this post. If I install this on my computer at home from the corporate web server I ...
|
| Working with Crystal Reports in VB.NET 2005 | 17 Mar 2006 07:40 GMT | 4 |
I've been tring to determine if I can create a report template at design time, and then populate the report fields at run time using using VB with data from a recently selected database. In the scenario I'm dealing with, the user wants to navigate to the database at run time and ...
|
| VB.net Purchase?? | 17 Mar 2006 04:23 GMT | 3 |
I am an automation engineer and I use MS products very extensively. I also have a flair in programming and I have used Visual Basic 6.0 to make small applications to help me do my job better. Now I would like to continue doing the same thing using .NET technologies.
|
| how to set ftp port using vs 2005 | 17 Mar 2006 00:26 GMT | 2 |
OK, I give up, how do I set the FTP Port to be used in conjunction with System.Net.FtpWebRequest (in VB.NET 2005 I can set the PASV value, but I can't figure out how to change the port)
|
| Windows cannot find the C# compiler | 17 Mar 2006 00:24 GMT | 1 |
When I try to compile with .NET, I receive error: 'CSC' is not recognized as an internal or external command, operable program or batch file. My browser is updated, I installed .NET twice to be sure it is properly installed. How can I be sure the path to the C# compiler is ...
|
| Using Reflection with nested DLLs | 16 Mar 2006 23:46 GMT | 3 |
I'm using System.Reflection utility to load and execute a user written DLL routine. This has worked well before. I wrote two .NET DLLs. The first (let's call it DLL1) has a public class (C1) with a public function (F1).
|
| where can I get the hotfix 912019 | 16 Mar 2006 22:37 GMT | 3 |
I'm having problem with the IDE after converting form from 2K3 to 2005. The designer view is no longer accessible. I think the hotfix 912019 might help me...where/how can I download it Regards
|
| Memory overwrite using BinarySearch on x64 server with 4Gb of ram | 16 Mar 2006 18:15 GMT | 1 |
Changing the List<T>. BinarySearch to use my own implementation fixes the problem. And I am not getting it to fail on my x86 machine. It fails in release on several Dell 1425 with Win2003 x64 with the Exception: Unhandled Exception: System.InvalidOperationException: Failed to ...
|
| How to get memory freed as by minimize without displaying the wind | 16 Mar 2006 15:30 GMT | 3 |
Using VS.NET 2003, C++ .NET Form project. I'm beginner to .NET and Win programming so even if my question is stupid please bear with it. I'm having problems with starting a program minimized. In theory it's done easily by setting the WindowState property of the main form to ...
|
| Want to know about .Net Socket Implementation | 16 Mar 2006 14:55 GMT | 1 |
Hi, People I have written an ftpclient in .net now a strange thing is happening while debugging every thing is working all right but when i run the program normally the system hangs on socket.receive() can any body give
|
| Macintosh version of the .net Framework? | 16 Mar 2006 09:39 GMT | 4 |
Why hasn't Microsoft released a Macintosh version of the .net Framework?
|