all groups > dotnet faqs > january 2004 > threads for january 22 - 28, 2004
Filter by week: 1 2 3 4 5
Suggestions for setting up test and live development environment on the same computer
Posted by JerryK at 1/28/2004 8:45:15 AM
Hi,
I want to have a live and test development environment on the same computer.
For example, I want to run a Whidbey suite (Whidbey, 3rd party alpha-level
controls, etc.) and production VS 2003 and have them not interfere with each
other One option is to partition the disk and install two se... more >>
Session State Problem
Posted by (hsaid NO[at]SPAM childsupport.co.la.ca.us) at 1/28/2004 12:38:19 AM
In my application I have windows program (WIN32) which invokes a ASPX page via Navigate2 method of IWebBrowser2 interface.
The page is invoke correctly and the win32 programs "POST"s some data as part of the page invoke process.
The ASPX page corectly detects that it has been invoked using the "... more >>
conversion of proj from Vb to .NET
Posted by Amka at 1/27/2004 7:03:56 PM
Hi
I have a project which I converted from Vb to Vb.NEt
But the system is running extremely slow. I have Intel PIII Processor , 256
MB RAM. Plz let me know if tehre is anything I can do to enhance the
performance of my system.
I know from MSDN that vs.net can run on p-II even, then why is... more >>
How to create a client activated remoting object in an MFC Client
Posted by Max-Ph. Blickenstorfer at 1/27/2004 4:39:03 PM
We have a remoting service which can be accesse by a c# client. No problem
so far.
But we do need an interop solution to existing MFC Clients. For server
activated objects it seems to work.
However, I have trouble getting a client activated object to be created
using an MFC Client and unman... more >>
Garbage Collection and Manage Code?
Posted by Laser Lu at 1/26/2004 6:37:17 PM
What doese Garbage Collection mean? And what is Managed Code?
Any links to relevant articles or resources would be appreciated!
--
Best regards,
Laser Lu
... more >>
Do I need .NET Framework SDK?
Posted by Sohail Khan at 1/26/2004 3:17:31 PM
Hi,
I have installed Visual Studio .NET
Do I need .NET Framework SDK?
What is benefit of .NET Framework SDK?
Thanks in Advance
Sohail
... more >>
Configuration Problem..Please Help
Posted by Arsalan Ahmad at 1/26/2004 2:59:13 PM
Hi all,
I am developing a simple one page application in ASP.NET which takes an
input in a text box and print in a label. But when i uploaded it to the
website i get the following error:
Server Error in '/WebApplication2' Application.
--------------------------------------------------------... more >>
Differnece between Events and Delegates
Posted by Gopal Prabhakaran at 1/26/2004 12:05:28 PM
Dear Guys
Pls tell me the difference between Events and Delegates..
Thanx
Gopal Prabhakaran
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Difference between HtmlControls and server controls
Posted by Gopal Prabhakaran at 1/26/2004 12:04:01 PM
Dear Guys,
Pls tell me the Difference Between HtmlControls and ServerControls.
Thanx
Gopal Prabhakaran
... more >>
Loading Assemblies, when the interface is not defined by your application
Posted by Timothy at 1/24/2004 10:44:19 AM
Hi,
As an addition to my previous question
The following code is not allowed because the IDbConnection interface is
not defined by my application (right ?)
So how can I make this work ?
ObjectHandle hNdl =
Activator.CreateInstanceFrom(@"data\MyData.Data.dll","MyData.Data.MyDataClient... more >>
Loading Assemblies at runtime (...from the GAC)
Posted by Timothy at 1/24/2004 9:54:21 AM
Hi,
The following code loaded an assembly from a file
objPlugin = CType(Activator.CreateInstanceFrom(AppPath() & "Plugins\" &
mnuItem.AssemblyName, mnuItem.ClassName).Unwrap, iGameModule)
But what if that assembly is in the GAC ?
So I could have an XML file for each plugin, and the... more >>
Reg SESSION..
Posted by Jagadeesh at 1/23/2004 3:10:16 PM
hi
i have a login page. as soon as the user logs in, am moving the User_id and
Session Id to a log table.
The problem is that if i use the back button of the browser and login again.
am getting the same session ID. but i want it to be an unique one.....
any help... wud be useful...
Rea... more >>
Can Mutiple webapplication - use same session ?
Posted by Gopal Prabhakaran at 1/23/2004 1:27:12 PM
Dear All,
Pls help me to do : How to share [same]session value between 2 different
webapplication
I am using sqlserver to store session
Both the web application running in same web server
Pls help asap
Million of thanx in advance
Thanx
Gopal Prabhakaran
... more >>
void main crashes...
Posted by Xavi Vera at 1/22/2004 8:11:10 PM
Hi there!
I have a Win32 Console project within Visual Studio .NET.
This consists of different files. Everything compiles and links fine.
The problem arises when I run the program without doing anything (even
though I build the whole solution):
int main (int argc, char **argv)
{
return ... more >>
Reading a .doc file from ASP.Net
Posted by horowab NO[at]SPAM optonline.net at 1/22/2004 5:40:54 AM
HI,
using VB.net I need to access .doc file. Parse it's contents and then
output the contents in an email.
The question is how do I open a .doc (word) file in VB.net. Also, when
I display the contents in the email I want to maintain the layout but
I'm concern about the .doc control char in... more >>
|