all groups > dotnet general > november 2005 > threads for thursday november 17
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
AssemblyVersionAttribute
Posted by Pascal Cloup at 11/17/2005 8:54:49 PM
Hi,
I could not get the AssemblyVersion attribute. I use the following code:
public static string GetProductVersion()
{
Assembly appAssembly = Assembly.GetExecutingAssembly();
Object[] cma;
cma = appAssembly.GetCustomAttributes( typeof(AssemblyVersionAttribute) ,
true );
retur... more >>
Using Objects from another class to decrease Mem Usage
Posted by Fish at 11/17/2005 3:28:04 PM
I have been researching the correct way to organize my solution so that it
makes best use of VB.NET inherent ability to manage resources such as
objects. My solution contains 2 projects and the main problem is that the
mem usage continues to grow until the Service stops responding. I have
... more >>
Server side PDF tools - recommendations?
Posted by aconant at 11/17/2005 2:56:09 PM
I am looking for a tool to be integrated into our enterprise architecture
that provides various PDF services to ASP.NET applications.
We have a common need to programmatically create, convert, populate, and
manipulate PDF files on the web application server for output to the web
client.
... more >>
Deploying DbgCLR.exe
Posted by shesh at 11/17/2005 12:16:06 PM
I would like to deploy DbgCLR.exe on a machine where a .net windows app will
be run. This is to debug the application by launching the debugger (in the
code System.Diagnostics.Debugger.Launch() is called to do this). How to
deploy this debugger without installing complete .Net Framework SDK? P... more >>
.NET Framework 2.0
Posted by Michel at 11/17/2005 11:11:15 AM
Hola, saludos a todos, tengo una duda, yo isntale un Update de Microsoft
( Microsoft .NET Framework 2.0: x86 (KB829019)), tambien baje e instale la
..NET Framework SDK 2.0, y estaba leyendo en toda esa documentacion y me
parece que hay algunas mejoras, sobretodo en la parte de ASP .NET, lo ... more >>
Help needed with an assembly question
Posted by Tommy Wang at 11/17/2005 10:14:20 AM
During an interview, I was asked with question 'how do you add information
to a .NET assembly as metadata' I really have no idea until now, could
someone please help? thanks in advance
... more >>
Word as com object reading a byte array instead of a temp file.
Posted by tigrrgrr42 at 11/17/2005 8:36:34 AM
I am working(vb.net03and05) with word documents stored in a sql db and I am
currently bringing them from a byte array into a temp file to pop into word
and make word do its thing as a com object. Is it possible to go straight
from a byte array to document in word instead of a temp file? Also... more >>
Errors late-binding .net2.0 assembly from .net1.1
Posted by tlwright1414 NO[at]SPAM gmail.com at 11/17/2005 7:20:12 AM
I'm trying to late bind and invoke a method on a .net 2.0 assembly from
a .net 1.1 assembly. I'm getting and error 'The format of the file
'myAssembly.dll' is Invalid. Can't figure it out. Any suggestions are
much appreciated.
Assembly p = Assembly.LoadFrom( asFilePath );
object o = p.Crea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Form.KeyPress event
Posted by Nikolay Evseev at 11/17/2005 4:01:10 AM
Hi,
I am trying to trace down the Enter key in my Form.KeyPress event handler.
The KeyPreview property is set to false, so I'd assume that all key presses
should go through my form's KeyPress event handler, right? Ok. If the focus
is set to any other control than a button, then the above ev... more >>
2005 Questions
Posted by Bob at 11/17/2005 2:14:54 AM
My team is about to pick a language/platform to develop a brand new WEB
application. Seeing all the hype on the new Visual Studio 2005, I've
suggested that we go with this technology. As such, I have some questions
concerning the various flavors of Visual Studio 2005.
Suppose I have 4 develo... more >>
Web.config
Posted by Stig at 11/17/2005 2:06:02 AM
Hello
I wonder if anyone knows about any good articles about how asp.net read the
webconfig. What actually happens? Or any good examples about making a class
that read the webconfig.... more >>
encryption help
Posted by Simon Whale at 11/17/2005 12:00:00 AM
Hi All,
i am using the following two functions to encrypt data, bank details. i can
encrypt the details no problems. but when i try to decrypt the details i
get the following error
"PKCS7 padding is invalid and cannot be removed"
does anybody know i can encrypt and decrypt data from a... more >>
Nutty Sorted BindingList Problem
Posted by Andreas Zita at 11/17/2005 12:00:00 AM
Hi
I have a simple problem scenario with yet no good solution:
I want: A sorted (by name) and bindable typesafe collection (of students)
which I can set as DataSource to a ListBox. When editing a students name in
a databound textbox, the name in the listbox should update and also resort
... more >>
Code coverage tool
Posted by Vinay at 11/17/2005 12:00:00 AM
Hi
Have any one idea of any popular code coverage tools for .Net application?
Is there any such tool for Java also??
Thanks,
-Vinu
... more >>
Implementing Interface
Posted by Gomathi at 11/17/2005 12:00:00 AM
hi all,
How to implement an interface in ASP.Net?.
Consider my interface name is IExample. Then whatz mean by
IExample ie = (IExample)obj1
Kindly let me know about this implementing interface in detail.
Thanks in advance.
Regards,
Gomathi
... more >>
Problems : use .net assembly in my win32 app
Posted by Denile at 11/17/2005 12:00:00 AM
HI, all
I want to use .net assembly in my win32 app.How can I use it.Thx for any
suggestions..
... more >>
sln association
Posted by Doug Bell at 11/17/2005 12:00:00 AM
Hi,
Suddenly clicking on an SLN File type will not open Visual Studio on my PC.
Not sure what I have done. The association settings still look to be correct
but I get an error message saying that there is no program association for
the file type.
Any hints on how to fix this?
Thanks
Dou... more >>
|