all groups > dotnet academic > january 2004 > threads for january 1 - 7, 2004
Filter by week: 1 2 3 4 5
Visual C++
Posted by Yael at 1/7/2004 7:26:35 AM
Hello,
please help me!!
when I compile my CPP file the compilation is a success.
However, when i attempt to build i receive a message:
fatal error LNK1248:image size (C2CAD000) exceeds maximum
allowable size (8000000).
does anyone knows what this means??
Thank you!!!
... more >>
Checking Datatype
Posted by Anonymous at 1/6/2004 4:06:22 PM
This is a pretty dumb question but I can't seem to find
answer.
How do you check to see if a datatype of a variable is
correct? Eg in Visual Basic:
Dim datevar
datevar= "1a/2/2004"
If IsDate(datevar) <> true then
msgbox "The value in variable 'datevar' is not a date."
End if
Than... more >>
Using Vs.Net to conect a online sqlserver ???
Posted by Marcus VinÃcius at 1/6/2004 2:43:42 PM
Hi Guys,
I'm trying to using vs.net to conect a online SQL Server..
Anybody Know how can I do it??
Ps: The server adreess is a Ip number like a 200.178.123.20 and I have a
user and a pwd registered in server. But when I trying to conect with sql,
it returns the error "hm129 the Make sure... more >>
create a class dynamicaly at run-time?
Posted by peter at 1/6/2004 12:36:20 AM
How to create a class dynamicaly at run-time?
Some documentations in MSDN say that it is feasible
using the class "TypeBuilder",but I don't know how to do.
Is there anyone who can help me? Sample code is
appreciated.... more >>
Can't Register Trial Version
Posted by Brian Clipp at 1/5/2004 1:01:05 PM
We are having problems registering a trial version of Visual Studio 2003. It fails when attempting to register when launched.
We are behind a firewall and use a proxy server to connect to the Internet. There does not appear to be any way to configure/modify the connection info used to register th... more >>
Timeout expired. The timeout period elapsed prior to completion of the operation
Posted by Manoj K at 1/3/2004 12:36:07 PM
Environment:-
Framework 1.1
DB: SQL Server 2000 (SQL Provider)
OS: Windows 2000
Language: VB.NET
I'm trying to do mass inserts/updates. Using Transactions.
The table hierarchy contains 3 levels (TL1, TL2, and TL3):
Here is what I'm trying to accomplish:
1) Start Begin Transaction (i... more >>
Cannot deploy --- Class not registered --- Library not registered.
Posted by NO[at]SPAM at 1/3/2004 6:46:06 AM
Have fully operational software package developed on VB.NET that worked until Jan 1 2003, with early stage deployments on Oct 10, Oct 23, Nov 11, Dec 12 and Dec 30.
When attempted final deployment on Jan 2, 2004 got following messages and errors...
I reset everything and tried several times ag... more >>
Recommend theory-based .NET book
Posted by Mike at 1/2/2004 5:43:25 AM
I'm interested in learning more about the nuts and bolts of .NET. I've
never developed with it before and I don't want marketing speak or API mumbo
jumbo.
I'm a seasoned Unix developer and I want something that isn't about how to
use APIs and such. For example, the only good book I ever brow... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Windows Service won't start
Posted by LarryH at 1/1/2004 12:20:37 PM
Hi all,
I going thru the MCSD course and I am creating a Windows
Service from the 70-310 book "Developing XML Web
Services" chapter 6. The Windows Service compiles with no
errors and I can install it using "Installutil" with no
problem. But when I go into the Services Control Module
and t... more >>
|