| Thread | Last Post | Replies |
|
| Debug asp projects | 14 Mar 2006 13:14 GMT | 6 |
I have old asp code. Also : Microsoft Visual Studio .NET 2003. I want to debug old asp (asp, not aspx).
|
| How to ignore system font size? | 14 Mar 2006 10:48 GMT | 2 |
Does anybody how to ignore the system font size? For me, it doesn't work when I set AutoScaleMode to "none". The font size is still large when the system font size is large. Is there a possibility to force the font size of a tree view to be in 10 point?
|
| playing one sound after another in .NET... | 14 Mar 2006 07:20 GMT | 1 |
i need to play a .WAV file and then programmatically play another .WAV file after the first one has finished playing. ideally, i dont want to require DirectX be installed on the machine. i am currently using the System.Media.SoundPlayer class for playback and hope to not have to ...
|
| how to use CompileAssemblyFromSource to generate windows gui exe | 14 Mar 2006 07:06 GMT | 1 |
I'm trying to compile some source from within in my c# 2.0 application. all works fine, but it always generates a windows console executable instead of a windows gui app. When i take a look with ildasm at the generated exe it says
|
| WebClient::DownloadFileAsync() Throttling | 14 Mar 2006 06:40 GMT | 4 |
I have a situation where I would like to manage how fast an http download occurs from a server (basically, the server risks crashing itself if it goes full bore). I know there's no download rate paramter for the DownloadFile() methods in WebClient. I was wondering if some other ...
|
| File location with Windows Services ? | 14 Mar 2006 04:18 GMT | 2 |
Is there a way to specify where support files are located for a Windows Service? I would like to have my service write and read it's files to/from a different location than Windows\System32.
|
| .NET 2.0 and Windows Service | 14 Mar 2006 04:08 GMT | 6 |
The following error occurs on trying to start a Windows Service that is based on a C# application I am writing: [SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely
|
| CS1595 after installing VS2005 side by side with VS2003 | 14 Mar 2006 01:45 GMT | 1 |
I installed VS2005 and .Net 2.0. After the installation, my existing project in VS2003 starting to show me this error message: " An unhandled exception of type 'System.InvalidOperationException' occurred
|
| Service Install failed. | 14 Mar 2006 00:54 GMT | 1 |
I tried to install my first service and I get the message No public installers with the RunInstallerAttribute.Yes attribute could be found I do have a Public Class ProjectInstaller.
|
| Large object heap and OutOfMemory Exception | 14 Mar 2006 00:08 GMT | 4 |
I have developped a windows services in vb.net (framework 1.1 sp1). I read PDF files stored in a database and put them in an arraylist to create a unique document at the end of the loop. Every single document is neary 40kb my arraylist can stored 150
|
| OnLoad Event for a .Net DLL? | 13 Mar 2006 23:42 GMT | 3 |
Is there some way for code to be triggered for execution when a .Net 2 DLL file is loaded? I need to perform some initialization work (like loading other DLLs). Thanks.
|
| Problems with wininet.dll and C# | 13 Mar 2006 23:11 GMT | 2 |
Please I have a question I want use InternetStatusCallback and InternetSetStatusCallback of wininet.dll using C#
|
| xml response of a web service | 13 Mar 2006 22:52 GMT | 2 |
I a new bie to web services.. I've requirment wherein I need to build the xml response I know the method of my web service and I know it's return values.... I need to know the kind of xml response it builds when I call the method
|
| Is there any type of linker I can use with my application? | 13 Mar 2006 22:32 GMT | 2 |
My application is about 3 megabytes in size and it would be crazy to have to distribute the whole runtime library just to deploy my application. Is there any type of linker that I can use to import all the elements of the .net runtime that my application is using, into the ...
|
| Identify multiple running instances of an application | 13 Mar 2006 19:40 GMT | 2 |
Hi, I wrote an app in .Net and I whant only 1 instance of this app open for the user; the user open my app, do some works and try to open another instance of my app, I whant to show a message to user to inform hmi only one instance is permit and close the second instance after ...
|