| Thread | Last Post | Replies |
|
| How does VS2005 figure out which .sln file to load?? | 13 Sep 2006 13:23 GMT | 1 |
I have two versions of a project placed under: wwwroot\Version1\webapp wwwroot\Version2\webapp If in VS2005 I choose Open Web Site and open the Verson1 site, then VS2005
|
| Problem: DLL Made in VB.NET Is Not Referenceable | 13 Sep 2006 08:28 GMT | 2 |
I have a DLL that I created in VB.NET. I haven't had a problem referencing it in the past, but now I suddenly do. I re-build it and then reference it from my application, but when I type Imports to import it, the intellisense doesn not include it. If I type the name of the DLL, ...
|
| GUI for Charts | 13 Sep 2006 08:27 GMT | 3 |
I would like a suggestion about a graphic provider for Charts plotting in VBNET. I need to plot charts with more elegant graphic interface than VBNET default one;
|
| ISerialization Frustration ! | 13 Sep 2006 00:21 GMT | 8 |
I'm not sure if I'm having a moment of non-clarity or not but I don't believe implementing ISerialization works at all. It started when I had a class that I wanted to provide my own serialization for because it had ReadOnly properties. So I implemented the ISerializable
|
| Dot Net 2 Contents | 12 Sep 2006 15:06 GMT | 1 |
Can anyone tell me if the dot net 2 framework ships with embeded crystal reports runtime files. I know that Vs.net does but I'm not sure if the framework has anything embeded which may interfere with the actual crystal installation
|
| Delete a file | 12 Sep 2006 13:58 GMT | 2 |
I have a problem when trying to delete a file. I have to extract some information from a file, and then I have to delete it. When I try to delete it after I read it, I get a "Access denied" error. help pls, Neven
|
| Derive a WebService Proxy Class | 12 Sep 2006 13:35 GMT | 1 |
I use VS.NET 2005. I generated a Proxy file (reference.vb) with the build in WSDL Generator -> so far so good. I have to provide some classes from that to COM via the interop-layer
|
| SecurityExcepion inside DLL linked in an HTML tag OBJECT | 12 Sep 2006 10:44 GMT | 2 |
I've got this strange problem. I've created a library of some assemblies and one of these (webclient.dll) is linked inside an html tag object by using this sintax:
|
| Setting enumerator using reflection | 12 Sep 2006 09:45 GMT | 1 |
I am loading an enumerator in a list box using reflection. Using if (!this.IsPostBack) {
|
| References in multiple projects solution | 12 Sep 2006 08:41 GMT | 1 |
I just encourntered the following problem. I have a Solution with one WindowsForms startupprojekt and two class library projects a and b. Now when compiling a seperately everthing is fine. Also when I compile the Startup project seperately it's ok. Only if I select Build solution ...
|
| CommandText is placed in the resx file | 12 Sep 2006 08:16 GMT | 7 |
I have the following class defined: [DesignTimeVisible(false), ToolboxItem(false), Designer("Agrovision.Data.Design.CommandDesigner, Agrovision.Data.Design,
|
| Delegate problem | 12 Sep 2006 05:58 GMT | 4 |
I want to execute a delegate (event) in tha base class from a derived class but i get comile time error. Is there a work arround? base class : public abstract class Document
|
| debug an XLST transformation | 12 Sep 2006 05:36 GMT | 1 |
How do I debug an XLST transformation?
 Signature Arne Garvander (I program VB.Net for fun and C# to get paid.)
|
| Cognizant MEGA RECRUITMENT DRIVE | 12 Sep 2006 03:04 GMT | 2 |
Hi all... If you have the skills and experience mentioned below and u are interested in working with Cognizant Technology Solutions, please send your updated resume mentioning any of these specializations and
|
| Problem with a service using a WinForms control | 11 Sep 2006 21:50 GMT | 1 |
Just as an exercise I'm trying to write a program that will periodically read a Web page (not mine), get some information from it, and store the information. It seemed the most straightforward tactic was to write a service and have
|