| Thread | Last Post | Replies |
|
| Develop controls for 1.0 framework with VS.NET 2003 | 31 Jan 2004 21:10 GMT | 2 |
I've developed a few controls with VS.NET 2003, FW 1.1. Now some customers request 1.0/2002 versions. With an .exe this is no problem, I can configure the target and use app.config. I've found a few posts on this issue, but they all related to
|
| Modifying IIS directory properties during .Net Install with CustomAction | 29 Jan 2004 20:18 GMT | 14 |
I have written a C# library to wrap up functions for modifying IIS directories. This library uses the DirectoryServices class. The library works fine with a Test Program and enables properties such as AnonymousAccess to be set and allows the directory to be set as an
|
| Urgent: Configure web server for .net 1.1 | 29 Jan 2004 19:51 GMT | 2 |
I just installed visual studio .net 2003 on my 2000 server, and I can see .net sdk 1.1 was installed. But for some reason, when I try to open a asp.net project, it complain that this web server is not running asp.net version 1.1, so my project can not open.
|
| Crystal reports?? | 29 Jan 2004 12:37 GMT | 1 |
I have VS.NET 2003. I understand that CR come integrated with this now. But whenever I open up a CR, it shows a Crystal Decisions Registration Wizard, asking for some key. I have a licensed copy of VS.NET. What key is this then? Please provide details for this.
|
| Setup server to run .NET Applications | 29 Jan 2004 06:35 GMT | 1 |
Sorry but I was wondering how do you install the .NET Framework onto the server so that .aspx pages will run? We are trying to run asp.net mail forms via the server's own SMTP. Also, after installing the .NET Framework, should ".NET Framework Services" appear in "services" (start ...
|
| Deploying applications with dotnetfx and MDAC | 29 Jan 2004 05:08 GMT | 2 |
I am kinda confused with deploying a dotnetfx & MDAC together with my .NET applications. I was reading the "Redistributing the .NET Framework" on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/h
|
| Problem on installing Windows services | 29 Jan 2004 00:03 GMT | 6 |
I created a Windows service and its setup project on one of my machines. The setup ran without any problem. However, when I moved the same Windows service project and its setup project to another machine and ran the setup. I
|
| .MSI resiliency | 28 Jan 2004 22:47 GMT | 4 |
I have an application that uses Wise InstallMaster(does not generate an .msi) as the installer. After our application is installed and a user launches our application(via desktop shortcut or opening the executable directly), Windows Installer for another application launches! I ...
|
| Installutil.exe | 28 Jan 2004 21:43 GMT | 1 |
Will "Installutil.exe" be installed If I install dotnetfx.exe? TIA -Gopi
|
| Environment.CurrentDirectory during installion wrong | 28 Jan 2004 19:16 GMT | 5 |
when i run the installation of my program for example in f:\setup.exe i wanna get the currentdirectory of that. When i get the currentdirectory during the installation it's gives me c:\windows\system32. Can somebody help me out with this problem?? Sander
|
| How to install MSDE from within Windows Installer? | 28 Jan 2004 19:08 GMT | 1 |
I have a setup in which the user has the options between a client and a server installation. In the case of server installation I have to install MSDE, start it and attach my database. For this I have implemented a Custom Action in .NET and I call this if the user choose Server ...
|
| Invalid Instance Name Error Installing MSDE Dot Net Framework 1.1 Samples | 28 Jan 2004 05:54 GMT | 1 |
Background: Upgrading Visual Studio Enterprise Architect from 2002 to 2003; SQL Server 2000 Developer Edition Installed; Previous Framework Install for 1.0 created MSDE instance \NetSDK. Visual Studio Enterprise Architect 2003 is now installed and working.
|
| How to set the TextBox property from the msiexec command line | 27 Jan 2004 22:20 GMT | 2 |
I have a .Net solution with a deployment project that installs my app. I want to use a .cmd file to install this app. I have am using one of the TextBox dialogs as well as 2 radio button dialogs. Everything works fine when installing interactively. However when I try to set the ...
|
| Issues!! | 27 Jan 2004 05:36 GMT | 2 |
I am facing issues in Toolbar in VB .NET: 1) There is nothing like disabled image list in toolbar of VB .NET. If I disable button on toolbar then I am not able to show disabled image even by changing imageindex for the button.
|
| Default: Everyone and not Just Me | 26 Jan 2004 17:33 GMT | 1 |
When installing an application with an msi-package, you have to choose on a sudden moment to install it only for the curent user (Just Me) or Everyone. The radio-button is default set on the Just Me option, but I'm looking for a way to set it on the Everyone by default.
|