| Thread | Last Post | Replies |
|
| How to register custom control.... | 26 Jul 2006 11:21 GMT | 1 |
Hey can anybody pls tell me how to register custom control in GAC or in Assembly. Thx. Sachin
|
| ASP.NET 2.0: unexpected exception after Page_Unload() | 26 Jul 2006 11:02 GMT | 2 |
I am learning .NET 2.0 and I have written simple application with Default.aspx page and logging in Logon.aspx/Logon.aspx.cs. After Page_Unload of Logon.aspx.cs (I have checked by debugging) I receive error that I don't understand:
|
| Concurrency violation: the UpdateCommand affected 0 records | 26 Jul 2006 10:55 GMT | 1 |
I got the error "Concurrency violation: the UpdateCommand affected 0 records" while updating some records in the Windows Application. I am using VB.net in VS 2003 and the backend is Access (2000) database. My Code is just like as the following,
|
| Hating to kick a dead dog, but let me ask another typedef / data dictionary question... | 26 Jul 2006 06:06 GMT | 3 |
C# is supposed to be an improvement over C++, and I've read a zillion debates on using "using", no "typedef", no "include" to no avail. So how can I implement data dictionary-like functionality in C#? I must be missing something.
|
| Mono Project | 26 Jul 2006 05:04 GMT | 1 |
Is Mono Project a realistic thing? I mean, should I believe in a close time we will be able to develop in C# for Windows environment, as well as for Linux? My question resides on the fact that a lot of potencial customers around
|
| searching for files in Windows... | 25 Jul 2006 20:19 GMT | 1 |
let's see if I get better luck here, I posted this question in another ng, but got no responses.. I'm at work, where my machine has .NET Framework running in Windows Server 2003 Standard Ed..
|
| warning on accessing shared method | 25 Jul 2006 20:12 GMT | 1 |
Why do I get a warning: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated When accessing a shared method in the framework. (for example)
|
| Crystal Reports: How to select data source from a referenced assembly in "Database Expert" window? | 25 Jul 2006 17:37 GMT | 2 |
Hi to All, Our all data source object are defined in a separate assembly than UI. When I start designing a new Crystal Report a dialog pops up and asks for data source. Unfortunately it lists only the datasets and objects from the
|
| The service started and then stopped... | 25 Jul 2006 17:07 GMT | 2 |
I have created and installed a Windows service which hosts a remote object for chat clients. The installation went fine, but when I try to start the service in the Services tool it says: "The service started and then stopped. Some services stop automatically if they have no ...
|
| Updating 1.0 to 1.1 | 25 Jul 2006 16:28 GMT | 2 |
I am trying to update .NET Framework from 1.0 to 1.1. The problem is that any attempt to run the updater fails. I tried to download the updater and run it locally and it still fails. Is this knowledge article, http://support.microsoft.com/kb/824643/, valid for 1.0 to 1.1 ...
|
| verfying user's email address | 25 Jul 2006 14:14 GMT | 1 |
I need to verify that the supplied email address is valid or not. So, here's my situation: - In my <profile> area, I created <isVerified> property. - Suppose a new user has been created. I set the profile.isverified to false. OnCreatedUser event I'll send him an email (to the ...
|
| OOP design | 25 Jul 2006 13:43 GMT | 3 |
I've got to produce a console app that requests a dataset from a web service in our personnel system, manipulates the data and then updates each record in the Active directory. Not being the most brilliant OOP programmer I'm having problems trying to
|
| xmlns...... | 25 Jul 2006 13:43 GMT | 2 |
hey hi again, I just wann know what is xmlns . thx Sachin.
|
| What's the difference between dispose() and GC.collect() | 25 Jul 2006 08:04 GMT | 2 |
I use webBrowser to open a Word document, when I use this.webBrowser.dispose(), the WinWord Process end. while I use this.webBrowser = null, GC.Collect() , the WinWord Process still alive.
|
| Filecopy to network share | 25 Jul 2006 07:22 GMT | 3 |
I have a question. We have a webserver in a domain, DomainA, and a webserver in a DMZ with local users and groups only. I'm trying to copy a file from the DomainA webserver to the DMZ webserver. Het firewall is configured to allow traffic via NetBIOS by ip-address. File
|