| Thread | Last Post | Replies |
|
| Protect my class Libraries, can I? | 27 Sep 2004 19:15 GMT | 4 |
Is there a way to protect my class libraries? I have for instance, a class library full of my base forms and classes latter inherited by various projects. A lot of logic is within those objects and I?d hate to see other companies
|
| Can i inherit from TabControl and use the designer? | 27 Sep 2004 17:57 GMT | 1 |
Is it possible to inherit from a control and use it's desginer? I am trying to inherit from TabControl but than i dont have the default designer so i cannot put pages at design time
|
| Problem with WS method returning an array of complex type | 27 Sep 2004 16:52 GMT | 5 |
I developped a WS with IBM tools and used the wsdl in Visual Studio 2003 to add a Web Reference in my client. I have no problems with methods returning a simple type (ex. boolean) or complexType (ex. AccountInfo (a class defined by myself)).
|
| Design issue with O/R mapping | 27 Sep 2004 14:41 GMT | 1 |
Im have asked for recommendation regarding the best production ready O/R mapping tools for .net. I got that. Since im an old, ok maybe not old (only 27), Java programmer patterns and developement with tiers is of great importance for me.
|
| Calling Dispose instead of close, clear, .... | 27 Sep 2004 14:31 GMT | 2 |
I've written the following little helper function which calls Dispose on classes which implement the idisposable interface. Public Sub DisposeObject(ByVal DisposeAbleObject As IDisposable) If Not DisposeAbleObject Is Nothing Then
|
| HTTP violation | 27 Sep 2004 14:16 GMT | 4 |
I've made a part of a program that makes a http web request with .net classes HttpWebRequest and HttpWebResponse. It's been working fine up til now when one of our customers has been recieving the following WebException: "The underlying connection was closed: The server committed an ...
|
| Upgrade edition can be used as a FULL edition? | 27 Sep 2004 12:36 GMT | 1 |
I heard that if you purchase the Visual Studio Dot Net Academic 2003 upgrade, by supplying the serial number of the FULL version, the upgrade version now becomes the FULL version- is that correct?
|
| Share common code | 27 Sep 2004 08:53 GMT | 4 |
I'm a newbie to Dot NET. Can anyone show me how to compile a reusable code repository so that codes can be reused by a number of Web Forms in the .NET Framework. In the classic ASP, Include files are used but I don't know how to do it in C#.Net.
|
| Caching Application Block | 27 Sep 2004 06:19 GMT | 2 |
I tried to use CAB in my smart client application to store cache using memory mapped file. I want to create cache in a disk resident storage type so that when application closes or the pc reboots, I can still continue working on the data by accessing the cache. The CAB that I ...
|
| Installed 1.1 SP1 and now no Events | 27 Sep 2004 02:05 GMT | 4 |
INstalled SP1 and the Events are dead. For example the Click event for the ImageButton. Anyone else have this issue? Any fixes/workariunds? Thanks
|
| How to use LosFormatter from win form application? | 26 Sep 2004 17:09 GMT | 1 |
How to serialize and object to use as a parameter in a URL? Hi, I need to serialize an object in such a way that it can be passed as parameter in a URL
|
| .NET Remoting problem - exception "Object Reference not set to instance of an object" | 26 Sep 2004 11:45 GMT | 1 |
I need some help with a .NET Remoting problem - an "Object Reference not set to instance of an object"exception is thrown in the client when accessing methods of a remote object. Basically, I have a server implemented as a Windows Service, using a
|
| Strongly Typed Collection Problem | 26 Sep 2004 07:04 GMT | 4 |
I have a class Persons that hold key/value pairs of Person class. My problem is the following. On the first screen I create an instance of Person, I then add a name and surname and then add the class to class Persons ( I can add more than one
|
| Visual Studio Tools | 26 Sep 2004 06:59 GMT | 2 |
I have installed Visual Studio Tools version 2003 Uppgrade. I have cliced Visual Basic.NET , File, New, Project. I look for Emty Project so I Can Click It and next Class. I want to creat a new Class. But I can not find Emty project and not Class.
|
| Scraping data from a web form submit | 25 Sep 2004 21:12 GMT | 4 |
I want to build an app (C#, windows app, or web app, shouldn't make a difference) that submits an address to the canada post website's address lookup and then scrape the postal code out of the resulting page. Here is their page. http://www.canadapost.ca/tools/pcl/bin/advanced-e ...
|