| Thread | Last Post | Replies |
|
| Load time for Smart Clients | 20 Oct 2004 21:47 GMT | 1 |
I have a smart windows forms application (SimpleForm.exe, 24kB), hosted on IIS with XP,SP2,firewall deaktivated. Then I launch the SimpleForm.exe over http from an other machine (w2k, sp4) with IE 6.0.2800.1106.
|
| How to host my ASP.Net Project. | 20 Oct 2004 20:33 GMT | 2 |
Hi All, I am new to ASP.NET. I have a question about how to host the ASP.NET pages to the web servers. Previous i develop for the ASP project. Hosting an ASP poject is pretty simply. Just upload all the files ( .asp file and html) to the web server it will be done.
|
| Localizable Resources and Satellite Assembly dll | 20 Oct 2004 20:31 GMT | 1 |
I am just starting to use .NET and need some help! If I create my own DLL for String resouces using this command: C:\WINNT\MICROS~1.NET\Framework\v1.1.4322\Al /t:lib /embed:resourceString.fr-ca.resources, /culture:fr-ca
|
| .NET server becomes slow after several hours, go back normal after restarting IIS | 20 Oct 2004 19:34 GMT | 2 |
How could I figure out what causes that? Thanks!
|
| Uninstall .NET Framework 1.1 SP1 | 20 Oct 2004 19:11 GMT | 1 |
How do you uninstall Service Pack 1 for .Net Framework 1.1??? I do not have a selection in ADD/REMOVE Programs.
|
| Architecture | 20 Oct 2004 17:13 GMT | 2 |
Buidling an API extracts data from a 3rd party application. The 3rd party application supports around 150 different queries. Which is better, creating a single class that contains methods for each query that accepts parameters or creating a class for each query
|
| Error 1304 | 20 Oct 2004 17:01 GMT | 4 |
I bought a program with a MicroNetframe 1.1 I've been trying ti install, but error 1304 writing to file. how do I fix this error?
|
| Inherited Constructors | 20 Oct 2004 13:55 GMT | 3 |
I know constructors are not inherited from the base class, not in VB.NET nor C# (nor Java I suppose). I never wondered,but reflecting on the reason why, I cannot find a solid answer. Is the reason technical (compiler or CLR limitation) or logical (OOP best
|
| Exception Management Application Block Problem | 20 Oct 2004 12:59 GMT | 2 |
I have seen this problem posted, but the fix posted is not working for me, so I hope to get some help here. I am using the EMAB with all of the default settings, and no custom publisher. It works fine when I am logged in as an Administrator to the
|
| chinese characters on a label | 20 Oct 2004 12:55 GMT | 3 |
How do i get chinese characters on a winform label? Dayne
|
| No row at position 0 ??? Please help !!! | 20 Oct 2004 12:51 GMT | 2 |
Hi,I have copied over a VB NET project to 2 people's machine and tried to run it. (We are all on windows XP). I can run the exe ok on one machine. On the second one, it still runs, but I get a message 'No row at position 0' when I start the program. Why would that happen ?
|
| Problem when using DataTable.Row[x].Delete() - "no row at pos 5" | 20 Oct 2004 10:06 GMT | 2 |
I have a really stupid problem I'm hoping to get help with. The problem occurs if I delete rows from a dynamically built datatable. ie: CreateDataTable(); // creates the structure of the table
|
| Update & Insert in ADO.NET | 20 Oct 2004 10:01 GMT | 1 |
I have a datagrid binded to a dataset and once the user updates the grid my dataset is reflected. When i wanted to save the data to tables, however i needed to insert this data into another table instead of the same table.
|
| Master Detail editable data grid HOW TO? | 20 Oct 2004 09:59 GMT | 1 |
I have to build a master detail editable data grid solution using .Net (preferably c#) can anyone help me to look for some sample code or some help to understand the basics of ASP.Net controls. I am a newbie to .net and would appreciate any help
|
| .NET Load time after OS reboot? | 20 Oct 2004 09:19 GMT | 2 |
I have created a distributed app, with a Windows Forms Client and a Business Web Service. The Smart Client is partly a href/exe (The exe is loaded as a href/exe, the exe contains a Smart Assembly block that loads the rest of the app).
|