473,544 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
957
thread by: Alessandro | last post Nov 22 '05 by: Alessandro
I have created a control which main class (with attributes) is: public class MioCmd : WebControl, INamingContainer{ .... } into MioCmd I have an attribute with this declaration:
2
1,394
thread by: BStorm | last post Nov 22 '05 by: John Beyer
I ran into a maddening bug that I finally tracked down to Microsoft's Data Access Blocks. It is in the SQL Helper UpdateDataSet method as follows: Microsoft Code: #region UpdateDataset public static void UpdateDataset(SqlCommand insertCommand, SqlCommand deleteCommand, SqlCommand updateCommand, DataSet dataSet, string tableName) { if(...
4
300
thread by: ANTHONY | last post Nov 22 '05 by: ANTHONY
Greetings, I've searched Google, as well as the Microsoft VStudio product site, for quite a few days now and cant find a definitive answer as to whether or not I can installed VS2003 on a Win2K development PC running IIS 5.0 and ASP 3.0 (the .Net Framework is NOT installed as of yet either). I have to support production classic-ASP sites...
0
1,040
thread by: Jim Savarino | last post Nov 22 '05 by: Jim Savarino
I just installed the Compuware DevPartner community edition. I created a new Windows Appplication project using C#. The problem is that any menu/option related to "Peformance Analysis" appears disabled or absent . For example, there is no submenu under Tools->DevPartner->Profiler. As I understand there should be a submenu named...
0
778
thread by: Ebrahim | last post Nov 22 '05 by: Ebrahim
Im working on a p2p file sharing network (in C#) but im having problems in my conflict resolution ( for 2 clients requesting the same file. ) My Network Architecture is some thing like this : A Central Server : It is the starting point of my network . All auxillary servers register their local IPendpoints here . These IP End Points are...
4
1,105
thread by: Dan Allen | last post Nov 22 '05 by: A.A. Fussy
Is there a way to get a free trial of VS.net?
1
268
thread by: Fakhruddin Zavery | last post Nov 22 '05 by: Cor
Hello, Is it possible to display output from a simple select statement e.g select * from employee and display it on your apsx page in text boxes or label fields? I have seen it that you can display one particular field e.g select phone from employee where firstname =@firstname. I can assign that phone output to a particular textbox or...
4
329
thread by: Ray | last post Nov 22 '05 by: Jon Skeet [C# MVP]
I am starting to realize that there are differences in vb.net and c#: in terms of syntax, object and keyword in small or big letter In the routine below, I got this error message in c An object reference is required for the nonstatic field, method, or property 'System.Web.UI.Page.MapPath(string) But I would not get an error messaage if...
1
2,053
thread by: Humber Consumer | last post Nov 22 '05 by: Pete Lees
I have a bunch of .HTML files . Each html file has help specific to a dialog box of windows form app. I want to make use of help provider to provide help. So I set index.HTML as the namespace of helpprovide. Now my problem is that I don't know how to lauch /activate the proper .htm file when user presses F1 on different dialogs. There is no...
2
221
thread by: BobS | last post Nov 22 '05 by: Cor
I'm new go VB --- I'm new to programming. I have VB.net and I've been tasked with creating a program that reads a data file takes the information in the file and draws a colored square on a form. It's for a computer inventory that draws squares on a map to show the location of equipment. the data file has information to show building, floor,...
1
1,121
thread by: Ian | last post Nov 22 '05 by: Cor
Hello, all I want to do is display details such as name, surname etc which are read from a database into 1 multiline textbox. I am able to display name and thats about it. My code looks like this : For Each objCurrentrow In drrows txtdetails.Text = objCurrentrow("Firstname") If I repeat this line of code then it overwrites the first...
1
2,067
thread by: Sampat Dixit | last post Nov 22 '05 by: ice88
Hi I am building a .NET Windows application using C#. In my application I am referring to shared library which updates very often(only revision change). Now I want my executable to load latest version of the shared library available in GAC In short, If I have a shared assembly with version 1.0.0.1 and 1.0.0.2 in GAC and my application was built...
5
1,364
thread by: Mike | last post Nov 22 '05 by: Terry Olsen
I'm interested in learning more about the nuts and bolts of .NET. I've never developed with it before and I don't want marketing speak or API mumbo jumbo. I'm a seasoned Unix developer and I want something that isn't about how to use APIs and such. For example, the only good book I ever browsed through about COM/ActiveX was one that...
2
1,751
thread by: ice88 | last post Nov 22 '05 by: ice88
I would like to execute some code when a thread terminates, in the context of that thread - I guess similar to an ExitThread handler - is it possible in a C# .NET application? I can see a way to execute code when a thread is thrown away - by having per-thread static attributes that are themselves objects, when the thread object associated...
10
371
thread by: Danny Ni | last post Nov 22 '05 by: Jay B. Harlow [MVP - Outlook]
Hi, I was asked a question in a recent interview, where in ASP.Net is polymorphism used? I got differrent answers from different people, One said ToString() method because it is working for different classes. One said OnInit() method of System.Web.UI.Page class because it's defined virtual and that's the key to polymorphism.
0
272
thread by: korazy | last post Nov 22 '05 by: korazy
I have some common vb.net assemblies that I want to use from more than 1 EXE. How can I do this without registering them and not having all files in the same folder? Directory structure of how I would like to distribute my app: \MyApp\Common - All common .net dlls \MyApp\Service\Service.exe - My service exe that references some of the...
1
1,525
thread by: Steven O. | last post Nov 22 '05 by: George Hester
I am considering installing the .Net IDE and Compiler on my Win2K system. However, a friend tells me that since I have Win2K SP3, the ..Net installation software will, in essence, insist on first upgrading my system to SP4. Is this correct? This is a problem, because I've found in the past that with SP4 installed, Win2K runs slow as a...
3
351
thread by: Laurence Nuttall | last post Nov 22 '05 by: Klaus H. Probst
How does one set the application Comment, Company name, File version major, minor, product name, and product version in .NET? I have looked in project - properties but can't find them. Thanks in Advance, Laurence Nuttall
2
5,051
thread by: Milosz - [playseven.com] | last post Nov 22 '05 by: Milosz - [playseven.com]
Dim EP As System.Net.IPEndPoint = New System.Net.IPEndPoint(mIP, mPort) Dim S As Socket = New Socket(EP.AddressFamily, SocketType.Dgram, ProtocolType.Udp) S.SetSocketOption(Sockets.SocketOptionLevel.Socket, Sockets.SocketOptionName.SendTimeout, Me.mTimeOUT) .......
0
1,299
thread by: S Arnold | last post Nov 22 '05 by: S Arnold
Magic Software invites you to join us this coming Tuesday (March 2nd, 2004) at 12:00 EDT / 17:00 GMT for a FREE live Webinar: COM Integration Using eDeveloper Title: COM Integration Using eDeveloper Date: March 2, 2004 Time: 12:00 PM EST / 17:00 GMT
1
1,159
thread by: Darren Clark | last post Nov 22 '05 by: Cor
I need a server control for asp.net that has server events ... but only displays as a hyperlink.. or text lnk somethink that behaves like the ImageButton would be good... with click events and CommandArguments would be great anyone know any?
1
285
thread by: Wim | last post Nov 22 '05 by: Cor
Hi, Is it possible to use a mscomm control in a smartphone vb.net application? I found solutions for vb.net but these work only in windows solution.. thankd for help! Wim
1
308
thread by: R Shoemaker | last post Nov 22 '05 by: Cor
I am looking for an email component to interface with an exchange server for use in my .Net application. Now there are probably dozens of built in and 3rd party objects to do that, problem is I need one that can read, create and update exchange appointments. This functionality I cannot find. Anyone know of such a component? Thanks
3
334
thread by: michael [multnomah] | last post Nov 22 '05 by: Robert Mayer
We are trying to standardize on a solid, open, secure Web Server architecture. We are running Apache 2 on Windows 2003 Server. For static HTML, JSP and ColdFusion apps, this is running perfectly, but now we need to be able to run ASP .NET applications. I have read about the "mod_mono" module for Apache that allows .NET applications to run...
6
325
thread by: Billy | last post Nov 22 '05 by: Art Vandelay
Can I deploy a .NET app to Win 98 & ME? Are there any limitations in doing so? Thanks Billy

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.