| Thread | Last Post | Replies |
|
| How can this be solved | 27 Oct 2005 03:53 GMT | 6 |
I have a service that collects messages form MSMQ to enter to a database. What I notice is that if at the same time, during the process of sending the queued message data to the database, I disconnect the cable, the data obvoiusly don't go to the database but I happen to loose ...
|
| File Locking | 27 Oct 2005 02:21 GMT | 2 |
Anyone have a "File Locking" experience? I want to ask if the application can prevent 2 user access (concurrently) to file for content editing... any lock and unlock mechanism dotnet buildin?
|
| Using .NET ngen Utility | 26 Oct 2005 22:47 GMT | 1 |
Does that mean that the user doesn't need to to install the .NET framework?
|
| reference a variable in form1 from form2 in C#? | 26 Oct 2005 18:41 GMT | 1 |
I have a textbox in form2 that i need to use in form1. How do I get acces to it? I am having trouble finding an example on this...probably due to inexperience thanks
|
| Microsoft Passport | 26 Oct 2005 17:57 GMT | 3 |
Quick question I hope: Can Microsoft Passport be used only by users with Internet access, or can you use it as long as the intranet web server has internet access. Thanks,
|
| Argument exception Urgent | 26 Oct 2005 17:49 GMT | 3 |
I have asp.net code using C# that will convert tif file into jpg and then it display them. The program works on my machine and Dev machine with Window XP professional. When I deploy the program on test machine (window 2003 server) I get error:
|
| VS2005 + Enterprise Library : SQL queries takes longer to execute | 26 Oct 2005 16:02 GMT | 1 |
We developped a program with VS2003 and Enterprise Library. then we switched to VS2005B2 to check the conversion between these two. Everything works fine now except one thing! The sql queries I execute on the database take much longer to execute. We
|
| programmed myself into a corner? architecture question. | 26 Oct 2005 15:15 GMT | 9 |
This is a bit of an academic question for you smarties out there.... I inherited this application that had 40 forms, 120 datasets, and no dll's. I am starting to separate this app (ie: myapp.exe) into functional areas (like product.dll, invoice.dll, customer.dll, etc.). ...
|
| Naming guidelines | 26 Oct 2005 15:06 GMT | 2 |
I came across this URL that describes microsoft's point of view of naming conventions. I was wondering if these guidelines are available as PDF as well. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/c pconnamingguidelines.asp
|
| .NET application starts on browser without warning. | 26 Oct 2005 14:01 GMT | 1 |
Hello. I created a very simple program which just pops up a MessageBox saying "Hello,world!". I compiled it and put it on my homepage and created a hyperlink to it. When I click the hyperlink to the .exe file, unlike the normal .exe files, it is just executed without popping up a
|
| .config file - writing to it? | 26 Oct 2005 11:23 GMT | 4 |
Is there a way to write into the .config file? In other words treat it like a .ini file. (I may be confused on what the exact nature of the .config file may be.) I can read from it fine but would also like to be able to write to it.
|
| Check file is being used by another process | 26 Oct 2005 09:56 GMT | 1 |
How can in check in vb.net that a file is being used by another process thanks
|
| Persistence frameworks | 26 Oct 2005 08:25 GMT | 1 |
I was wondering if there are any recommended persistence frameworks for use in .NET that could be recommended. I am looking for the following requirements: Free/Open Source or very inexpensive.
|
| What special for .net project in Software Development Life Cycle? | 26 Oct 2005 08:21 GMT | 1 |
Believe you have sound experience in development, however, if we look at the whole Software Development Life Cycle (SDLC) of the project, say, 1. Project Initiation,
|
| Delegation, Event-Listeners | 26 Oct 2005 07:49 GMT | 1 |
could anybody explain me the advantages and disadvantages of delegation and the advantages and disadvantages using event-listeners? - both related to the treatment of events. thanks in advance
|