Geekpedia Tutorials Home

Building a C# Chat Client and Server

Building a C# Chat Client and ServerA step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.

in C# Programming Tutorials

Getting Hard Drive Information

Getting Hard Drive InformationA C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.

in C# Programming Tutorials

UPS Shipping Calculator

UPS Shipping CalculatorThis tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.

in PHP Programming Tutorials

Create Your Own Rich Text Editor

Create Your Own Rich Text EditorCreating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.

in JavaScript Programming Tutorials
Search
Tutorials
Programming Tutorials
IT Jobs
From CareerBuilder

.NET Distributed Applications Newsgroups .NET Distributed Applications Newsgroups

1 2
(93 threads in 2 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Strange Behavior In WCF

Hi! I've got an WCF service that gets called from a webapplication. The backend data is Sql server accessed via Entity Framework. In my service I have method called GetRoleList() that returns EF...

On Thursday, October 29th 2009 at 08:41 AM by Johan Karlsson | No Replies

ProxyAttribute.CreateProxy

The problem I have resides in the CreateProxy of the MyProxyAttribute class. How do I get to maintain the server reference? using System; using System.Reflection; using System.Collections.Generic...

On Monday, October 19th 2009 at 09:00 AM by Anonymous | 3 Replies

ClickOnce Download Corrupted

Hi all, Just in reference to the following where it is stated that the ClickOnce storage structure is considered private and proprietary to MS. We have a number of ClickOnce apps that are distributed...

On Wednesday, September 16th 2009 at 09:45 PM by John | No Replies

ClickOnce Apps Directory Structure

Is the directory structure for a ClickOnce applications described somewhere -- including how the names are generated? I built a simple ClickOnce application with one form, an icon and a few classes...

On Saturday, July 4th 2009 at 01:14 AM by Stewart | 4 Replies

Wcf Security

I have a basic question about security/access to wcf services. What governs the ability of o client application to connect to a wcf service on a remote machine? Does the account under which the service...

On Friday, June 19th 2009 at 04:10 PM by Anonymous | No Replies

HRESULT: 0X80070490 With AzMan And AD LDS On 2008 Server

We have a WPF client (running on an XP) which is working with AzMan (configured to work with ADAM/AD LDS). The AzMan-AD LDS are configured on a 2008 server. When trying to open the AzMan store (...

On Tuesday, June 16th 2009 at 02:23 PM by Anonymous | No Replies

IIS And Remoting

Dear, I'm looking for a remoting solution for the following setup: Application IIS 7.0 What is the preferred remoting solution for IIS? Is "standard" .Net remoting appropriate or...

On Wednesday, June 3rd 2009 at 12:06 PM by Anonymous | 1 Reply

Securing Self-hosted WCF Service With X509 Certificate

Hi! I developed a file transfer service using WCF. This service is using net.tcp binding and is self hosted in a windows service. In order to encrypt the messages transfered between the client...

On Wednesday, May 27th 2009 at 05:18 AM by Anonymous | 2 Replies

Err: Retrieving The COM Class ...fail Due To The Following :800401

I used 'regasm' to register an interop assembly com dll. After the regasm runned, I still got the same problem when I run my application referencing to the interop dll. The error is " Retrieving...

On Friday, May 22nd 2009 at 05:52 PM by Anonymous | No Replies

Eecp

Randhawa Hospital introduces for the first time in India a combination of EECP and AMT-Agressive medical treatment for coronary artery disease with a success rate of more than 90%. EECP(ECP) is available...

On Saturday, March 14th 2009 at 03:24 AM by | No Replies

Accessing Object Across Threads

Hi, I wanted to know if it is possible to access objects across threads? I am trying to design a windows service which would spawn couple of threads. Each thread will have an object which could be...

On Friday, March 13th 2009 at 10:12 AM by mindseye73@gmail.com | 3 Replies

Best Architecture For Controller Remote Object

I need to build a web site that allows the user to instantiate and control "slave" components in various places on the network. For instance, this web site would connect to a remote component or program...

On Friday, March 6th 2009 at 02:47 PM by Anonymous | No Replies

From Where I Can Watch Video Tutorials On Dontnet

from where i can watch video tutorials on dontnet thanks shaheedul haq software designer

On Wednesday, March 4th 2009 at 05:14 AM by Shaheedul Haq Malik | 2 Replies

Distributing A Beta

Using VS2005, v 8.0.5 with .NET Framework 2.0.5... I have a running application installed on multiple machines. I want to distribute a new beta to certain users, w/o affecting the running versions...

On Thursday, February 26th 2009 at 11:07 AM by Anonymous | 2 Replies

VS2008 Setup/Deployment Framework2.0(x64)

I'm trying to use my software with both 32 and 64 bit systems. I believe I can do this by targeting x86 in project properties --> advanced compile options --> target CPU = x86. It seems this works...

On Friday, February 13th 2009 at 02:28 PM by Anonymous | No Replies

Can Someone Recommend A Good Website Hosting Provider?

Hello, Can someone recommend a good website hosting provider? I'm disappointed with my current website host, and would like to change providers. They need to have good customer service. And at...

On Wednesday, February 11th 2009 at 01:35 AM by linuxquestion@yahoo.com | 5 Replies

HRESULT:0x8007007E

Hi all, I am stick with one of my project. This project is on release no. 1.37 till this time all was ok. But suddenly I receive HRESULT:0x8007007E. This exception dows not occur on development...

On Wednesday, January 21st 2009 at 04:12 AM by Anonymous | 1 Reply

Cleanup Of Prior Versions Of Click-Once App

One of my users pointed out a problem with my click-once deployed apps: Every time I deploye a new version, a new copy is downloaded to the user's computer here: C:\Documents and Settings\\Local...

On Thursday, January 15th 2009 at 03:37 PM by CSharpner | No Replies

"\ASPNET Account" And "NT Authority\Syst

I am talking about .Net Framework 2.0 and .Net Framework 1.1 When accessing SQL Database through ADO.Net C#, in the connection string when we specify Windows Integrated Authentication. i.e. "INTEGRATED...

On Thursday, January 15th 2009 at 03:29 PM by Anonymous | No Replies

DCOM Performance Issue

We are writing .NET enterprise serviced component and installed in Windows 2008 Standard version - 64bit box. Application pooling is 1 and Object pooling is 2-10 (Min Pool 2 and Max Pool 10). When...

On Wednesday, January 7th 2009 at 02:11 PM by Anonymous | No Replies

Database Access Strategy

I've developed an app for our company using VB.NET (winforms) and SQL server express running on our SBS server. The app works really well within our LAN but I often work remotely and quite often...

On Tuesday, December 23rd 2008 at 01:54 PM by | 6 Replies

Deploying Satellite Assemblies With ClickOnce

I have an app deployed with clickonce. In this app I am using some custom assemblies (DexExpress controls) deployed also with clickonce (not in GAC). For theese assemblies I have also some satellite...

On Monday, December 22nd 2008 at 01:03 PM by Anonymous | No Replies

Remoting Problem

Hi, I'm new to .NET Remoting and I'm having an issue setting up an app for remoting on a Windows 2003 Server machine. When I use IE to test my URL I get a "Page Not Found" error instead of the...

On Monday, December 22nd 2008 at 11:13 AM by Dennis Tabako | No Replies

Default Page Cannot Be Recognized When A Domain's IP Is Changed???

Hi all, We have a domain called mydomain.com. For some reasons we need to change its IP address and rerounte this domain to different IP. After we finish rerouting its IP. The site cannot recognize...

On Sunday, December 21st 2008 at 11:42 PM by Anonymous | 3 Replies

Remoting Performance Degradation When Returning Custom Datasets

Hello, During development of client-server system using .NET Remoting (.NET 2.0) for communications I found extremely weird behavior if my remoting objects return custom datasets. For some reason...

On Friday, December 19th 2008 at 12:16 AM by Anonymous | No Replies

Exception Reading Manifest

There are 2 users that receive the exception reading manifest when trying to install the clickonce application. All other users are able to install without issue. The previous versions of this application...

On Friday, December 12th 2008 at 12:11 PM by Anonymous | No Replies

.net Remoting Vs. Wcf

Hello everyone, I wanted an opinion if I agreed to do the migration. NET Remoting to windows comunication fondation. I have a PLM application framework composed of a core library (originally written...

On Wednesday, December 3rd 2008 at 05:29 AM by vincenzo.papa@gmail.com | No Replies

WCF FaultException Hangs

When I try to throw FaultException from my service method, this exception doesn't get propagated to the client. If I replace it with some custom type, then everything seems fine. I believe this should...

On Tuesday, December 2nd 2008 at 06:49 PM by Anonymous | No Replies

Framework Versions Interactivity

Hi all, 1) Can an assembly built with framework 1.1 instanciate objects from another assembly built with framework 2.0 or 3.5? Are there any restrictions/limitations? 2) Can an assembly built...

On Monday, December 1st 2008 at 10:30 AM by Anonymous | No Replies

Adding Web Reference To An Assembly In ASP.net Web Application

Hi, I have created a web application using ASP.net 2.0 and I want some of the dll(s) I used to be placed on some other machine. I want to refer these assemblies at runtime from my application. How...

On Tuesday, November 18th 2008 at 01:55 AM by Ashish | No Replies

WCF Windows Service Hosting Error

I have created a WCF Service in vs2008, C#. It compiles fine. I created a Windows Service to host the service and set a reference to the WCF dll. When I compile the solution, I get the following...

On Wednesday, November 5th 2008 at 04:16 PM by Anonymous | 1 Reply

Win CE 4.2 From .Net?

Not sure where to ask this question, but is there an option to create Win CE 4.2x apps in .Net 2005? Is there an add-on install to help me do this? Thanks, -- stullhe104

On Wednesday, November 5th 2008 at 09:13 AM by Anonymous | 2 Replies

NetNamedPipeBinding Sample?

I have a WinForm with 3 buttons. Each button launches a different new WinForm with the Process.Start() functionality. I want to use WCF with IPC ( NetNamedPipeBinding) to wire-up events so WinForm2...

On Tuesday, November 4th 2008 at 05:34 PM by Co | No Replies

Chinese Antique

Q2hpbmVzZSBhbnRpcXVlDQp3b3JsZCBmaXJzdCwgdGhlIGFudGlxdWUgY2hpbmF3YXJlIHNlcmll cyBwbGVhc2Ugd2F0Y2ghDQpFbnRpcmUgZmlkZWxpdHkgMTAwJSBBbnRpcXVlICgxOTEyLTE5NDkp IFJlcHVibGljIG9mIENoaW5hIHBvcmNlbGFpbg0KdGVhcG90IDgyNSBjaGluYXdhcmVzIDQwMCBw...

On Friday, October 10th 2008 at 06:55 AM by 588 | No Replies

Documented Sample Application

Hi Is there a decent, well documented sample application written in .NET 3.5? I found MSDN's StockTrader sample application (http://msdn.microsoft.com/en-us/netframework/bb499684.aspx), and altough...

On Thursday, October 9th 2008 at 04:53 AM by Anonymous | No Replies

Principal Permission Attribute Problem

I have this in my code in a WCF receiver method: // WCF client WinForm has already created a MyCustPrincipal and assigned it to the current thread Principal before making that WCF call to this...

On Wednesday, October 8th 2008 at 12:41 PM by Co | No Replies

An Attempt Was Made To Access A Socket In A Way Forbidden By Its

I have written a web service that runs on IIS 6 on a server on our intranet. I have written a vb.net client application that accesses web methods in the web service on the remote server. It uses a client...

On Tuesday, October 7th 2008 at 04:24 PM by ActivelyX | 2 Replies

WCF Passing Full IList Objects With Empty Properties?

I have a WCF server that passes back instanced objects with null/empty parameters. Why would this happeN? Source follows: // Interface namespace devns.ServiceProviders.TCs { [ServiceContract...

On Friday, October 3rd 2008 at 02:16 PM by Anonymous | 1 Reply

Configuration Error - Need Support

I get the below stated error message when i installed it in Windows Serveer 2003. But, i perfectly works in my local Pc with Window Xp. Configuration Error Description: An error occurred during...

On Wednesday, September 24th 2008 at 12:49 PM by | 1 Reply

Force Update?

I have a VB.Net 2.0, VS2005 application which runs unattended. Is there a way for it to automatically accept and install the new version? When it is launched by "Scheduled Tasks" on the server I...

On Wednesday, September 24th 2008 at 07:58 AM by Anonymous | 7 Replies

Install Location

When I publish my VB.Net 2.0, VS2005 app and install it on a client PC, it installs to something like: C:\Docs & sets\username\Local settings\2.0\gibberishfolder\myapp.exe Is there a way to get...

On Wednesday, September 24th 2008 at 07:55 AM by Anonymous | 2 Replies

Server Error In '/' Application

Hai all, If I am hosting my application and run it in the server then i got the below mentioned error. Can any one help me to find and solve this error. Thanks in Advanz.. Sham Server...

On Monday, September 22nd 2008 at 07:31 AM by elango.sham@gmail.com | No Replies

How To Aggregate Multiple Data Feeds Into A Single Composite

Hi, I have 5 sources of person information that I would like to aggregate into a single composite list with duplicates removed. Does anyone have any experience and pearls of wisdom regarding how...

On Friday, September 19th 2008 at 05:35 AM by Anonymous | No Replies

How To Specify Server And Partition When Activating A COM+ Component

I have a ServicedComponent written in VB.NET (.NET 3.5). From the client end I need to be able to activate the component on various servers and in various COM+ partitions on those servers. I'm aware...

On Friday, September 12th 2008 at 02:27 AM by Kermitt | No Replies

A CR Job Failed Because A Free License Could Not Be Obtained

Hi! How can I distribute my application if not the reporter, Crystal Reports, can't run? When I try to run my application on a Vista computer I recieve following message: "A Crystal Reports...

On Monday, September 1st 2008 at 05:00 AM by Anonymous | No Replies

WCF And WS-eventing

Hi, Does WCF support WS-eventing standard as yet ? Thanks Navin

On Friday, August 29th 2008 at 12:13 PM by Anonymous | 1 Reply

Architecture Of Real-time System?

Hi, I would like to ask some advices or experiences from architecture or technology for building real-time system. Before I have some experience on developing "Queuing Management System", I have...

On Friday, August 29th 2008 at 06:21 AM by Anonymous | 1 Reply

MSDTC Alternatives

Since MSDTC needs quite a few ports open, is there a way to use transactions within a Windows Forms application, using ADO.NET, hitting 1 SQL server on another machine (firewalled) and not use MSDTC...

On Thursday, August 21st 2008 at 04:30 PM by G.S. | 1 Reply

System.ServiceModel.ServiceActivationException In WCF Service

Guys, I am running WCF webservices on Windows 2003, IIS 6 and .NET 3.5 I am receiving this in my event log over and over again. Can someone advise whats going on? Event Type: Error Event...

On Monday, August 11th 2008 at 04:20 PM by Anonymous | 2 Replies

Jamba Video Handys 3gp Jamba Videos Fuer Handy Jamba Handyvideo Kamen Jamba Handy Video 3gp Jamba Handy Video 3gp

jamba video handys 3gp jamba videos fuer handy jamba handyvideo kamen jamba handy video 3gp jamba handy video 3gp + + + + + + JAMBA HANDY VIDEOS + + + JAMBA HANDY VIDEOS + + + http://jhku.net/...

On Sunday, August 10th 2008 at 07:38 PM by sdgvfwe@yahoo.is.com | No Replies
1 2
(93 threads in 2 pages)
Sponsors
Discover Geekpedia

Other Resources