all groups > dotnet distributed apps > october 2006
ClickOnce require admin rights?
Posted by Tom at 10/31/2006 5:56:33 AM
Just a quick question: For a user to install a ClickOnce app (one that
has been designated as Full-Trust), does that user have to have full
admin rights to the machine? My guess is no, since ClickOnce installs
into the user profile area (folders), but I want to make sure before I
try to deploy t... more >>
Hidden Textboxes
Posted by Corey at 10/25/2006 8:40:02 AM
Was wondering if anyone could give me a steer in the right direction, I am
trying to hide textboxes from certain users, depending on their role. I hide
the cost or prices textboxes if their role is entry. I currently have the
databings set to OnPropertyChanged, When they are visible I can ri... more >>
COM+ and Config Files
Posted by Mauricio C Vidotto at 10/25/2006 8:05:03 AM
I have a log component that gets information from config file and the factory
create an instance of implementation that I wish. Now I need to use the log
component for a new service component. The start process is ddlhost.exe but I
can't create file dllhost.exe.config because this configuratio... more >>
Maximum Size of dataset
Posted by Prabakar Samiyappan at 10/25/2006 3:10:01 AM
Hi All,
1. What is the maximun size avaiable for the the Dataset to store data in it.
2. What is the Maximum Size of the Object ?
Regards
Prabakar... more >>
Is it possiable to configure asp.net in Apache
Posted by Prabakar Samiyappan at 10/25/2006 3:00:02 AM
Dear all,
I like to know weather is it possiable to Configure asp.net application in
appache.if YES how and if NO why?... more >>
UIPAB and popup
Posted by ame2171 at 10/24/2006 1:40:56 PM
I have a large problem that I do not succeed to resolve. I am using the
UIPAB and from a sure page I have the necessity to call a popup.
Subsequently, from a link of the same one popup I must return on the
"original line" of pages in order to recall one new page....
In practical:
p1 -- p2 -- ... more >>
Why .net dos'nt allow to use the windows Control on web
Posted by Prabakar Samiyappan at 10/19/2006 4:08:02 AM
Why .net dos'nt allow to use the windows Control on web.
when it was OCX we can able to use the same control for both windows and
web.Since now its DLL we are not able to use it .Is there is any specific
reason to this problem .if so why
Regards
Prabakar... more >>
Running a windows application on web
Posted by Prabakar Samiyappan at 10/19/2006 4:03:02 AM
Hi
I have developed the Application on windows i want to run it on web with out
doing any change to the Code This is my concern long before .there is a
solution here but i want to make sure weather it will workout in long process.
Here is the Link for my article.
http://www.c-sharpcorne... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Options for a distributed Sales Force app
Posted by Leneise44 at 10/16/2006 3:55:01 PM
What solutions would you recommend for the following requirements:
1. Sales force is distributed accross the country. Sometimes connected,
sometimes not.
2. Need to see data in a grid format, web or windows based. Would be nice if
it was launched from the intranet portal.
3. Would like the s... more >>
Run 3rd party .exe installation with your .msi setup file
Posted by tim2u at 10/16/2006 1:59:01 PM
Does anyone know the easiest way to setup your .msi installation to run a 3rd
party .exe installation file before your remaining .msi runs?
Preferably a way to do it with the Visual Studio (2.0) IDE, but not sure if
thats possible. Most likely the SDK? If so, please point me in the right ... more >>
Document managment in .net
Posted by sameer at 10/10/2006 2:53:02 PM
Hi,
I am in the process of desgning a document managment program in .net and
there are gong to be two part to it
a. winforms application : user will upload the document form here.
User will select a file from this local machine and this file will be
uploaded from the client to the we... more >>
Document managment in .NET
Posted by sameer at 10/10/2006 2:51:02 PM
Hi all,
I am in the process of desgning a document managment program in .net and
there are gong to be two part to it
a. winforms application : user will upload the document form here. User
will select a file from this local machine and this file will be uploaded
from the client to ... more >>
Code Signing
Posted by Marc at 10/9/2006 8:48:02 AM
I have been asked to issue certificates for a .net application (code signing)
so that the user will not be prompted to authorize the install up updates to
the app. Specifically, the software is an inhouse app that is installed from
a website and automatically updates it self when it detects u... more >>
Need to get notified when processes start.
Posted by Ehsan at 10/6/2006 9:26:01 AM
I have an application written in .NET that needs to know when programs are
started by Windows- in a system wide manner.
I tried WMI but that is not as reliable as Microsoft boasts. Sometimes it
doesn't work temporarily, and doesn't work at all on some PCs!
I then turned to Windows Hooks us... more >>
remoting client/server bidirectional method invocation
Posted by Bill Hertzing at 10/5/2006 10:46:01 PM
Still new to remoting, but I've been trying to figure this one out for weeks.
Pls recommend appropriate newsgroup is this one is not.
I want a long running wellknown Server application to accept method calls
from a Client. The Client is also a long-running application. I want the
Client to... more >>
How to reference a .Net component from a VB6 component located in COM+
Posted by epaetz at 10/4/2006 1:25:52 PM
We're migrating our current VB6 components to .Net piece by piece.
I'm modifying an existing VB6 login component that sits in COM+. I'm
modifying it to call a .Net auth component, instead of the existing vb6
authcomponent (which is also in COM+).
To make matters a little more complex, the ne... more >>
ClickOnce hot fix
Posted by Nick Prudhoe at 10/2/2006 2:53:02 AM
Does anyone know where I can get the ClickOnce hot fix mentioned in kb
article 917952?
The fix is for a Proxy Authentication error
--
Cheers
Nick... more >>
|