| Thread | Last Post | Replies |
|
| publish website with vs .net ERROR. | 10 May 2004 07:21 GMT | 4 |
I'm pretty deseperate. (I'm already working on Sunday!) Appreciate any help. I created a webservice using VS .net 2003. I tested the service on my local development machine and everything is fine. I decided that I
|
| Array Bounds Error in SetElementValues of XmlTextReader | 10 May 2004 03:51 GMT | 4 |
Exception: Index was outside the bounds of the array at System.Xml.XmlTextReader.SetElementValues( at System.Xml.XmlTextReader.ParseElement( at System.Xml.XmlTextReader.Read(
|
| writing to the event log from a service | 10 May 2004 02:29 GMT | 5 |
i'v created a service that do nothing except writing to the log event from a timer event. but it did not the started and stopped succesfully logs do show in the applaction log.I created a windows form app that do the same...and it worked!?
|
| Link to MS website in MY event viewer entries... | 10 May 2004 00:56 GMT | 1 |
I just noticed that when I write an entry into the Windows event log using one of the various overloaded WriteEntry methods I always get the following text below my description: For more information, see Help and Support Center at
|
| walkthrough required | 09 May 2004 21:46 GMT | 4 |
I really need a walkthrough to help me create a database app. Starting with creation of tables, etc. to creation of forms to populate the tables with data. I can create forms, I have created the table outline using the schema tools but I can't seem to bind it all together. I am a ...
|
| Editing XML file | 09 May 2004 19:34 GMT | 1 |
I want to manage, i.e., insert, edit, and retrieve data in a simple XML file. Here is a sample of the file: <?xml version="1.0" encoding="utf-8"?> <Backup>
|
| How to change the path of "obj" directory? | 09 May 2004 17:26 GMT | 1 |
I develop a solution in VS.NET 2003 containing multiple projects. I want to put all my sources in a separate directory to make backup of sources easier. I can simply change the Output directory but how can I change the Obj directory?
|
| I want to setup DCOM from .Net Assembly | 09 May 2004 17:06 GMT | 1 |
Dear friends, I have implemented COM componet from .Net Assembly to be used by my old apps by creating a class and compiling it as an assembly and also regestring it.
|
| WebRequest/WebResponse Pluggable Protocol Question | 09 May 2004 16:21 GMT | 2 |
I hope this is the right group for this. I'm trying to write an Nntp class library that derives from WebRequest and WebResponse. I want to use WebRequest and WebResponse because it is the model setup in the framework for generic Internet communication and I want to stick to its ...
|
| Adding Sound | 09 May 2004 11:08 GMT | 2 |
Ok, well I've goten used to the new Forms, and learned C#, but now I'm sitting here with one last task to occomplish Adding Sound! Well, this is harder than it seems. I've tried looking around MSDN Online for some example, but nothing good came up. Can anyone help me with this, ...
|
| Problem with WebProxy class | 09 May 2004 09:16 GMT | 1 |
I recently encountered a problem with the following piece of code in an ASP.NET application that has been running successfully for a couple of months. It requests a web-page from an external web-site, using our corporate proxy.
|
| Handler access to Session variables | 09 May 2004 01:49 GMT | 2 |
Have a handler running on a server. Want to write and read session state variables. For a page, can just use "Session". What do I need to import and how write code for access of equivalent in a handler? Thanks.
|
| Adding a Reference | 09 May 2004 00:38 GMT | 5 |
I need to add a reference to System.Net, System.IO, and System.Text.RegularExpressions but when I goto Project --> Add Reference I cannot find these. I see many other System namespaces but not the ones I need. How can I get these??
|
| Questions about referencing assemblies in GAC | 08 May 2004 22:44 GMT | 1 |
I have a few questions about properly referencing assemblies and those in the GAC. We are making a commercial .NET assembly DLL to be used as a class library from ASP.NET pages. At install time we will put our DLL in the GAC.
|
| Server handling of HTTP Get | 08 May 2004 09:43 GMT | 1 |
New to .Net but not VB. If someone could point me in the general direction of where to look. Need to develop an application running on a server that can accept a HTTP Get, create a text file dynamically, and return the text file via HTTP. Do I need to be using HttpWebRequest ...
|