microsoft.public.dotnet.distributed_apps Archive - September 2004
Post a message to this list
Messages
Page: 12
ObjectSpaces (4 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi All, Does anybody know whether the ObjectSpaces (an Object Relational Mapping tool) is included in the Beta 1 of VS 2005 which was recently released? if not when are they planning on releasing it (atleast a beta) ? Thanks, Chamith
Microsoft Access Help (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
(Type your message here) Hi, I'm building a database for one of my projects. Its a pretty simple database, with an Entry Form for people to enter data about their visit. Every time someone comes to visit, they record the visit. This data gets stored in a table, and has attributes like Case Number, Visit Number, Case Description, Case Person, Business Unit, and just other attributes about the perso...
EIF fails to install with IIS 6 (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi, I have a virgin install of W2k3. As soon as I install the application server roll (i.e. put IIS6 on) the EIF wont install because it thinks there is no dotnet installed. I have looked at the installer log and it is failing during the test for dotnet. See attached. Is there anything I need to do in order to install the EIF? Thanks for your help Graham
Duwamish 7.0(C#) (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
I have downloaded the sample enterprise apps Duwamish and Fitch but when I run the MSI I get the message 'You must install the Microsoft .NET Framework SDK v1.0.3705 before running Duwamish 7.0(C#)' for both. If I look at my machines C:\WINNT\Microsoft.NET\Framework folder I have a folder for v1.1.4322 and one for v1.0.3705. Is there a updated version of the msi file or is there a way around this?...
crystal reports - not accessing XSD (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
ok this is weird.. I have a bunch of Crystal Reports that use XSD for data definitions they work fine on computer A. Computer B which also has VS.net 2003 can run the reports... computer b gets a cast error and doesn't populate the report. The viewers /code are identical (copied from computer A) my guess its a setup issue but I can't find any reference to this anomoly... thanks Sandy
typed datasets over the tiers (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hello everyone, I was wondering if this would work and if it would be a good practice. I have a typed dataset in my data layer I have a class in my business layer that inherits from that dataset myBusinessClass inherits typedDataset End Class If I bind this to my UI datagrid just as is it works just no records. Is there a way I can populate that "class"/Typed Dataset? Thanks, rod
Using Typed Datasets ques2 (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hello, Is it ok to have the same typed dataset in the business layer and in the data layer to facilitate movement between the tiers or is there a better way? thanks, rod
Application objects in UIP (2 replies)
microsoft.public.dotnet.distributed_apps
Since we use State objects for persisting session information, What is the option in UIP to use application / cache objects, as there will be common informatin whcih will be used across users.
Problem Installing Visual Studio.Net (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hello Friends, I have XP machine at home (professional) I installed VS.NET on the home machine, it installed successfully, but I am unable to open the application. It pops up with a message saying updating Help File, but then it fails and says do you want to debug. If we do not want to debug it just quits the application Have you faced this problem before, should I apply Windows XP SP1 will that f...
Card Swipe and disable keyboard (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi I have a vb.net application deployed the query the db using a card swipe(mag stripe/card reader) using a textbox my problem is they want to restrict typing in the card number they want the to force the user to swipe the card for security purposes. Can I disable the keyboard when my app is running or can I disabled the keyboard keys. How can I resolved this issue.Any suggestions will be greatly ...
Would this work? (2 replies)
microsoft.public.dotnet.distributed_apps
I distribute a setup.exe for a web bootstraper application. As usual, the setup.exe downloads and installs the .msi file from my website. What if I change the .msi file? For example, I add a jpeg file to the included help file. Do I have to include a new setup.exe file or will the old one work? thanks in advance, ed
Windows Service failed on socket (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I have a windows service app that calls a smtp customed object to establish socket connection and send email content through the socket to smtp server. The email code (smtp customed object) has been well tested and sent out email fine on window form app (single or multi threaded environment). When my win service app uses this object, it does not return any errors but email never reached destinatio...
Updater Application Block Error: range header, paths not allow sha (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I am using Updater Application Block. However, when there is a new version in the updater server, the client can't update the new version. The following error message throw: The BITS service returned an error for the job with the ID '3214f216 44e3 461a a423 c7902ffb63b2'; the job's name and description are 'BITS Files Download Job' and 'BITS Files Download Job'. The BITS service error message for ...
1.1 Redistributable SP1? (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Does anyone know whether Microsoft is planning a 1.1 redistributable (dotnetfx.exe) that includes SP1? At the moment, users need to download the redistributable and then apply the SP. Thanks.
EMAB Custom Publisher problem - Utilites.exe (2 replies)
microsoft.public.dotnet.distributed_apps
Hi, I have encountered a strange problem recently. In my application I have derived quite a few exceptions from BaseApplicationException and throw the exceptions up through the layers by nesting them as i go up the tree. Once I get to the topmost layer I call the Exception Manager Publish event and need it to log to the Default log as well as my custom XML and DB publishers. My custom DB Publisher...
Authentication and Authorization in distributed app (4 replies, VIP)
microsoft.public.dotnet.distributed_apps
This seems like it should be a well known problem, but unfortunately I am unable to find the answers I am looking for. We want to access the User information, authentication and authorization in a distributed application. Is this possible using the built in .Net functionality and using a trusted sub system model, or do you have to use impersonation. Essentially we would like to use the trusted sub...
Server-side .NET Component question (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi All, I am new in .NET development. I have few questions. Hope you can help me. 1. If I would like to develop a server side .NET Componet with DTS support, What technology will best fit my requirement? .NET Remoting? 2. Is the MTS or COM going to obsolete in .NET? If yes, what will be the replacement? 3. If we don't have the MTS as the server, who manage the .NET Component Life Cycle? And, does ...
Translation of newline characters when transmitted via web service (4 replies, VIP)
microsoft.public.dotnet.distributed_apps
We have noticed that a CR LF transmitted in a string to from a web service will be replaced with the (unix style) single LF. This translation is not undone on the client side. (Both client and server are .Net) Before we go and manually undo the translation on the client side is there some setting on the web reference or the WSDL file that would take care of this? Adding a replace() on the client s...
web applications (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
(Type your message here) From: muchaeli muchaeli could somebody please give me the differences and (dis)advantages of the following: *2 tier and 3 tier architectures *fat & thin server *fat & thin client Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id A9BECDS/Yk 8SfSc6R LwA /Id
Can I Join in code not stored procedure? (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi All, This is a 'why?' or 'Can I?' question. I have an application I am using stored procedures and layers with. I have an info layer (with private variables, constructors and properties), a data layer (functions with parameters) and a business layer(Gets). I am also using SQLHelper. I am populating a part of the form using a join from a stored procedure. The stored procedure says "get me all pe...
UAB problem (3 replies)
microsoft.public.dotnet.distributed_apps
Is there any way to change the Updater Application Block to check for updates only on user demand rather than polling every interval? Posted using Wimdows.net NntpNews Component Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching.
Calling pop-ups in UIP Blocks (4 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi, I have a page to manage master tables in the application. The pages are in the following sequence The list page is the first page, that lists all the master data entry, along with pagination. The list page has three buttons, Add, Modify & Delete. Clicking on the Add & Modify button brings up the respective aspx page as a pop up window. Please let me know, how can i call a pop up window using U...
Crystal Reports (3 replies)
microsoft.public.dotnet.distributed_apps
I have a form that uses the Crystal Reports viewer so I can view a report. When I try to run the report I always get the database login screen. When I type in the correct information I get this error message: Logon Failed, Please Try Again. What is going on and how can I fix this? Thanks In Advance, Lou
implementing authentication & authorization using custom HTTPModule (2 replies)
microsoft.public.dotnet.distributed_apps
I am trying to implement Authentication and Authorization using a custom HTTPModule. Scenario : A simple asp.net application(uses 'integrated windows authentication'). I need to capture the user credentials(windows) and based upon the user roles(in the sqlserver database), either allow or deny the requested page(url). Instead of doing this 'authorization' on each and every page(in Page Load only d...
Synchronization in .Net Remoting (14 replies, VIP)
microsoft.public.dotnet.distributed_apps
hi, there, I am recently using .net remoting to develop a distributed application and some synchronization problem bothered for a long time. The problem looks as following: There is one server application that hosts a remote object, "mydata". This remote object is configured as a singlton object. Three functions are developed within this object to provide synchronized data access: public class MyD...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification