| Thread | Last Post | Replies |
|
| Cannot Uninstall or Upgrade .NET 1.1 | 04 Jul 2005 18:40 GMT | 1 |
Although I have ploughed through the newgroups and the Web, I cannot find a solution to uninstalling or upgrading the .NET 1.1 framework installed on W2K Server (SP4). The option suggested the most to repair the .NET framework:
|
| Problem using fix from article id 834608 | 04 Jul 2005 15:35 GMT | 1 |
I recieve an error about multiple controls with same id when running my ASP.NET application with Trace turned on. It gives me the following error: [HttpException (0x80004005): Multiple controls with the same ID 'TitleBanner:_ctl0' were found. Trace requires that controls have ...
|
| MissingManifestRessourceException | 04 Jul 2005 15:29 GMT | 1 |
Hi group, What could be the reason(s) of a MissingManifestRessourceException ? How to correct it ? Red1
|
| Catching FileNotFoundException | 04 Jul 2005 14:26 GMT | 2 |
I'm wondering if there is a way to gracefully handle a FileNotFoundException. The problem: My C# application depends on C# dll (.Net assembly). When the application starts, if, for any reason, this dll is missing, the
|
| ANN: Free .NET Workshops | 04 Jul 2005 13:14 GMT | 1 |
http://www.grimes.demon.co.uk/workshops/ Richard Grimes has made available some of his .NET training courses as free online workshops. These are self paced workshops that lead you through .NET concepts using worked examples.
|
| Send Email via Exchange using CDOEX.DLL | 04 Jul 2005 09:04 GMT | 2 |
Could someone please point me to a KB article that shows a VB.NET code snippet for sending an email message through exchange 2003 or provide a VB.NET code snippet here in a reply to this question. I have seen a lot of info on CDOEX.DLL but nothing on how to simply use it to send ...
|
| Unknown tmp files created by dotnet application | 04 Jul 2005 08:10 GMT | 3 |
My application is creating "tmp" files into the windows\temp folder. By closing the application the "tmp" files are deleted by it self. The Files are growing very fast if the program is running. My application is using .Net remoting. This problem does not occur on all machines. I ...
|
| performance difference in Webservice -'Normal' way | 04 Jul 2005 07:35 GMT | 8 |
I'm new to WebServices, and I'm doing some tests (with a small VB.NET-application) to know the performance-difference between a WebService and the 'normal'-way of getting data (just connecting directly with a SqlDataAdapter to the SQL Server). The WebMethod simply gives a DataSet
|
| DropDownList in asp.net | 04 Jul 2005 06:15 GMT | 1 |
i have 2 DropDownList : DDLCategory: the Category to sale DDLItem: the items that belonging to this Category whan i select item from DDLCategory - i want that all the items that
|
| DOM Issue | 04 Jul 2005 04:52 GMT | 3 |
How can you load a Web Response coming from a URL into a DOM for parsing (in VB)?
|
| SecurityException using ApplicationSettingsBase on a network share | 03 Jul 2005 15:27 GMT | 1 |
I have created an application which saves the size and location of the main form using a custom settings class derived from ApplicationSettingsBase. It runs fine locally, and saves and retrieves the settings. When I run the application from a network share, a SecurityException ...
|
| 2.0 bug? in Type.GetFields() ? | 03 Jul 2005 15:08 GMT | 1 |
I have a type like that: class Foo { int anInt;
|
| Runtime hosts - don't get it | 02 Jul 2005 15:48 GMT | 1 |
What I want to know is; do all shell executed .NET app run in the same process? For that matter do all runtime-hosts run all of their app-domains in the same process? In the case of a shell executed application here's my understanding: Double
|
| Cannot create projects using XML web service or ASP.NET | 02 Jul 2005 15:19 GMT | 2 |
I've just installed VS 2003 and going through the walkthroughs. I tried to create a project using VB and XML Web Service. However, a failed dialog always appeared with the message "The web server reported the following error: unable to create/open the Web project located at the ...
|
| Assembly & Compilation | 02 Jul 2005 08:06 GMT | 3 |
I just want to know if it's possible to include assemblies in another one. I try to have only 1 .exe without external files... Can ressources be a solution (+Assembly.Load) or do you know a better way to complete that ?
|