| Thread | Last Post | Replies |
|
| GAC Assembly Not Found | 05 Apr 2006 19:40 GMT | 1 |
Salutations, I've got an assembly intalled in the GAC, I've added a reference to the assembly to my project, but during executiong I get assembly bind errors. Additionally, viewing the assembly log says its trying a
|
| TargetException: Object does not match target type. | 05 Apr 2006 17:37 GMT | 1 |
I have the following code that sets some public properties in an EXE program I load using LoadFrom. I set the property values and all was well. Then I changed the loading program to remove a form and clean up some stuff and now I get the error "Object Does Not Match Targe Type". ...
|
| Need information about .NET | 05 Apr 2006 15:30 GMT | 1 |
I am familiar with programming in .NET but I am unfamiliar with the networking abilities of .NET. I basically need information about .NET from a middleware (networking) perspective. I do not need any information about programming in .NET but more so about what are the
|
| .NET thread communication | 05 Apr 2006 15:09 GMT | 3 |
I have a parent thread that starts a child thread. After the child thread has been started I want the parent thread to wait until the child thread has reached to a specific point in it's work. What .NET primitive should I use for this "waiting until another thread reaches a ...
|
| Replacing NTFS permissions on all child objects | 05 Apr 2006 14:46 GMT | 1 |
In NTFS all folders/container objects have an option called 'Replace permission entries on all child objects with entries shown here that apply to child objects' As I understand this option replaces all explicitly configured and
|
| Managed Code - Eject CD/DVD Drive | 05 Apr 2006 14:37 GMT | 2 |
I am working in framework 2.0 (c#) and I am looking for managed code to eject a cdrom/DVD drive. I have two cdroms installed on my machine and would like to programmically eject each one independantly. Thanks
|
| Help needed !!! EventType clr20r3 .net 2.0 Runtime Error | 05 Apr 2006 14:24 GMT | 2 |
we developed as small Windows Service in .net 2.0 so on some machines it's working without any problems and on others we get this error message: EventType clr20r3, P1 myapp.exe P2, 1.0.2242.33342, P3 43fa01c5, P4 system,
|
| how to: property inside property | 05 Apr 2006 13:53 GMT | 2 |
I'm wondering how can I manage to do this in my VB Class: I have a property called Image01_url and other Image01_value How can I have Image01.url and Image01.value instead? --------- START CODE -----------------------------
|
| Raiseevent inside catch block | 05 Apr 2006 13:29 GMT | 3 |
Can you raise an event within a catch block in VB.NET ?( 1.1 Framework) I am seeing some unexpected behavior in other parts of the WinForm app. I just wondered if it is even "legal" to do this. TIA
|
| index in the constructor | 05 Apr 2006 11:40 GMT | 2 |
greetings fellow developers, how to limit the number of objects that can be build from a class??? is anyone familiar with this problem, i guess that it has somthing to do with indexing the objects while instantiated, i am i correct ??? or
|
| Hi | 05 Apr 2006 11:38 GMT | 1 |
I have made setup project in my solution. I would like to include Windows installer 3.1 (since it is needed for installations) and runtime of Framework 2.0. How to do include runtime of Framework and and Windows Installer in setup
|
| Connection is automatically closed after receiving "403" from webs | 05 Apr 2006 08:57 GMT | 3 |
I have a huge problem with HttpWebRequest/HttpWebResponse. The problem is when i generate a request using HttpWebRequest to a web server, when the webserver responds with "403 Forbidden" the connection to the web server is automatically closed by the .net (i guess by
|
| ICallbackEventHandler | 05 Apr 2006 07:25 GMT | 2 |
I am implementing the ICallbackEventHandler interface, and one of its members methods in a server control as follows : public void RaiseCallbackEvent(string eventArgument) {
|
| System.IO.IOException: The semaphore timeout period has expired. | 05 Apr 2006 03:14 GMT | 2 |
I have a .net service on a Win2003 server box that periodically attempts to move files from a local path to a UNC path on another Win2003 server box. I use System.IO.File.Move to accomplish this task. Unforunately, this causes the
|
| DateTime | 04 Apr 2006 22:10 GMT | 1 |
How can I get the difference in minutes between DateTime.Now and DateTime.UtcNow?
 Signature Arne Garvander
|