| Thread | Last Post | Replies |
|
| Deployment of the Windows Application in C#.Net | 14 May 2007 18:14 GMT | 1 |
I am deploying a desktop application and adding some files to the folder in the application folder (I also tried to add these files to custom folder also). All goes fine when the setup is installed but when i try to delete or update these files and then try to launch the
|
| Scheduled task windows service | 14 May 2007 17:29 GMT | 1 |
Hello... I need to add a timer to a windows sevice to start a program every day at the same time. Because timers aren't set up to do this (run at a specific time), I know I need to check the time and establish an interval so the timer
|
| Unhandled exception on Windows98 | 14 May 2007 17:18 GMT | 1 |
Why is my application crashing on a windows 98 machine? It runs fine on the development machine with xp pro.It was developed with VS2005 in VB. I installed framework 2 and windows installer 2 on the windows 98
|
| wifi boosters | 14 May 2007 16:40 GMT | 4 |
hi ,can anyone tell me how i can boost my netgear router signal ? ,because i am unable to use my laptop in my downstairs rooms . thank you
|
| Communicating between threads | 14 May 2007 16:40 GMT | 6 |
Hi friends, How to communicate between two threads ? Scenario: I have two thread, when any one thread has done some changes , this changes
|
| AddHandler method not being called | 14 May 2007 08:51 GMT | 4 |
Using VS 2003 i had programmatically created Tables with rows and columns having Buttons, Textbox etc , the button were activated using AddHandler btn.Click, AddressOf btnAddProjectNotes_Click At that time everything was working fine, now using VS 2005 the delegate is
|
| XmlNode.InnerXml and Xml Readers / XmlDocument | 14 May 2007 07:54 GMT | 10 |
I am currently working on xml files and i am trying to ensure that my code handles any encoded chars (like > < & ' stored as < > " ' ) I am currently using XmlValidatingReader.ReadInnerXml() but i have noticed the behavior with XmlDocument too.
|
| Can't register Msxml3.dll | 14 May 2007 01:40 GMT | 2 |
regsvr32 Msxml3.dll then see the following errer: DllRegisterServer defeated in Msxml3.dll errer code:0x80070005
|
| rotating pictures on the fly | 13 May 2007 17:24 GMT | 2 |
Is there a way in vb.net to, 1) detect if an image has been taken with a
> camera on a vertical axis, and 2) rotate the picture for display - across > an > intranet (asp.net), with huge files sizes (2 - 3 MB), that doesn't take |
| AddHandler problem | 13 May 2007 15:20 GMT | 3 |
when creating a handler AddHandler btn.Click, AddressOf btnAddProjectNotes for the following delegate Protected Sub btnAddProjectNotes_Click(ByVal sender As Object, ByVal e As
|
| Shortcut? | 13 May 2007 11:25 GMT | 2 |
Is there any builtin shortcut to go to C:\winnt\microsoft.net \framework directory? I do not want to create a shortcut manually. I am using windows xp, 2003 server and vista.
|
| SOS on Remoting based on httplistener? | 13 May 2007 00:43 GMT | 1 |
I setup webservice on both client & server side to communicate bi-way. But the server will crash in short time, maybe 60 second. And the error message in Event log is as following, any suggestion is highly appreciated!
|
| Detecting .NET assemblies from native apps | 12 May 2007 21:27 GMT | 1 |
I need to determine from a native VB6 application whether a .exe is a .NET assembly or just a regular app. Is there an easy way to know that? My app launches a bunch of processes on startup. I need to launch those executables that are .NET assemblies in their own process by ...
|
| Cannot use a leading .. to exit above the top | 12 May 2007 21:21 GMT | 1 |
I'm getting this issue "Cannot use a leading .. to exit above the top directory" when i access in my server, it is working fine in my local. We are using RewriterRule in web.config file.
|
| Viaual studio | 12 May 2007 21:15 GMT | 1 |
I have SQL 2005 loaded on my computer from the Action Pack. I am learning ... via books etc. Can you tell me if I should expect to have Microsoft Visual Studio as part of the Action Pack?
|