| Thread | Last Post | Replies |
|
| Consuming a DLL in Visual Basic | 02 Dec 2004 16:07 GMT | 4 |
Okay, I have this DLL provided by a vendor. I believe that it was written in Visual C++ 6.0 (Visual Studio 6.0). Can I consume it in my app? And if so how. Pointing me to an article or tutorial would be fine. If you need more info, please ask. I'm not sure where to start here.
|
| Need help with IE Server | 02 Dec 2004 16:00 GMT | 3 |
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after starting VS.NET 2003 is an HTML page, but can also control the ...
|
| Server Unavailable Error (aspnet_wp.exe) | 02 Dec 2004 15:51 GMT | 1 |
I'm running the .net framework 1.1 sp1 on a windows 2000 server sp4. We are running a Plumtree Portal (.net version) on this machine. If the machine is not rebooted every couple of weeks or if a group of 25 or so users try to log on to the website at the same time, they ...
|
| Scope of Using Statement? | 02 Dec 2004 15:41 GMT | 2 |
Hi- I'm new to .Net, a Delphi developer learning C#. What is the scope of the using statement, or maybe a better question is how do I use it? From the help, it looks like the scope is within a namespace. What I have is a class library with several files. One file is a base
|
| DateTime Parse and CultureInfo problem. | 02 Dec 2004 14:35 GMT | 2 |
My SQL Server database is held on a server in the USA. Inside my database table, I have some date values. They are represented in USA format = month/day/year If someone looks at my website in the USA, I want them to see dates
|
| w3wp.exe locking DLL and PDB files. | 02 Dec 2004 14:19 GMT | 15 |
Hi, i have an ASP.NET project that is using a (Class Library Project) VB.NET DLL. for some reason after running some pages on the web server, and trying to compile the Class Library DLL, it can't compile because the DLL is in use (and the PDB too), and the w3wp.exe process is the ...
|
| Uninstalling assembly from the GAC. | 02 Dec 2004 13:33 GMT | 3 |
I did install my assembly in the GAC using gacutil /i myAssembly.dll and now I want to remove it when I do gacutil /u myAssembly it failed with this error: Unable to uninstall: assembly is required by one or more applications
|
| Threading Part 2 | 02 Dec 2004 13:26 GMT | 4 |
Hello and thank you for your assistance. I have attempted to accomplish what I need using delegates with no success. i.e. //Button Click//
|
| exporting a C style method from DLL with dot-net | 02 Dec 2004 12:49 GMT | 2 |
Hi, is it possible to export a C style method from a dot-net DLL? TIA, z.
|
| non-control-based communication from worker threads to UI thread | 02 Dec 2004 10:06 GMT | 2 |
I have an application that consists of a UI thread and several worker threads. There is no top-level form that can be counted on as always present. (This is a kiosk application whose user interface consists of a series of independent screens, sort of like a slide show.) ...
|
| Can i do sth like that in .NET? | 02 Dec 2004 09:53 GMT | 4 |
I wonder if I could make a windows application which hosts html pages, and instead of the typical .NET controls uses the HTML controls, but at the same time executes commands of the main application from that html page. I actually want to make sth like McAfee 8, which has html pages ...
|
| Fulltrust to application | 02 Dec 2004 07:08 GMT | 2 |
I wrote a program and it need to set fulltrust permissions in machine for running this applications from share. (.NET Configuration Tool -> Runtime Security Policy -> Machine -> Permissions Stes ->Full trust). Is there any method to use 3th mechanism (like GPO or other 3rd tools) ...
|
| Automatic failover for two .NET remoting servers | 02 Dec 2004 06:44 GMT | 3 |
I have an application written with Windows Forms. in C# that uses remoting (http-channel, binary formatter) to talk to the middle tier on a IIS6. I now want to make the server more available by having two
|
| Threading | 01 Dec 2004 22:53 GMT | 5 |
I am making a app that creates a thread to show a clipboard. If the clipboard is double clicked, another window is displayed, the event is handled inside the main app. What I would like to do is have the clipboard use the main thread of the application that called it to handle ...
|
| trouble with creating mulitple instances of a class | 01 Dec 2004 22:01 GMT | 1 |
I have a problem I can't get around. I am new to OOA/OOD/OOP. I have created a class that will be an object for databases connections. the class has a bunch of properties sconnectstring = DFAppConnection.ConnectSQLServer(Me.txtdatabase.Text,
|