all groups > dotnet general > june 2006 > threads for wednesday june 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Specifying a base loading address for a .NET assembly
Posted by Emby at 6/14/2006 11:09:57 PM
I was wondering if anyone specifies a base loading address for .NET
Libraries (DLL projects). This can be done on the Advanced Compiler Settings
dialog, accessed from the Compile page of Project properties in VB.NET 2005
projects.
The default is &H11000000, so if you have several DLLs loadi... more >>
Deployment of Framework from setup project
Posted by sudhaoncyberworld NO[at]SPAM gmail.com at 6/14/2006 10:48:03 PM
Hi all
I am using VS2005, How can I deploy the .Net Framework from my setup
project?
In the bootstrapper setup program we have below 3 options
1.Download prerequisites from the component vendor's web site
2.Download prerequisites from the same location as my application
3.Download ... more >>
2.0: implementing multilanguage applications?
Posted by R.A.M. at 6/14/2006 9:16:45 PM
Hi,
(Sorry for my English...)
I am learning .NET 2.0 and I have a question: how to, generally,
implement applications with many country languages? For instance, I
want to write ASP.NET application with language selection on logon
page and then have texts depening on language selected.
Thank yo... more >>
.NET 2.0: weak sides of .NET?
Posted by R.A.M. at 6/14/2006 9:10:51 PM
Hello,
I have started learning .NET and I have a question: what are, in your
opinion, weak sides of .NET 2.0.
Thank you very much for your answers.
/RAM/... more >>
2.0 Designer Generated Code
Posted by Jessard at 6/14/2006 4:37:01 PM
Hi all,
Does anyone know if you can modify what the designer will generate for it's
code when using the wizard to create typed datasets? I know I can use
partial classes to override or extend functionality from these generated
classes but I want to be able to modify slightly the rules that... more >>
C# and Excel
Posted by venky at 6/14/2006 2:47:54 PM
Hello,
I have a C# program in which i need to read the data from the excel
file which is in network folder. The openign the excel file and reading
the data everything works fine with Excel class and other objects. Only
thing is there way to notify my application if the Excel files get
modifi... more >>
more bugs: "The path is not of a legal form"
Posted by Rob R. Ainscough at 6/14/2006 1:27:15 PM
I've started getting this error now when I load my solution and do a Build.
Rebuild doesn't resolve it. Any suggestions?
I suspect one of the hotfixes, but can't confirm.
Rob.
... more >>
Fatal Error C1001
Posted by ishbuu NO[at]SPAM gmail.com at 6/14/2006 12:27:24 PM
Hi all.
I've been trying to get a program I wrote on my old machine to compile
on this one, but VS2k5 hasn't been able to finish the thing. I was
using the same operating system/hardware/version on my old machine, I
just replaced the Harddrives after my old one with the OS failed. No
matter h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is there a shortcut for this???
Posted by Todd Jaspers at 6/14/2006 12:09:02 PM
Hey guys,
I'm a recent convert from Borland Delphi. I still love the language,
but I equally like C#. I'm currently developing in Visual Studio 2005 with C#
and one of the things I keep doing is hitting F12. For those of you who have
used the Delphi IDE, you know that that allows you ... more >>
Set camera settings registry value
Posted by nicolas.lelievre NO[at]SPAM gmail.com at 6/14/2006 10:44:44 AM
Hi,
I would like to change the camera settings by changing the registry
keys but it don't want to work as I expected.
I'm using RegSetValueEx and I can easily change some key I have
previously created but when I'm trying to change:
[HKEY_CURRENT_USER\Software\Microsoft\Pictures\Camera\USER]
... more >>
Scripting engine in my .NET app
Posted by JLuis Estrada at 6/14/2006 10:44:20 AM
Is there some class or engine in the .NET framework capable to manage (or
run) script code (like VB script) embedded in my app????
Thats because I have an APP that grows very fast, and one of the
requeriments its the abilyto to add new processing based in some numbers. (I
mean, if I get a 1... more >>
Barcode Scanner Patents and Workarounds?
Posted by Camelduke at 6/14/2006 9:34:01 AM
My company is considering the development of a mobile device that integrates
2D barcode scanning among its features.
However, our engineering team is stymied as they believe that we are unable
to incorporate 2D barcode scanning technology without licensing the
technology specifically fro... more >>
.Net Framework out of Windows
Posted by Max André Bündchen at 6/14/2006 8:20:41 AM
Is there a Microsoft initiative to develop a .Net Framework (not Mono or
other third party framework) for other plataforms like Linux?
... more >>
XML->Dataset->Database
Posted by David Harris at 6/14/2006 6:59:02 AM
I am developing a type of data warehouse. Basically, we have 20 client survey
machines that are each separated from the server by space and lack of
network. Yet both need to speak to each other such that the clients know the
latest configuration information and the server contains completed su... more >>
.NET poor threading architecture?
Posted by WXS at 6/14/2006 6:57:03 AM
When I see things in .NET 2.0 like obsoletion of suspend/resume because of
the public reason MS gives of they think people are using them
inappropriately.. use mutex, monitor and other synchronization objects
instead and oh by the way you shouldn't be using them as they can cause
deadlock an... more >>
log4net with visual studio 2005
Posted by softwareakash NO[at]SPAM gmail.com at 6/14/2006 1:58:01 AM
Hi
Anyone using log4net with vs2005.
See my blog entry at http://akashdotnet.blogspot.com/
I would appreciate any feedback and comments
Akash
... more >>
|