| Framework SDK Download Destroys VS.NET (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I had been using VS.NET Beta2, with an older version of the SDK framework. Then, I decided to download the newest version of SDK, V1.0.3705 Now, I cannot use VS.NET. When I open a new project, the following happens: 1.) I cannot access the WebForms Controls: When I open the Toolbox, all of the WebForms controls are "greyed out." 2.) I cannot access the Server Explorer: When I click on View/Server ... |
|
| HELP! I am not able to run aspx (3 replies) |
| microsoft.public.dotnet.framework.setup |
| HI! we installed Visual Studio.net and IIS in a W2000 Advance Server, we tried to do a simple example of web application with HTML tags and webforms, and if we call the aspx generated from the browser (IE 6) we get a page but we can not see the webforms. If we have a look to the code of the page we can see asp tags that the browser does not interpret like: asp:TextBox id "TextBox1" style "Z INDEX:... |
|
| Help, How do I remove the .NET Framework? (6 replies) |
| microsoft.public.dotnet.framework.setup |
| I have Windows 2000 Advanced Server (Ver 5.0 Build 2195, SP3) installed. I have Microsoft .Net Framework version 1.0.2914 installed and want to install the latest .Net version. I can't do that until I uninstall the current version. When I try to uninstall using the Control Panel/AddRemove Program approach, after I click remove, it asks if I'm sure I want to remove it. I click yes and it immediatel... |
|
| Custom folders and sub-folders (3 replies) |
| microsoft.public.dotnet.framework.setup |
| In addition to installing binary files under /Program Files/... I need to create a folder with a number of sub folders. The user needs to be able to specify the name/location of the folder but not the sub folders. I added a Textboxs dialog using the User Interface Editor that allows the user to specify the folder location and added a custom folder using the File System Editor that contains the req... |
|
| HOWTO: debug a Installer Class (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Folks, I am working on a Installer Class and would very much like to use the VS.NET debugger to speed up the process of debugging. How do I go about using the VS.NET debugger? I have seen posting about how to debug Installer Classes, but it is not working for me. What I have done is created a msiexec.exe project both it's own solutiona and in the soltution with the WebSerice. The properites for th... |
|
| Creating registry keys (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi. My application uses a custom registry key for event logs. I will need to create this key on my customer machine under HKEY LOCAL MACHINE\System\CurrentControlSet\Services\EventLog\Application\ Can I create this new key during setup? How do I need to configure my setup program? Thanks, Robert Scheer |
|
| Web Application SQLConnection failing, succeeds for Windows App. (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I am having a problem connecting to a SQL server using the .NET Web Applications, while I do not have connection problems using the .NET Windows Applications. I basically set up the easiest test case I could using a windows app (written in C# .NET), and I wrote the same app for a web app (again in C#). My windows application works fine, it does what I ask of it. My web application fails with the f... |
|
| running winform exe from the web (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi All, I try to deploy my program via the web http://netserver/deployment/app.exe ,what is the profesional name for this deployment I cant find any documentation for this ? I have 3 problems with this un document option: 1) The application don't read the config file app.exe When I run the application not using http:// from the network : \\netserver\deployment\app.exe It work fine and read the app... |
|
| System.Data.SqlClient.SqlConnection is failing. (3 replies) |
| microsoft.public.dotnet.framework.setup |
| I am having trouble with my VS .NET environment. I am having a problem with the System.Data.SqlClient.SqlConnection failing to connect, but the System.Data.OleDb.OleDbConnection succeeds. I have had success in the past with the SqlConnection object working, but I have not tested in more than a week, so I cannot pinpoint a place in time where this situation my have originated. I am using VS .NET (C... |
|
| Password: ******** (3 replies) |
| microsoft.public.dotnet.framework.setup |
| I want to have a dialog in my setup where the user can specify a password, but none of the dialog box:es (in VStudion .NET Setup Project) have any textboxes with "password characters" (Password: *****). Am I missing something? ///Mats |
|