|
|
|
Using COM DLL in C#
Replies (1) 8 October 2007
Hello friends,
I am writing a c# application which is using a COM DLL. I have to add
the refrence of COM DLL. But i found 2 DLL in my project directory of
COM DLL. One is inside the release fold...
|
|
|
|
New Apple ipod nano
Replies (1) 7 October 2007
The new Apple iPod Nano
is one of the coolest new gadgets released this year! Not only is the new
nano smaller then the previous model, But it has video! the iPod nanos are very afford...
|
|
|
|
=?Utf-8?Q?WCF_Service_Library:_=E2=80=9Ccannot_cha ...
Replies (1) 4 October 2007
I have a JavaClass component (dll) that I am required to access within a WCF
Service Library and then expose the data that it returns to other .NET3.0
apps. The WCF Service Library is written in V...
|
|
|
|
problem in webreferenceing webservice in visual st ...
Replies (1) 4 October 2007
Hi All,
I am trying to web reference my secured web service (https//) in visual 2005
it was giving the following error. But same web reference when i am trying
visual studio 2003 it is working ...
|
|
|
|
Framing mode Singleton is not supported.
Replies (1) 4 October 2007
hi,
I am getting this error in my service when I try to connect a client to it.
I don't understand how the client is trying a singleton mode connection if
the default InstanceContextMode is Pe...
|
|
|
|
Registering The Assembly In the GAC Programmatical ...
Replies (1) 3 October 2007
Excuse me if this is not the right newgroup for this, questions. If it isn't
tell me the right group and I will repost.
I would like to register my assembly in the GAC without calling gacutil.ex...
|
|
|
|
RegEx not right in my XmlSchema
Replies (1) 1 October 2007
I apologise if this has gone to the wrong disvussion group, however, I'm
really not sure to which group it actually should be posted. So, here's my
plight ...
The following is my RegEx expressi...
|
|
|
|
Data Access Layer (DAL) Design - Help please
Replies (2) 1 October 2007
Hi,
I am designing an application that has "partitioned" data. For example, most
of the data for a record (e.g. a company record) is stored on an AS400 and
is read-only to the client applicatio...
|
|
|
|
Clickonce: keep data files on uninstall?
Replies (1) 1 October 2007
Hi,
I'm getting my first ClickOnce app ready for prime time, but there's still
one thing bothering me:
At this moment I'm using |DataDirectory| to point to the SqlCe database. The
database i...
|
|
|
|
Register Microsoft.VirtualServer.Interop.dll
Replies (1) 27 September 2007
I'm re-posting this question, hopefully to the right newsgroup.
I'm trying to develop an application in VB.NET 2003 for managing machines on
Virtual Server 2005 R2 SP1. I have the application run...
|
|
|
|
Continuous Integration Tool R2build
Replies (1) 25 September 2007
Want to establish your dailybuild system in an easy way, see
http://sourceforge.net/projects/r2build/ for more detail
R2build system is a tool/framework to establish your daily build(or nightly
b...
|
|
|
|
Could not load file or assembly
Replies (1) 24 September 2007
the above code is given by me. it shows the following error.
Could not load file or assembly 'sstchur.web.SmartNav' or one of its
dependencies. The system cannot find the file specified.
...
|
|
|
|
What am I missing
Replies (1) 22 September 2007
I just started this week on a new project. The existing project uses
BEA Tuxedo as a second layer service broker. The clients make calls
to the Tux services which in turn retrieves data from an Or...
|
|
|
|
Consume REST Web Service?
Replies (1) 20 September 2007
I added a remote web service reference to my .NET 2.0 projects, but it
appears to be REST and not SOAP. How can I work with REST?
Thanks....
|
|
|
|
DCOM - How to configure the client?
Replies (1) 19 September 2007
Hi,
I am trying to call a service on a remote server machine from a client
machine connect through TCP/IP. I have created a DLL and registered the DLL
at the server side. Launched DCOMCNFG and do...
|
|
|
|
.NET distribution
Replies (1) 13 September 2007
I'm installing a private assembly .NET application when makes a COM
call. After its installed, there is a copy of the COM DLL in the .NET
projects directory. I built the install with InstallShield...
|
|
|
|
ASP.NET, AJAX and server side events
Replies (4) 8 September 2007
This is a multi-part message in MIME format.
------=_NextPart_000_010D_01C7F232.05ADC7B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Hi,
I’m wonderi...
|
|
|
|
double msi
Replies (1) 7 September 2007
I have an access application to deploy and i use the vs2005 deployment
tool. it work no.1 but after it install everything i need it to
execute a second msi which is the access 2003 runtime. how do i...
|
|
|
|
Threading application block?
Replies (1) 6 September 2007
Sorry if this question has been asked before, but is there any intention to
write a threading/process management application block (or did I miss
something and it already exists)? A common patter...
|
|
|
|
Interop C# Application
Replies (1) 6 September 2007
I created a new VS 2005 C# application which calls an existing COM
component which I had created years ago in VC6. I added a reference
in Visual Studio 2005 to the COM component and it generated a
...
|
|
|
|
Gaming: C#-C++ network communication
Replies (1) 24 August 2007
Hi,
I am to write a C# game serrver, which would communicate with a C++ client.
It should be used just for the administration communication (not during the
game itself, just administrating d...
|
|
|
|
Read Message Queue Error
Replies (1) 24 August 2007
Hi,
I have a window service reading from a message queue and gave me a
repeated error for the first message it read. In other word, everytime
I start the window service which reading from the que...
|
|
|
|
regasm
Replies (1) 24 August 2007
why when I run regasm with tlb and codebase params do I get a different
result when run with admin privs vs local system account. Its being deployed
via sms which utilizes local system. When done...
|
|
|
|
How To: Write a custom remoting transport
Replies (1) 23 August 2007
I have created cache (basically a Dictionary(tkey, tvalue)) that is remoted
via TCP.
It allows me to load up the cache with 1+gb of data that remains cache
between calls and client startups.
...
|
|
|
|
UnregisterChannel Issue in remoting
Replies (1) 22 August 2007
Hello,
in my remoting client, i am first registering a TcpChannel after creating it
with the following properties
secure = "True"
userName = "U1"
password="P1"
i connect to the server and i...
|
|
|
|
How to assess application network overhead
Replies (1) 17 August 2007
Hi, I am in the process of developing a small application that sits in
the task bar and at a set interval polls an IIS web server for
information. The process involves the client sending anything ...
|
|
|
|
Authentication during secure remoting
Replies (1) 17 August 2007
I would like to use a "secure" TCP remoting channel to ensure that my data is
encrypted. I have my own authentication mechanism since clients will
normally not be members of the server's domain.
...
|
|
|
|
VB .NET Form, Call Thread with Arguments and Invok ...
Replies (1) 16 August 2007
Hi,
I'm developing a Windows form application, with multithreading and my
problem is this:
When i receive any data begining by "1", i need to create a thread
calling the sub "EscribirChat" wit...
|
|
|
|
Is Enterprise Library the successor to Enterprise ...
Replies (1) 16 August 2007
Hi,
I was wondering whether the EL replaces ES as a framework for providing
services for enterprise apps,
or it supplements it. I know nothing of either of these technologies, but
from just lo...
|
|
|
|
How create a file link/shortcut to an UNC path by ...
Replies (1) 10 August 2007
Issue:
a installation helper program should place a shortcut to the desktop of all
users pointing to a application on an applicationserver by a UNC path.
How do I do programmatically create such...
|
|
|
|
Returning typed DataRow from WebMethod
Replies (5) 7 August 2007
The title pretty much says it. I'm using the tutorial on MSDN for creating a
3-tiered distributed application
(http://msdn2.microsoft.com/en-us/library/aa581776.aspx), a great tutorial by
the w...
|
|
|
|
Dataset update inconsistency
Replies (1) 7 August 2007
I am working on a distributed web service, local client, database app in C#
.NET 2.0. I have limited experience in the technology, but I am an
experienced engineer.
I have a data set with a tab...
|
|
|
|
HELP! Crystal Reports for VS2005 not working!
Replies (1) 1 August 2007
I am running our applications as managed assemblies from our intranet
site using a stub executable to load the assembly on the clients
machine. Using Visual Studio 2003 and Crystal Reports version ...
|
|
|
|
C.H.E.A.P....C.I.G.A.R.E.T.T.E.S....D.E.L.I.V.E.R. ...
Replies (1) 29 July 2007
I has found some sites with cheap marlboro cigarettes with delivery to usa and europe: ===>>>> http://search.msn.com/results.aspx?q=cheap+cigarette&FORM=MSNH
isabelle, have a cold ache. You won't...
|
|
|
|
Web-based clickonce fails - "Details button" disa ...
Replies (1) 20 July 2007
All:
I am having difficulty with one of my users with a .NET 2.0
application failing to run on his box, that runs flawlessly
elesewhere.
In his case, he does have firefox, but he has disabled ...
|
|
|
|
Batch Printing
Replies (1) 18 July 2007
Hi Guys
Is it possible to batch print a number of files, either by a list of
locations or from a directory?
Thanks
Rob...
|
|
|
|
Urgent!!! TIBCO Professionals for UAE
Replies (1) 12 July 2007
VAM SYSTEMS is a Business Consulting, IT Technology Solutions and
Services company with operations in UAE, Qatar, USA, Singapore,
Australia & India.
We are currently looking for TIBCO Professionals...
|
|
|
|
Transaction context in use by another session
Replies (1) 11 July 2007
I've read MSDN cover to cover. I've searched the internet all the way to the
end and even read the index, but I can not find a reasonable explanation for
my issue.
An C#/ASP.Net 1.1 applicatio...
|
|
|
|
Advanced WebServices
Replies (1) 10 July 2007
Hi,
Can someone point me some good books or online links where in i can
learn to develop enterprise level webservices. I am aware of basic
webservices concepts and i am looking at advanced level ...
|
|
|
|
.NET & Informix driver problem
Replies (1) 5 July 2007
On my dev box I can run a simple data query using the informix .NET driver.
I publish the single form app to a FS and run it's setup. On that test
workstation I already have the 2.9 SDK installe...
|
|
|
|
Override a Web service Proxy class
Replies (1) 4 July 2007
Can I override the send and receive methods on a web service proxy?
I want to use the default proxy classes generated when I add a reference to
a web service to create and read the SOAP messages ...
|
|
|
|
Security issues of ntier app run from file server, ...
Replies (1) 3 July 2007
I have GUI, BizObj and Data Access projects all combined within this exe.
App runs fine from dev workstation, but from FS it throws errors. I have two
different ones below. First is just strong ...
|
|
|
|
HTTP Modules and Synchronistic Session States?
Replies (1) 3 July 2007
Currently, we have an ASP.NET 1.1 application where there exists several
"sections". We are upgrading the application to .NET 2.0 and want to
seperate these sections into individual VS projects (...
|
|
|
|
One Client-Server App on Two Networks -- Feasible?
Replies (1) 2 July 2007
Our company has a small domain with a web server and a Sql Server database
server and a small work group for the office staff. The development machine,
with two NICs, is a member of the workgroup...
|
|
|
|
Windows Identity and .NET remoting
Replies (1) 2 July 2007
I'm using .net remoting with TCP. I'd like to send Windows Identity from the
client and have the server check before let the client access any method.
The WindowsIdentity doesn't get pass over to ...
|
|
|
|
Windows or Web application?
Replies (2) 29 June 2007
I am working on a very large distributed application which runs very slowly.
It has a web front end and a web services layer to communicate between
offices.
Is there an advantage of having a w...
|
|
|
|
.NET and COM+ Partitioning
Replies (1) 28 June 2007
Hello,
I have a question about partitioning. I'm new to it, and I found
documentation about using this feature from a COM client, based on the use of
"decorated"ProgID. I'd like to know if this fea...
|
|
|
|
smart client launching in IE7
Replies (1) 25 June 2007
I have a smart client application (C# / .NET1.1) which I launch from another
web application. The smart client is launched from an ASP page using the
window.open() method: e.g:
var w = window.o...
|
|
|
|
New China Sex Hotline!
Replies (1) 19 June 2007
free to listen live.. +86 13925265554...
|
|
|
|
New China Sex Hotline!
Replies (1) 19 June 2007
free to listen live.. +86 13925265554...
|