| Thread | Last Post | Replies |
|
| dll problems in an ASP.NET application | 14 Jul 2004 23:27 GMT | 1 |
When I do a build locally of my asp.net application using Ctrl-Shift-B from Visual Studio.Net, the dll gets created in the C:\Documents and Settings\Craig\VSWebCache\CRAIGSXP\CasketSource\bin folder and NOT in the C:\Inetpub\wwwroot\CasketSource\bin folder
|
| Sending a switch to a form | 14 Jul 2004 22:59 GMT | 3 |
For a Windows Form app, that consumes a web service. I want the option of being able to run this as a scheduled job in a batch mode. The app ( which I call XMailMan) form has two controls, a
|
| Howto? Create a multithreaded class library | 14 Jul 2004 22:04 GMT | 2 |
Is there anyone who can point me to a good tutorial on how to create a multithreaded class library? Class A is a controller that starts up a number of threads of code in Class B. Class B raises events back to Class A.
|
| visual studio .net professional / C++ | 14 Jul 2004 21:51 GMT | 2 |
Hi, I've got an eval version of the above product and am trying to build regular C++ applications. I am not sure if I am doing things correctly though.I would like to build regular C++ apps that will be portable. Therefore I don't want to use features like precompiled headers, ...
|
| FileSystemWatcher in Service App on Windows 2000 Server | 14 Jul 2004 20:58 GMT | 1 |
Previously posted on the VB newsgroup with no replies, so any ideas appreciated. I have written a service application in VB (VS.Net 2003). On start, the service creates an object that instantiates a System.IO.FileSystemWatcher like so (the _watcher is
|
| Using .NET class in Visual Studio 6.0 enviornment. | 14 Jul 2004 20:30 GMT | 1 |
I need to use the .NET platform crypotography class 'AES128' in my Visual Studio 6.0 project. But i don't have a .NET platform. Is there something like a runtime dll or something available from .NET that i can directly use to make calls from my VS 6.0 project ?
|
| Datagrid sorting | 14 Jul 2004 20:10 GMT | 1 |
Two Questions.... 1. On the DataGrid, if you click on the column titles it will sort the data on that column and put a little "arrow" to indicate that the grid is sorted on that column. When I populate the grid, as the data it is already in a
|
| How to identify whether an assembly is in Debug or Release? | 14 Jul 2004 20:03 GMT | 2 |
Greeting, Anyone know any tool to identify whether an assembly is in Debug or Release? I can use "Dependency Walker" from VS 6. How about VS .NET? Got
|
| VB .NET Form Question | 14 Jul 2004 16:28 GMT | 1 |
When I add controls to a form and run the .exe under Win XP, the outline of the form displays first and then the controls on the form. The .exe works fine but the initial show looks like the computer is running slow because the form does not show all at once. It shows one ...
|
| System.Windows.Forms.Control maximum sizes | 14 Jul 2004 16:26 GMT | 3 |
Does anyone know how Windows allocates memory for controls? For example, given a huge Panel, say, in a relatively much smaller Form with scrollbars, will Windows attempt to allocate a huge area of memory for the Panel's visible surface, or will it only allocate as much as is ...
|
| Proper use of the GAC and referencing old versions of a DLL | 14 Jul 2004 16:20 GMT | 1 |
Everyone, I have a question about the proper use of the GAC and how to reference past versions of a DLL. Let me lay out the scenario ... Suppose we have a DLL named GACTest.dll ...
|
| Remoting problems | 14 Jul 2004 15:30 GMT | 4 |
I have a config file that looks like this: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting>
|
| Table Exists Function | 14 Jul 2004 14:13 GMT | 1 |
i want to write a function which will check if the table exists in the database or not. the thing i want this function to work in any database (sql, access. oracle etc) so i am not able to check it in access in and oracle. can anyone help me out with the procedure to check for this ...
|
| probleam in deployment | 14 Jul 2004 13:02 GMT | 1 |
i prepair a database application and create its setup.when i install this setup on windows 95,98,2000 that time it give me error messes ".net framework is not install" when i install it then my application run sucessfully. my problem is it install whole .netframework and ...
|
| Sorting a dataset | 14 Jul 2004 12:46 GMT | 8 |
Is it possible to sort a dataset rather than a dataview? I have a web service that returns a dataset which I would like to sort before returning it (this is so the sorting is standardised and so applications that see the results as xml don't have to fiddle around
|