| EventLog and trust problem (2 replies) |
| microsoft.public.dotnet.framework.setup |
| In my ASP.NET web application, I get a security exception when trying to write events to a new EventLog (i.e. other than the default 'Application', 'System', and 'Security' logs), even though my machine.config file is set up to grant full trust: "SecurityException: Requested registry access is not allowed." I also tried switching the trust level to 'High' with no luck. My understanding was the ful... |
|
| Commerce Server 2002 Solution Site - csharpsite (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, Just upgraded to Commerce Server 2002, so I have installed Visual Studio .Net(Enterprise Version) on my development machine(Win2K Server Box), I am getting the following error when I try and view the CSharpSite sample site after installing it(and rebooting). I guess it has sometiming to do with the account ASP.NET expects to run under. If so what should it be? If not what is the answer? Cheers... |
|
| Type is not defined? (4 replies) |
| microsoft.public.dotnet.framework.setup |
| I have 2 files that are exactly the same.They are in different folders.In them I have the following: Dim tb As TextBox and then I proceed to use them in a dataset update : tb CType(e.Item.Cells(2).Controls(0), TextBox) In one file everything works fine In the other I get: Type "TextBox" not Defined for each one including the declaration. I have the same References for both. HELP Thanks Mike mpelos... |
|
| Multiple selections in ComboBox - Beginner Question (VB.NET) (5 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, Is it possible to select multiple lines in a combo box ? If not is it possible to have a listbox that works as a combo box ? Thanks and regards. LMG. |
|
| Regasm during install (5 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, I've got a class library (c#) project that I need to register for COM (using the Register for COM Interop property and a Strong Name Key file). When I build the project in Visual Studio, it goes through the usual Unregistering for COM, Registering for COM and everything is fine and dandy. However, when I create a Setup project and deploy that to another machine, the CLSID and PROGID registry e... |
|
| ComboBox / ListBox (old ItemData in VB6) (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, In VB6 I could use the ItemData for a listbox or a combobox to "index" an item in that list with a value (Ex: shows the customer description and returns the customer code). How can I do that in VB.NET ? I saw the following code sample in a site, but I cannot find that ListItem object mentioned: ListItem myItem new ListItem ("TextToShow","ValueOfTheTextShown"); lstMyListBox.Items.Insert(0,myIte... |
|
| Show Array in DataGrid (4 replies) |
| microsoft.public.dotnet.framework.setup |
| How can I show a multidimensional array in a DataGrid ? Thanks. |
|