0
votes
1answer
63 views
XCOPY-deploying Microsoft Sync Framework in a no admin rights scenario (i.e. ClickOnce install)
I'm currently designing a smart client app (WPF) which needs to operate in an "occasionally disconnected" mode. For the offline scenario, I'm looking at using:
Disconnected Serv …
0
votes
0answers
12 views
.NET Click-Once and Dial-up, DSL, Cable Detection
Is there a good simple way to detect if a user is using Dial-up, DSL or Cable from a .NET Click-Once application? This is for Intranet through VPN or Extranet purposes not a public …
0
votes
0answers
9 views
Migration from SmartClient Application to Desktop Windows Application (VS2005)
What are the steps to be followed when we migrate a DEVELOPED Smart Client Application to Desktop Application - In order to increase the performance ?
1
vote
1answer
81 views
Security and UAC for .NET
My WindowsForms application needs to access the Internet, but when I try to open a WebRequest the application crashes. I noticed when I run the application from a simple folder (My …
2
votes
5answers
72 views
.NET - Click-Once / Smart Client Applications - Browser Cookie Equivalent?
Is there an equivalent to browser cookies for Smart Client / Click Once application development on .NET 3.5? Some place I can store cookies on the user's machine rather than the se …
3
votes
1answer
164 views
.Net ClickOnce deployment and wrong assemblies called after updated version
Hi!
I have a ClickOnce application (app1) that calls dlls from another Solution (app2). I recently updated this application at one customer and a strange thing occured.
He got th …
1
vote
1answer
53 views
Application Config Conundrum
Hello,
I'm developing an n-tier smart client application. The client part of the application is split into two tiers. An interface application and client business lib that retrie …
0
votes
2answers
139 views
Is smartclient suitable?
Dear Sir,
would you say that SmartClient is suitable when you have thousands of users editing grids?
Or will the waiting time for the intended end-users most likely be very long?
…
0
votes
1answer
59 views
create smart device cab through msbuild
Is it possible to use an msbuild task to build a smart device project into a cab file for deployment.
I've seen a couple of pages on the web:
http://guystarbuck.blogspot.com/#115 …
0
votes
1answer
414 views
SmartGWT Live Grid (with iBATIS)
I didn't find any docs about how to convert a SmartGWT ListGrid in a Live Grid. How can I do it? Is the ListGrid a Live Grid by default? If so, how can I disable this feature?
Fin …
1
vote
3answers
410 views
.NET - ClickOnce Install - Company Name and Application Name
What is the proper way to set the Company Name and Application Name in a ClickOnce Application?
I have a set of projects in a solution called RecordNavigator.
The GUI project is c …
1
vote
2answers
140 views
What .NET ORMs support smart clients (ie object mapping and data synchronization)
I was recently involved in a project that required a smart client. We used SQL Server Compact Edition and Microsoft Sync Services for ADO.NET. Our online server was SQL Server 2005 …
1
vote
1answer
170 views
has anyone worked on Smartclient
Has anyone worked on smartclient (the RIA platform provided by Isomorphic)? I want to know if any online material/books available on this RIA
3
votes
1answer
328 views
Web vs Desktop Development (Online vs. Smart-Client)
Hi Everyone,
I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly …
1
vote
2answers
51 views
How relevant is support for “occasional connected” scenarios?
A while back, smart clients had been touted as the solution to "occasional connected" usage environments, and toolkits like Google Gears have sprouted for the same reason.
It looks …
