| Thread | Last Post | Replies |
|
| First app deployment | 02 Aug 2005 23:07 GMT | 1 |
Hi ; I'm trying to deploy my first winform app that i built with C# in VS.net 2003. how ever i can't make it work on the test machine i have. can any point me to a tutorial, steps or a book that explains the process of deploying an
|
| WMI Timeout | 02 Aug 2005 19:16 GMT | 2 |
I have a list of workstations that I run WMI queries on from VB.NET. The application works fine but can take a while because the list of computers is long and many times there are workstations that are not turned on when WMI tries to connect and eventually times out. Is there a ...
|
| Passing Validation result between tiers?? | 02 Aug 2005 18:19 GMT | 4 |
I have created a class ValidationResult which looks like: class ValidationResult {
|
| Microsoft.Net - Solaris OS | 02 Aug 2005 17:53 GMT | 1 |
Would like to know whether Microsoft.NET would work on Sun Solaris OS.
|
| Static Method Parameters issue | 02 Aug 2005 17:23 GMT | 2 |
Mine is a very basic doubt ... (1) If we are using a static field/object, then the field/object is shared across all the places in the entire application as it is stored only at one place.
|
| How to set focus to a textbox in page in a AxWebBrowser control? thanks | 02 Aug 2005 16:36 GMT | 4 |
I put a AxWebBrowser control into a window, I want a textbox in the page that control call to be focused, if I call the webpage directly, I can see the textbox is the focused one, but when I call it in the AxWebBrowser control, the textbox is not set to be focused. what can I do for ...
|
| Custom component problem | 02 Aug 2005 14:50 GMT | 3 |
Hi gang, Not sure if this is the correct forum for this questions but here goes. I have developed several custom web data components and built them into a DLL. I reference the DLL in my VB.NET project, add a tab to the toolbar and
|
| WebService problem : The underlying connection was closed: An un.. | 02 Aug 2005 14:10 GMT | 2 |
I have a WebService. When I execute WS in browser on local machine - its OK! When I execute WS in browser on the server machine /with remote desktop/ - its OK!
|
| ASP.NET 2.0 Release | 02 Aug 2005 14:08 GMT | 2 |
Our company wants to move our ASP applications to ASP.NET. We didn't use .NET before. I want to ask your opinion: - is it better to migrate right to ASP.NET 2.0 Beta, i.e. start developing and wait until the Release version will come and only then
|
| C# .NET 2.0 NullReferenceException | 02 Aug 2005 13:27 GMT | 5 |
C# .NET 2.0 whats wrong with my code? I get an error on the second line saying "NullReferenceException was unhandled by user code" - "Object reference not set to an instance of
|
| Enterprise Localization Toolkit? | 02 Aug 2005 09:58 GMT | 1 |
I use Localization Toolkit to transfer language. but, the resource file is made from database. but, I dropped the database that have data for resource file by mistake. Is it possible to transfer data from the resource file to database? If
|
| Caching Design | 02 Aug 2005 08:29 GMT | 1 |
My setup is web application, middle tier for business logic and data access. I have static data cached on the GUI and in the middle tier. The stuff cached in the web application is to populate dropdownlists, etc. The data cached in the middle tier is larger, company locations, etc.
|
| Accessing Second Item causes problem | 02 Aug 2005 08:19 GMT | 3 |
I have created an Add-In using VS .NET 2003 for MS Project. This Add-In has to perform different actions. So I have created as many menu items and linked to different function. All the functionalities are working fine without causing any problem when
|
| Closed Captioning: from a DVD to a String | 02 Aug 2005 08:12 GMT | 3 |
I'm trying (read: becoming frustrated) to write a DVD viewer in VB.NET. I can embed the DVD picture using DirectX technology, but it seems to be impossible to obtain closed captioning from the DVD and convert it to a string. There were a few tips on getting the captioning in the ...
|
| Project DLL in /bin folder keeps disappearing | 02 Aug 2005 08:05 GMT | 1 |
Periodically, my project dll inside the bin folder keeps disappearing (????) , which creates a "Cannot load type myproject.global " error . ????? .NetSports
|