| Thread | Last Post | Replies |
|
| Fully Trust a Visual C++.NET DLL under Win XP professional does not work | 29 Jul 2004 05:28 GMT | 3 |
I have a Visual C++.NET DLL, which statically links to a C lib and is used in a windows user control written in C#. This windows user control will be hosted in IE. To do so, I have to Fully Trust these .NET dlls (windows user control and VC++.net dll) using .NET framework
|
| Socket Problem | 29 Jul 2004 02:01 GMT | 2 |
Ok - something for socket jockeys I have a .NET application using the TcpClient class from System.Net.Sockets I use this to connect to an IP address/Socket on the other side of Australia. There is a problem though. The read from the socket returns 0 bytes which means the ...
|
| Force garbage collection on a process | 28 Jul 2004 22:55 GMT | 5 |
Is there a utility by microsoft (or anyone) to force garbage collection in a process without have access to the process code. regards Ganesh
|
| .NET calls .dll which can't find .ini ? | 28 Jul 2004 22:54 GMT | 2 |
Frustrating problem. I have a .dll [created in VB6] that is called by all the .NET programs that we are developing. The dll reads an .ini file to determine if it should fill a data dictionary from the development or production SQL Server. If no .ini is found it
|
| FileNotFound Exception after Assembly.LoadFile | 28 Jul 2004 21:46 GMT | 1 |
I load an assembly via Assembly assembly=Assembly.LoadFile(assemblyName); ... foreach(Type t in types)
|
| ac | 28 Jul 2004 21:46 GMT | 1 |
how much one of set pc have a energy (power) / ac to live
|
| Download Dialog Box in Internet Explorer | 28 Jul 2004 20:41 GMT | 1 |
I have a question... With Internet Explore: How do I get VB.Net to respond to a Download Dialog Box in Internet Explorer? Example I need VB.Net to activate the window then select "Save"...
|
| VSS Problems | 28 Jul 2004 18:02 GMT | 1 |
It was registering some objects in the VSS and we had a power failure. When I obtained to have access the VSS again, it shows me the following message. File names.dat may be corrupt Already I executed the Analyze command and it continues don't work. I can't
|
| Converting text to "money" datatype for dbase insertion | 28 Jul 2004 17:44 GMT | 1 |
I'm trying to insert a value into sql dbase, the value "amount" is a money datatype (currency). Below is the parameter for the "amount" value: cmd.Parameters.Add(New SQLParameter("@amount", frmamount.text))
|
| .net calling java, for the 100th time | 28 Jul 2004 17:32 GMT | 5 |
So far it looks like we have these options for calling our java based API from a .NET application: 1) http://www.jnbridge.com, about $500 per machine/developer 2) re-write java app in Visual J++ (Microsoft java) - then it will
|
| Application as NT service | 28 Jul 2004 17:24 GMT | 2 |
i want to install my exe as a service. I developed my exe in vb.net So i need code in .net to convert any exe into service. In short i want to install my application as nt service.
|
| Searching Engines | 28 Jul 2004 15:45 GMT | 2 |
I'm trying to develop such a program that will search for a certain value in Google and that will present the first page of its results. Can anyone please help me with it? ThanX, Moshe.
|
| Checking to see if .NET FrameWork is installed | 28 Jul 2004 14:53 GMT | 1 |
This may be a stupid question. But is there anyway in C# app to detect if FrameWork is installed and if not provide a message to the user? Right now it just crashes. No error that describes why.
|
| Email Problem | 28 Jul 2004 13:59 GMT | 3 |
I have an unusual error occurring when sending email from an ASP.NET page. Basically, the first attempt at sending an email fails, whilst subsequent attempts succeed without any issues. The code looks like this:
|
| Populate DataTable column from another DataTable Column | 28 Jul 2004 13:38 GMT | 1 |
My DataGrid is bound to a datatable named “dtClient” with following columns Date, BalanceCF, Income, Expenses, Withdrawls and BalanceCF. BalanceCF is an expression column. The column Withdrawals does not hold any values initial. I want to populate Withdrawal column using values ...
|