| Thread | Last Post | Replies |
|
| Mobile verses normal aspx? | 26 Jan 2005 14:37 GMT | 1 |
I put a small amount of code to support limited capabilities in my application to support mobile devices. I've used normal aspx (not mobile) and it appears to work very well. I checked it out with the OpenWare 7, Microsoft Mobile Explorer 3.0, and Pocket PC 2002 emulators and ...
|
| Regular expression problems | 26 Jan 2005 12:48 GMT | 1 |
Hello al I am not sure where to post this, so I hope this is correct. We have written a Visual Studio AddIn that relies heavily on regular expressions, which are often executed thousands of times. When running, it
|
| starting long running stored procedures | 26 Jan 2005 11:13 GMT | 4 |
I have a windows service that starts a stored procedure that could take many hours to run, and the code below starts it, however the stored procedure does not finish. When I run it through query analyzer it runs all the way through ok so there's nothing wrong with the sp. Any ...
|
| Problem with SMTPMail object... | 26 Jan 2005 11:12 GMT | 3 |
Can someone let me know if there is a more appropriate area for this question. The following code used to work when we had our own email server,which has now been decommissioned. I can't remember how I managed to get hold of the
|
| Assemblies in GAC | 26 Jan 2005 08:12 GMT | 5 |
I have an assembly in GAC which I want to reference in my project. When I try to add the reference using "Add Reference" in the solution explorer I could not find the dll in the list(.NET as well as COM). Why is the dll that is visible in the GAC not visible to Visual Studio.
|
| Shell_NotifyIcon from a service? | 26 Jan 2005 07:44 GMT | 3 |
Service handles the EventWritten event on an event log. Service is set to run as LocalSystem and interact with desktop. In the event handler, I create a form (but don't show it), and then call the native Shell_NotifyIcon using the form's handle and icon to display a balloon tip ...
|
| Assembly Redirection does not work | 26 Jan 2005 02:36 GMT | 1 |
I am having a hard time redirecting a VB.Net assembly. The old and new assemblies are version major 1 and minor 0. The build and revision number are different. 1.0.1519.15373 to 1.0.9.9
|
| Firing events on a differnet thread | 26 Jan 2005 00:33 GMT | 2 |
I've just been thinking about scenarious where firing an event causes a number of handler to execute - all of them potentially taking some time to complete. With a UI control, that could be a problem. The answer of course is to use threads - but I was wondering what the rule of ...
|
| strange memory managment | 25 Jan 2005 23:56 GMT | 1 |
This might be something really straight fowward, but I have been debugging my application. I noticed some really unusual memory behaviour, after putting it through a profile, I narrow
|
| Installing .NET Academic | 25 Jan 2005 21:41 GMT | 3 |
I just installed VS .NET Academic and when I try to run (CTRL+F5) a program I get, "Error while trying to run project: Unable to start debugging. The debugger is not properly installed. Run setup to install or repair the debugger."
|
| .NET and C++ template | 25 Jan 2005 21:40 GMT | 1 |
I have created a C++ MFC dialog based appliction with .NET 2003. I am trying to use a functioning MFC extension dll. There is a header file for this dll that defines a template class. .NET errors when trying to compile this file. This dll and it's associated headers compile and ...
|
| Image comparison, from image capture device | 25 Jan 2005 21:40 GMT | 2 |
I am trying to find some code, or reference docs, to assist in helping capture images from an image capture device (ie. webcam etc etc). I want to be able to compare successive images coming from the device, and be able to detect if the image has changed from the previous one. I ...
|
| Threading speed | 25 Jan 2005 20:13 GMT | 3 |
Is really threading in .net so slow. I'm a mfc programmer that have stared to write code in managed c++. I have compared thread loops in mfc with .net, and .net loops seems to be extremely slow. I just increment a value, and while mfc is upp at 1300000incs, .net loop has ...
|
| Dynamic creation of new managed classes | 25 Jan 2005 18:21 GMT | 2 |
How can I create new classes which their properties and methods are determined in runtime ? Thanks,
|
| Crystal keycodev2.dll Frustrations!!!! | 25 Jan 2005 17:28 GMT | 1 |
I've been in the IT industry for over a decade now and I have worked with Crystal Reports on many occasions. Creating reports is simple. Creating reporting applications has ALWAYS been a frustrating pain in the behind. Crystal is supposed to be the premiere reporting
|