| Get the application installed folder (3 replies) |
| microsoft.public.dotnet.framework.setup |
| How can I get the application installed folder from my windows service application as I need to use the configuration file in the directory where the application was installed? TIA |
|
| MS Web Controls Merge Module? (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I am distributing a server application which needs the Microsoft Web Controls (iewebcontrols) to be installed on the server on which it is running. Is there a merge module of them available and if not, what is the best way to distribute them together with my program (and do I have the legal rights to do it)? |
|
| problem with deploying .net application (2 replies) |
| microsoft.public.dotnet.framework.setup |
| When I rebuild my dot net solution, I get a Windows Installer screen with message "Windows Installer Preparing to Install" and the next message I get is "Please wait while Window configures Visual Studio .Net Enterprise Architect English" which goes on for 10 min. I am able to deploy setup programs in the other machine but when i try to run the web page it gives me foll error: "Key cannot be null ... |
|
| How to deploy a dll? (4 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi.. I've written this test Namespace: Namespace Levon Public Class Base Public Shared Function intSum(ByVal a As Integer, ByVal b As Integer) As Integer Return a b End Function End Class End Namespace I'd like to be able to do this in another application: Imports Levon ..... dim i as Integer i Base.intSum(2,2) I've tried to put Levon.dll in the source dir of my application, but it doesn't work. I... |
|
| Cannot start a new web application on .NET Standard Server 2003 RC2 (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, i've installed VS.NET on .NET Standard Server 2003 RC2 and followed the instruction to setup ASP.NET v1.3705 manually in IIS6.0. However, when i starts a new web project, it claimed that "http://localhost/webapp1 and c:\inetpub\wwwroot\webapp1 does not mapped to same location. HTTP 404 not found." frontpage 2002 extension and asp.net is allowed in IIS6.0 and RC2 is installed on C drive. Do... |
|
| Remove Framework 1.1 (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, How do i uninstall the Framework 1.1 which was installed by Windows.NET Server RC2 (Build 3718) Thanks Reinhard |
|
| Strong name validation failed for assemb. microsoft.visualstudio (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I have XP with all updates, installed VisualStudio.NET Enterprise Developer edition and got all updates. It installed OK but if I try to start a new windows application project I get the following error: "Strong name validation failed for assembly 'Microsoft.VisualStudio'." If I double click Form1.vb I also get the same error and cannot proceed. The same happens if I try to run the samples that ca... |
|
| System.ComponentModel.Design.ByteViewer ? (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Ummmm, where is the ByteViewer class? In the docs, it should be in System.ComponentModel.Design namespace...but it's not! Anyone know where it is, or what happened to it? |
|