| Thread | Last Post | Replies |
|
| asp.net hosting outside of IIS, provide specific webservice instance? | 21 Mar 2004 01:59 GMT | 3 |
I'd like to host web services outside of IIS, which is working fine. Is there a way to make IIS use a particular instance of a webservice object instead of creating a new one when it loads the asmx?
|
| Do Config files provide an <include directive ?? | 21 Mar 2004 00:46 GMT | 2 |
What I'd like to do is have my individual .DLLs have their own App.config file tha gets copied into the bin direrctory as MyDLL.dll.config and then in the App.confi have an <include file="MyDLL.dll.config"> directive to pull in the additional configuratio data
|
| URGENT: .NET Class for creating buttons ?! | 20 Mar 2004 21:28 GMT | 4 |
We ( our company ) has a BIG problem. Our technical service provider that created our corp website is using some kind of script ( .asp ) and some .NET stuff to create buttons on the fly. The Problem is that the fonts look terrible! No smoothing for example,
|
| Windows Form Threading | 20 Mar 2004 15:58 GMT | 9 |
I have a question regarding multi-threading in a Windows Forms application. I am writing a simple application to merge together a group of files. I have created a class that holds the list of files and
|
| Enterprise Instrumentation Framework | 20 Mar 2004 15:49 GMT | 1 |
So I try to make a small lab on EIF, I block on the level of the file EnterpriseInstrumentation.config I create a project, Console Application, I add two references => Microsoft.EnterpriseInstrumentation ,
|
| Login Failed when connected with SQL server with ASP.net | 20 Mar 2004 10:42 GMT | 1 |
When i tried to use SQL server 2000 wutg ASP.net i used the wizard ,everything gone well i am able to create a connection object at design time and see the table structure in the datagrid at the design time
|
| Listing computers in the local network | 20 Mar 2004 10:29 GMT | 5 |
I'm writing an application in VB .NET that, at one point, should list all the computers in the local network in a listbox. The problem is that I want it to work in any kind of network (doesn't necessarily have Active Directory). I have tried looking in all the IP addresses
|
| Unable to delete event handler in .NET framework?? | 20 Mar 2004 10:12 GMT | 1 |
I'm using .NET VC++, and when I add an event handler, everything looks good - it shows up in my class browser, etc. But I could not figure out how to delete the EVENSINK!! The only way seems to be if I go and remove the lines from the .h and .cpp code manually... I
|
| Handling Exceptions | 20 Mar 2004 04:52 GMT | 1 |
Module Init Public Sub Main() Try Application.Run(New AccountsForm)
|
| convert chiness character to unicode | 20 Mar 2004 02:39 GMT | 1 |
Hi, I need to convert chiness character to unicode in asp.net. When an user enter chiness characters in textbox1 I want to be converted to unicode in textbox2.
|
| Process, ProcessStartInfo fail to run large batch file | 20 Mar 2004 00:06 GMT | 1 |
I haven't seen the following problem mentioned anywhere We have an application written in VB.NET which executes a batch file (named startJob.cmd). We have discovered that if that batch file is too big, the last lines of the batch file will not run. For example, the following ...
|
| thread stack size | 19 Mar 2004 22:13 GMT | 4 |
I would like to know how big is the default stack size of a thread in .Net? Is this size static or is dynamic during runtime. How do I change this size before start and after start of a multi threaded program? I know that 32 bit windows (2000 and XP) alloacte about 1 Mb of memory ...
|
| Is there any "change ACL" API | 19 Mar 2004 20:47 GMT | 1 |
Is there any (managed or unmanaged) API that allows to change ACL of directories/files Currently I use cacls.exe program, however I'd like to implement more reliable/ellegant solution. Thanks
|
| ILASM Resources? | 19 Mar 2004 19:57 GMT | 1 |
I have a project I'm working on where I have to make a small change to an IL file, then recompile it to put it on the client workstation. Problem is, when I decompile the DLL using ILDASM, it spits out 5 resource files (.res, .resources), as well as the .il file. When I
|
| Sharing code between ASP.NET application and Windows service app in the same solution | 19 Mar 2004 18:42 GMT | 10 |
I have a solution with two projects - an ASP.NET application, and a Windows service ASP.NET application was developed first, and for it I wrote some classes in a Business logic layer
|