| Thread | Last Post | Replies |
|
| Errors when loading large solution in VS 2003. | 12 May 2004 09:49 GMT | 9 |
When I open a large solution in VS2003. I get over 2000 errors in my task list. The text "Empty" afters in the Class and Member dropdowns. If I close I get the Microsoft Error dialog, and VS2003 reloads. Any thoughts
|
| User Controls in Toolbox | 12 May 2004 09:01 GMT | 3 |
I've created library with some "user controls" and they all showed up in the toolbox, so it is easy to drag them to a form in Forms Designer. Now we want to use the controls in our main project which is located on another computer. The problem is they don't show up in the toolbox.
|
| Need better crash info for failing service | 12 May 2004 07:36 GMT | 2 |
I have a system service written in C#. For some reason it fails to start on our external web server (running a tightened Windows 2000). If I try to start the services after logging on, it works great.
|
| Could you make a crappier HTML editor ? | 12 May 2004 07:07 GMT | 15 |
Open VS.2003. Click on a control on an aspx page in the HTML view. Does it tell me the pixel position on the page? Nooooooooooo.................
|
| Byte[] to string - Kinda... | 12 May 2004 04:46 GMT | 1 |
Hi guys. I'm parsing an XML document with the Chilkat XML.net parser. I am trying to take the easy way out since I'd rather not have to write my own. The problem is that the Chilkat parser automatically performs a whitespace trim on a node's content when it returns the value ...
|
| Help: DLL run-time problem | 12 May 2004 03:51 GMT | 3 |
I have a class library (DLL) that I created and have been using for sometime in my various .NET applications. Recently, I have been having problems with what I believe is corruption (or a bug) of the DLL. The problem goes something like this: - I add new classes, methods, types, ...
|
| Where to find missing/not installed components/user controlls | 12 May 2004 03:26 GMT | 1 |
I have been trying looking for Slider control required for one of the application. I have looked in default Form controls, then tried to add controls from COM components, but could not find one Can anybody please tell me where can I find such control or is there any external ...
|
| Windows Component Update Disk | 12 May 2004 03:22 GMT | 1 |
(doh... that was me) Here is the problem.... I try to install my VisualBasic.net Standard Version 2002 But then it just sits there and asks for "Windows Component Update Disk for
|
| How do I acquire MethodInfo WITHOUT hardcoding the method name in GetMethod?! | 12 May 2004 01:40 GMT | 1 |
How do I acquire MethodInfo WITHOUT hardcoding method name as a string?!??!The fact I have to use xxx.Gettype.GetMethod("MyMethod", xxx) is making me want to drive an ice pick into my eye! I have exhausted my resources and I cannot find a way out of it.
|
| Performing a ping from within VB.Net | 11 May 2004 23:29 GMT | 2 |
Hello to the pros, I have to create an application that performs a "Ping" to an IP-address. The result (successfull or not successfull) should be captured by the application and should be shown to the user.
|
| VisualStudio.NET built in Crystal reports question | 11 May 2004 20:27 GMT | 1 |
I want to create a compound field i.e. CityStateZip and then build a formula that is composed of the 3 data elements .City, .State and .ZIP. I've done this before creating a formula in the "real" Crystal reports product but on this machine all I have is the version of Crystal ...
|
| Programming loops inside repeater controls | 11 May 2004 18:57 GMT | 1 |
I'm trying to display groups of records with the repeater control in a loop, whereas each time i iterate i will display the next set of displaygroups. My sql,databind strings are : <script language="VB" runat="server">
|
| Programming For Other Programs? Plugins? | 11 May 2004 18:47 GMT | 2 |
Does anyone know how to code plugins, or code run off your own program that affects another program? Example: File1.exe sends the string "Test" to File2.exe (A Completely different program) and "Test" Appears in a textbox on File2.exe.
|
| Add IE registry entry with setup program | 11 May 2004 18:45 GMT | 2 |
I need to add a registry entry to internet explorer (I'm adding a right click menu item) with vb.net setup program. Anyone know how to do that? Thanks!
|
| Statics and threading | 11 May 2004 18:41 GMT | 2 |
I am writing a fairly simple desktop app which will not be subject to great loads. Therefore this question is more for academic purposes I have implemented a class that declares only static members and functions. I use this class to control my connections. There are just 2 methods ...
|