all groups > dotnet distributed apps > january 2004 > threads for january 22 - 28, 2004
Filter by week: 1 2 3 4 5
Running Crystal Reports
Posted by kalyan at 1/28/2004 4:31:08 PM
H
I have developed crystalreports along with other forms in VB.NET, but when I am trying to run on the computer which doesn't have .NET installed, it is not running. Can anyone clarify me what exactly do I need if I want to run my application on other computers wich do not have .NET installed
Than... more >>
wordwrap in datagrid
Posted by Paul N at 1/28/2004 3:17:37 PM
How can I stop sentences in datagrids from wrapping? I
have set the wrap property to false, but it makes no
difference.
Thanks for any help,
Paul.... more >>
licensing question
Posted by Leisa at 1/27/2004 6:36:05 PM
Hello. I created an application using visual basic with an Access database. My family wants to use the application on their computers, but they don't have Access on their pcs. If I copy the mdb file to their pc without them having Access on their pc, am I violating any licensing agreements? Is there... more >>
deploy Visual studio.net windows application with MSCOMM32.ocx control
Posted by pbutterdans NO[at]SPAM yahoo.com at 1/27/2004 7:31:54 AM
I want to deploy a Visual studio.net windows application. This
application uses MSCOMM32.OCX control. This application works fine on
a development machine. However, if I deploy it on a non-developer
machine, the application fails to load.
It throws an exception, class is not licensed for use.
... more >>
UIProcess: determine available 'navigateTo' element of a node.
Posted by tditiecher NO[at]SPAM hotmail.com at 1/27/2004 4:12:38 AM
Consider a webapplication existing of 3 pages: p1, p2 and p3.
The default navigateGraph is: p1 -> p2 -> p3
The alternative navigateGraph is: p2 -> p1 -> p3
I want previous/next buttons on the pages. For the default graph there
should be only a 'next' button on page p1. But for the alternative
... more >>
Good book on Distributed Application
Posted by Sohail Khan at 1/26/2004 3:24:40 PM
Hi,
Can any body tell me about good book on Distributed Application.
I have 8 years experience in VB 6 development. and learn VB.NET my self.
Sohail
... more >>
Configuration Problem..Please Help
Posted by Arsalan Ahmad at 1/26/2004 2:59:13 PM
Hi all,
I am developing a simple one page application in ASP.NET which takes an
input in a text box and print in a label. But when i uploaded it to the
website i get the following error:
Server Error in '/WebApplication2' Application.
--------------------------------------------------------... more >>
Reg SESSION..
Posted by Jagadeesh at 1/23/2004 3:10:16 PM
hi
i have a login page. as soon as the user logs in, am moving the User_id and
Session Id to a log table.
The problem is that if i use the back button of the browser and login again.
am getting the same session ID. but i want it to be an unique one.....
any help... wud be useful...
Rea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Access Layer (Table Data Gateway Pattern)
Posted by Albert Tollkuçi at 1/23/2004 2:35:04 PM
Hello guys,
I'm working for a project with the .NET Framework. The first version of the
application is in the end, but has a lot of problems because it doesn't use
a layered approach.
Now I'm planning the next version and I wannt to use a layered architecture.
I'm planning a three-tiered archi... more >>
Newbee with Windows Installer
Posted by Saulot at 1/23/2004 11:52:11 AM
Hi,
Big Question :
My solution is composed of SIX projects.
I'd like to know if it is possible with WI to allow the user to choose the
projects he wants to install. (From one to All)
in fact, I'd like to know if it's possible to add a form like "Microsoft
Office Selection form" (Treeview (All ... more >>
Crystal Reports Problem: Please reply ASAP
Posted by Mithun Verma at 1/23/2004 9:19:58 AM
Hello All,
I have a Windows application that uses Crystal Reports 9 (bundled Version)
developed using VS.NET 2003 on a windows server 2003 m/c.
The application has to be deployed on the client machine that has Windows
XP installed. Before deploying we make sure that .NET framework 1.1 is
insta... more >>
MSI installation failing - advertised application may be unsafe
Posted by jon_scriven NO[at]SPAM hotmail.com at 1/23/2004 3:34:06 AM
Hi,
Was not really sure what groups best to answer this so have posted it
to a few that seem relevant. I am trying to roll-out and Outlook
add-in which was coded using VB.NET and am having a few problems.
I have tried to automatically roll-out the MSI package on a Windows
2000 Server/Wind... more >>
Customize the CLR
Posted by anonymus at 1/23/2004 2:01:07 AM
Hello,
I've read that it's possible to customize the CLR in order to be able to change the politic for searching for an assembly. If you don't change anything the first thing it does is looking in the GAC, then uses the Codebase method , then application path and finally proving method.
I thin... more >>
on the fly dynamiocally modifiable web pages
Posted by Paul N at 1/22/2004 2:20:31 PM
OK, let me re-post this same question again, but worded
differently. The way I had worded it before, one MSDN user
was "barking up the wrong tree", as we say in Ireland.
I am developing a web application using ASP.NET - this is
a new application, never previously developed in ASP. This
ap... more >>
ssl for client/server app coomunication
Posted by JackJ at 1/22/2004 1:21:06 PM
Hi there,
I have an client app running on client side and communicating with the iis webserver by http. I just wondering what kind of certificate i should apply to the webserver or sign the distributed code to make sure everything is secure? any comments are highly appreciated.
cheers,
Jack... more >>
On the fly webform creation
Posted by Paul N at 1/22/2004 1:00:35 PM
Hi there,
I am at a point where I want to display pages
dynamically - that is have a single page, but allow users
to display it as they wish. In other words, if it were a
airline registration page, if a person chose "single
destination, no stopovers", the SAME PAGE would display a
... more >>
.NET Remoting TCPPort 8081 issue and HTTP port 8082
Posted by Anitha at 1/22/2004 10:06:05 AM
I am trying to remote the objects using .net. I used TCPPort 8081 and i received following error messgae. any idea please let me know. Also where in IIS , I need to set up http port as i see only TCP Port in default web site properties
'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.... more >>
Run Script - got error
Posted by hngo01 at 1/22/2004 6:51:07 AM
Hi all I got this error when I run the scripts
Script: C:\Program Files\Microsoft Application Blocks for .NET\Updater\Code\InstallQuickstarts.vb
Line: 35
Char:
Error: File not foun
Code: 800A003
Source: Microsoft VBScript runtime erro
I am run VS .NET 2002. and window 200
Thanks... more >>
Connectionstring problem
Posted by Nick1 at 1/22/2004 6:21:07 AM
I am getting this error:
Server Error in Application.
--------------------------------------------------------------------------------
The ConnectionString property has not been initialized.
Description: An unhandled exception occurred during the execution of the current web request. Please r... more >>
What to install?
Posted by V.Boomessh at 1/22/2004 2:46:08 AM
Hai there,
Can any help in the following issue?
I am new to VB.NET, and i have created a test application in it. I want to deploy in other system where dot net is not installed? How to go about with this?
what are the necessary things to be installed/downloaded to run the application in ano... more >>
|