| Thread | Last Post | Replies |
|
| Can I create a single file SETUP.EXE from deployment project | 22 Apr 2004 20:29 GMT | 1 |
Using VS.NET 2003, I would like to deploy my project as a single-file exe. What I actually get is three files: Setup.exe Setup.ini
|
| Windows Installer Solution not installing service | 22 Apr 2004 19:26 GMT | 4 |
List I've made a .NET windows service in C++, then I added an installer to the solution. I added the 'Project Output' from my .NET service as a package for the installer to install however it does not install my program as a service on the client machine. Is there something ...
|
| cookie expiry date 01/01/0001 | 22 Apr 2004 18:35 GMT | 3 |
Below is the code to save the cookie and set the expiry date of the cooki Response.Cookies["demo"].Value ="Hello" DateTime dt = DateTime.Now TimeSpan ts = new TimeSpan(0,0,10,0)
|
| Boxing | 22 Apr 2004 16:42 GMT | 7 |
What is Boxing & UnBoxing in .NET?
|
| WS or .NET Remoting? | 22 Apr 2004 15:31 GMT | 4 |
We have a new project which we want to share objects between the .NET group and the Powerbuilder group. The Powerbuilder group can't have the .NET framework installed as it's still on NT4. What methods exists for sharing objects between the groups?
|
| Problem with one DLL using another DLL | 22 Apr 2004 14:40 GMT | 1 |
My aspx-project uses the dll "a.dll" for some calculations. I added a reference to this dll in my project - so I can use most of the functions provided by the dll. Some functions in "a.dll" make use of another dll ("b.dll") though. When I try to call these functions, an error ...
|
| Adding buttons programmatically | 22 Apr 2004 13:11 GMT | 6 |
I have a form and I add buttons programmatically in de form_Load function Anybody know how implements de function button_click if in the designer mode the button doesn't exists Another question In a datagrid control is posible programmatically do autosize columns
|
| "Reference required to assembly 'RootLevel' containing the type 'RootLevel.Root'. Add one to your project." | 22 Apr 2004 12:13 GMT | 1 |
While building on a class library for an object model, I get the above error message. The steps to recreate the problem are as follows: 1. Build a RootLevel.dll containing only this code:
|
| Build error for VB.NET but not C# | 22 Apr 2004 12:12 GMT | 1 |
While building on a class library for an VB.NET object model, I get something similar to the above error message, but not with C#. The steps to recreate the problem are as follows: 1. Build a RootLevel.dll containing only this code:
|
| Problem with Whidbey on W2003 with SPPS | 22 Apr 2004 11:08 GMT | 1 |
On my machine (W2003) I had Sharepoint portal server running, just the default settings after setup together with .NET 2003. Now I tried out to install Whidbey. Thenafter the Sites from SPPS couldn't be displayed anymore (page not found). In the IIS configuration manager I can't ...
|
| Multiple panels with 'Fill' docking | 22 Apr 2004 10:35 GMT | 4 |
I'm trying to add panels to a parent panel programatically. I'd like them to all take up an equal amount of the parent form as it's resized etc. Using Docking::Fill obviously causes one panel to expand to fill the entire parent, and I can't get a satisfactory result using Anchor - ...
|
| Security Permission AccessMask Property | 22 Apr 2004 08:57 GMT | 1 |
I am trying to write some code to parse file permissions, however I have run into some troubling problems No matter what language or method used to retrieve the accessmask property, if the value is set vide the standard windows GUI the returned value does not equal what the ...
|
| URL for application developers to use to point to .NET Frameworks | 22 Apr 2004 05:33 GMT | 1 |
In the setup of my .NET application, I want to point users to the correct URL for them to download the .NET FX 1.1 if they don't already have it Should I point my users to http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157 -034D1E7CF3A3&displaylang=en ...
|
| DatagridStyle Control problem | 22 Apr 2004 02:46 GMT | 2 |
I have created a DataGridColumnDatePicker Component so that I can put a datetimepicker control in my datagrid. It almost works. When I put my mouse in the cell it changes to a
|
| Some general .NET array and interop questions | 22 Apr 2004 00:03 GMT | 1 |
All I have some general .NET questions that I'm looking for some help with. Some of these questions (like the first) are ones that I've seen various conflicting information on, or questions that I'm not sure are specific anomolies that I'm having, or if they are specific known ...
|