all groups > dotnet distributed apps > october 2005 > threads for october 22 - 28, 2005
Filter by week: 1 2 3 4 5
The simplest aspx deployment
Posted by Peter at 10/28/2005 5:06:10 AM
I used a text editor to create a aspx file and its code-behind c# file, then
I put these two files in the ...inetpub\wwwroot\test folder. When I tested
it, the result was that the code-behind is ignored.
When I used Visual Studio to do the same, the result was correct. Please
advise.
Pet... more >>
App Does not work on other PC's??
Posted by Andrew Stokes at 10/27/2005 1:08:39 AM
Hi Guys,
I have just finished my app and need to deploy it to other pc's BUT,
when i deploy it i keep getting errors which are piced up by the JIT
debugger. Below is the error i keep getting...
************** Exception Text **************
System.IO.FileLoadException: The located assembly's ... more >>
c# - listbox scroll bar event
Posted by John Keers at 10/27/2005 12:00:00 AM
Can anyone tell me how to fire and use a listBox onScroll event. The
language I am using is C# in a windows forms application
thanks
... more >>
Downloading assembly from a remote host
Posted by Evan Woo at 10/26/2005 9:37:02 PM
Hi there,
I know an application can specify in its config file an assembly (DLL) that
it depends on and where to get it from, e.g (person.dll deployed on a local
webserver):
<dependentAssembly>
<assemblyIdentity name="person"
publicKeyToken="30740f778431d3... more >>
Redistribute Problem
Posted by MC at 10/26/2005 10:40:16 AM
Still trying to learn folks.
Ok, so I have my application built and tested and debugged and now I am more
than happy to redistrubute to my friends.
Those with Dot Net Framework v2 already installed seem to have no problems.
Those who dont get this error during setup:
Setup has detected ... more >>
About n-tier development
Posted by CSV at 10/26/2005 7:54:05 AM
Hi All,
We have a visual basic 6.0 application and we want to migrate it to 3
tier in .net . Could any one suggest me some good links for n-tier
development introduction. I am not new to programming, but new to n-tier
development.
Thanks... more >>
Programmatic TypeFilter?
Posted by xenophon at 10/25/2005 1:48:04 PM
I can set the TypeFilter via config file, how do I set it completely
in code so I do not have to use a remoting.config file?
Thanks.
... more >>
Assembly or dependency not found using Remoting.
Posted by Luc at 10/24/2005 7:41:02 PM
I have this particular problem. I am using .NET Remoting. My server (an
EXE) listening on a port has a reference (a dll) that is registered in the
GAC.
While trying to access a class in this reference (DLL) via my client, I
receive a remoting error stating that it cannot find the referenc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is there anybody in the world :) who uses an serviced component in more than one app partition on Windows 2003 Srv?
Posted by Adam Boczek at 10/24/2005 9:54:49 AM
I'm a little bit confused but I can't find any good resource about using
serviced components in application partitions on Windows 2003 Server. Should
I throw this idea away because of lack of integration between .NET and COM+?
Can anybody say "it's possible" (how?) or "it's impossible" (why?).
... more >>
Invalid value for 'encryptedTicket' parameter
Posted by Aamir79 at 10/24/2005 2:52:02 AM
I am using basic forms authentication in my web application and it is working
fine on my Dev machine. However when I stress test the application using
Microsoft ACT,
And increase the number of concurrent users more than 3, I get following
error:
Exception Type: System.ArgumentException
M... more >>
When to use EnterpriseServices (COM+)
Posted by Morten Overgaard at 10/23/2005 10:03:10 AM
Hi
We have a traditionally 3-layer windows application with database access.
The application has explicit boundaries regarding to the layers involved in
the architecture thus we have a rich domain model (business layer) and a
data access layer doing all the persistence.
We want to get int t... more >>
|