all groups > dotnet general > may 2005 > threads for saturday may 7
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 31
How do I access a C# assembly from VB?
Posted by Mark Miller at 5/7/2005 10:36:03 PM
I know this sounds really basic, but I'm having trouble with this within the
VS.Net 2003 Pro IDE.
I'm working with a VB.Net class library, and I'm having it reference a
compiled assembly (a .dll) in a folder, which was written in C#. Both my
VB.Net class library and the C# assembly contain... more >>
Variables in Code Pages
Posted by BillG at 5/7/2005 8:20:02 PM
I have a variable on a Code Behind page that is declared Private x as
integer. Somewhere in a method on that page I set the value of x to 5. When
a post back occurs the variable is set back to 0. Therefore the solution is
to save the variable to a Session variable so that when I need to ref... more >>
C#/.net efficiency
Posted by msnews.microsoft.com at 5/7/2005 4:26:56 PM
Two simple questions:
1) Shouldn't the code snippets below produce the same IL?
2) Which will be faster?
TIA!
// Bit shift method
return (19 * (y >> 4)) + (x >> 4) + 1;
IL:
{
// Code size 13 (0xd)
.maxstack 8
IL_0000: ldc.i4.s 19
IL_0002: ldarg.2
IL_0003... more >>
Object remoting
Posted by Algirdas at 5/7/2005 7:40:04 AM
Hy,
I want to use object remoting in my project, but faced some problems. I
can’t find System.Runtime.Remoting.Channels.Tcp and
System.Runtime.Remoting.Channels.Http namespaces. I guess I haven’t installed
some features in my MS Visual Studio 2003 and I think those are Server
Componen... more >>
Communication between applications
Posted by Harry Dillinger at 5/7/2005 5:46:01 AM
I planning to build an order system. It will consist of a server
application and a number of client applications. The sever is responsible
for updating the database and to inform this to all other applications in
the system. For example: A client application wants to update the database
... more >>
Crystal Report Deployment Problems
Posted by Gudni G. Sigurdsson at 5/7/2005 2:10:05 AM
Hi.
I am working on a program for the .NET Framework written in C# with Visual
Studio .NET. With this program, one can print a report realized with the
Crystal Report software included with VS .NET. This has all been working
fine until recently, when I had to install and run the program o... more >>
Stronger Than Dirt!
Posted by John Bailo at 5/7/2005 2:07:37 AM
AJAX demo:
http://texeme.com/ajaxtest.html
--
Texeme Construct
http://texeme.com... more >>
Create Excel through XSL including image
Posted by Snig at 5/7/2005 12:52:14 AM
Hi
I need to create an Excel file from XML through XSL using MS-Office
2003 XML schema.
However, I'm able to create the Excel file, but unable to
display/create images in the Excel sheet. Can anyone help me out on how
to do this ?
Thanks
Snig.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|