| Thread | Last Post | Replies |
|
| WMI Query with ASP.NET | 30 Jun 2005 18:52 GMT | 1 |
Running the following code in ASP.NET I get a "Access is denied." error on the "connection = " line (3'rd Line) Dim Instance, Instances, myQuery, Locator, Connection Locator = CreateObject("WbemScripting.SWbemLocator")
|
| Updater Application Block version 2.0, Managing multiple applicati | 28 Jun 2005 08:50 GMT | 2 |
I am wondering if the UAB is the right approach for my problem. I need to create an updater application that keeps track for any possible updates for a given list of applications. Similar to "windows update" service though for my custom applications :-)
|
| Application Deployment Problems | 27 Jun 2005 14:55 GMT | 2 |
I have a .Net application I have developed. I am using a VStudio 2003 Setup Project to build the setup and msi files. The app requires administrative access to install. During the setup process I solicit some information in the setup dialog boxes which is then written to
|
| Viewstate invalid when I load the application in load balanced ser | 24 Jun 2005 14:48 GMT | 1 |
Error: The viewstate is invalid for this page and might be corrupted. When I host the application on one server, I have no problems. The application runs fine. But when I host on load balanced - 2 servers, I get
|
| Compilation Errors | 24 Jun 2005 03:37 GMT | 1 |
My problem is that the .Net IDE regularly reports "phantom" compilation errors. Just like "real" errors, I see them in the task window, and the lines of code are highlighted in the code window, and the solution will not build. But I know they are "phantoms" because the lines of ...
|
| Asynchronous calls and GUI | 21 Jun 2005 23:35 GMT | 2 |
I have this: WinForms -> Business Layer -> Proxy Layer (host A) Remote Data Layer
|
| How to debug server objects hosted on IIS ? | 21 Jun 2005 23:15 GMT | 2 |
I use .Net remoting to communicate between my client (winforms) and my server. The server assemblies are hosted on IIS. The remoting work fine but I have some bugs which occure only when I actually use the remoting. My question is what would be the best approach to debug the ...
|
| deployment problems with mshtml | 21 Jun 2005 20:20 GMT | 6 |
our app uses the Microsoft.mshtml.dll and our installer (installshield) installs this dll in the gac. now the program works great for the user who installed the prog. but not for any other user. for any other user it's like the mshtml.dll was never installed in the gac.
|
| COMException (0x8011042A) | 21 Jun 2005 13:29 GMT | 1 |
Hi, I have the same problem as described on this side: http://www.dotnet247.com/247reference/msgs/15/77062.aspx Sure, I have read this article: http://support.microsoft.com/kb/316433/en-us
|
| Programattically Finding Install Location of Visual Studio | 20 Jun 2005 04:25 GMT | 1 |
I was wondering if someone could help me find the install location of Microsoft Visual Studio using C#. I need the location through code because each developer is different with their install location (I am making tools for studio and need to know where its at on the client PC). ...
|
| Shared Property Manager alternative | 17 Jun 2005 11:58 GMT | 2 |
Hi folks - hope someone can help me out with this one. I have a system using .NET Enterprise Services in the middle tier, making data access calls to an Sql Server. In an attempt to improve speed and concurrency, and reduce the load on the Sql server, I am trying to make use
|
| I need a pros help with this | 17 Jun 2005 05:45 GMT | 5 |
I want to MSMQ in my ASP.net app. The app would pass the job to MSMQ and the a service comp would pick it up from there and execute the job in database. Now the stored proc in the database takes a while so is there a way not to have the service comp not to pick up another job ...
|
| COM+ Configuration | 17 Jun 2005 04:28 GMT | 1 |
We are developing ASP.NET web application Project. Our development environment is Web Server, App Server, Database Server, all server has windows 2003 standard edition without service pack. Can anyone write me how to configure the Web Server, App Server (COM+) and Database ...
|
| How to know names of network machines in VB.NET | 17 Jun 2005 04:28 GMT | 1 |
In a windows application in VB.NET I want to know how to display the names of machine in my network and display them for the end user in a listbox
|
| .Net License Question | 17 Jun 2005 04:28 GMT | 1 |
I'm working on an .Net based addon for one of my MFC based app. Is there any licencing reason that would keep me from putting ".Net" in the name of the application? For example, "Mouse Trap .Net".
|