| Thread | Last Post | Replies |
|
| Where can I locate DLLs so other s/w picks them up | 28 Dec 2005 17:41 GMT | 3 |
I have several .NET applications developed with c# that require some Crystal Reports runtime DLLs like: CrystalDecisions.ReportSource.dll, CrystalDecisions.Shared.dll, etc. etc
|
| trying to extract .exe from resource | 28 Dec 2005 15:09 GMT | 1 |
I have an exe embedded in my vb.net application and I'm trying to extract it at runtime, so i can execute it and then remove it. my code is below strm always is Nothing
|
| Web Exceptions | 28 Dec 2005 14:50 GMT | 1 |
I was written a component which will connect to the secured sites and retreive the info required. I am using this component with all windows&web applications and in windows&web services. For every 100 connections 40-80 % of connections are getting failed by
|
| Web Service | 28 Dec 2005 14:49 GMT | 1 |
wheneve i open ASP.Net Webservice template it gives me error message that V.S. has ditected that the specified Web server is not running ASP.NET version 1.1 you will be unable to run ASP.NET Web Applications or servies. so that i again installed IIS and DotNet Famework but it ...
|
| read XML & display in a tree view | 28 Dec 2005 13:06 GMT | 1 |
I want to read XML file and display the results in a tree view.For example folder structure. I use .net 1.1 framework. Thanks
|
| Is it possible to have Visual Studio Team System working with .NET | 28 Dec 2005 06:01 GMT | 4 |
Is it possible to have Visual Studio Team System working with .NET 1.1 instead of .NET framework 2.0?
 Signature Regards,
|
| System.TimeZone interface unusable? | 28 Dec 2005 01:30 GMT | 4 |
It is well known that the implementation of time zones other than the machine local time zone has been left as an exercise for the user in the .NET framework. It would seem that System.TimeZone, being an abstract class, is meant to be used as a base class for any such
|
| Open a port for local access only | 28 Dec 2005 01:29 GMT | 2 |
I want to create an application with a small embedded web server, to serve web pages (HTML, perhaps even using ASP.NET). Creating the server part itself is not a problem (System.Web.Hosting + sockets etc), but... 1. The server should only be available for localhost. No external ...
|
| Having framework 1.1 and 2.0 on the same machine. | 27 Dec 2005 23:53 GMT | 2 |
I just want to make sure that I can have both 1.1 and 2.0 on the same machine and continue to develop in 1.1. I'm using VS.Net 2003 and SQL Server 2000. I want to load the client tools for SQL Server 2005 and it says it wants .Net 2.0.
|
| Lotus Notes and DotNet | 27 Dec 2005 22:42 GMT | 1 |
What the code should be of using Lotus notes to send email alert after pressing the button on the web? Thanks for your help,
|
| Identify Incoming Phone Call | 27 Dec 2005 22:41 GMT | 1 |
I want to create a small application which identifies the incoming phone call and retrieves the phone number using caller ID and stores the number to database. How it can be done in .NET. Is it possible to do?
|
| Microsoft .NET Framework 2.0 Configuration (Management Console in windows control panel) only with SDK? Not with redistributed Framework 2.0? | 27 Dec 2005 20:13 GMT | 3 |
we update our client-server application to framework 2.0! We converted the setup and deployed the framework 2.0 with the setup using the vs2005 prerequesites. On a testcomputer (windows 2000 prof) the framework 2.0 seemed to
|
| Byte Array from DateTime Array | 27 Dec 2005 17:24 GMT | 4 |
I'm trying to serialize a DateTime [] into a Byte []. Buffer.BlockCopy doesn-t work because DateTime is not a primitive type. Is there a way to cast from DateTime [] to Byte [] in the "safe" world?
|
| How do I access appSettings in 2.0? | 27 Dec 2005 15:57 GMT | 3 |
Calling ConfigurationSettings.AppSettings.Get raises the error, "Configuration system failed to initialize". I've searched, but found no information about this problem...
|
| side-by-side hell | 27 Dec 2005 11:18 GMT | 4 |
i installed 2 .net frameworks on my system, 1.1 and 2.0. i think that probly most of you do the same thing. this is not a big problem now, and many think this is a great escape of the dll hell.
|