all groups > visual studio .net general > february 2005 > threads for february 22 - 28, 2005
Filter by week: 1 2 3 4
VS 2003 crashing!
Posted by Duse at 2/28/2005 2:40:52 PM
Vs 2003 has been gettign into a "silent" crash mode.
Sympoms:
Durign a compile ( VB.net) the compile process starts ( little bin starts
filling, but before the first entry onto the complie screen) VS simply
disapears !!!
No restart or any log entries anywhere, it simply vanishes..
Envion... more >>
How to creat .exe file in VIsual Studio .NET
Posted by Mrafcho001 at 2/26/2005 4:25:02 PM
I just got Visual Studio .NET standard edition.
Everytime i compile my code ( C++ code, that is), it does not creat an .exe
file.
I've tried everything, but i don't seem to be able to create an .exe file.
How do i creat an .exe file.... more >>
Visual Studio .NET & Platform SDK
Posted by JahMic at 2/26/2005 12:26:35 AM
I am wondering if I have essentially the platform SDK already
installed. I suspect not, However, with my visual studio documentation,
I seem to have the full documentation to the platform SDK and full use,
for example, of Win32 APIs and such.
However, if I want to use, for example, the Windows... more >>
Rulers and Guides
Posted by PlutoNash at 2/25/2005 8:25:01 PM
Could anybody tell me if VStudio2003 has rulers/guides for lining-up controls?
Also, if using grid layout, how do you control the width of the contents
area of your page/form? What I mean by this is how can I design my layout for
a particular resolution, say 800x600 pixels or any other size for... more >>
Web Applications
Posted by Bob Costello at 2/25/2005 3:31:02 PM
I have XP Home and VS.NET 2003. I tried to create a new web services or asp
net app and VS tells me I have no web server running. I don't mind upgrading
to XP Pro but when I ran a upgrade wizard to check for requirements, it said
something like "the software you have installed is newer ....."
... more >>
Tool to return public class members
Posted by Greg at 2/25/2005 10:23:00 AM
I have a compiled assembly, in which I need to verify all the public
members. Is the a freeware tool the can query the assembly, and return a
text list of all the public members?
Thanks
Greg
... more >>
New to Visual Studio and unable to run projects
Posted by Rod at 2/25/2005 3:19:03 AM
Hello,
I've just started using VS.net 2003 running under XP Pro SP2.
All was ok at first but I'm now getting the message 'Unable to start
debugging. No such interface supported' when I try to run any project. They
are simple projects in order to learn VS and Visual C++. They are dialogue
... more >>
"Setup Project" "Detected dependencies" vc_user_atl71_rtl_x86_---.msm versus atl71.dll
Posted by uvts_cvs NO[at]SPAM yahoo.com at 2/25/2005 3:01:00 AM
Hi all,
two PCs:
both of them have Visual Studio 7.1.3088 .NET Framework 1.14322 SP1
but PC1 has:
Microsoft Visual Basic .NET 69586-335-0000007-18364
Microsoft Visual C# .NET 69586-335-0000007-18364
Microsoft Visual C++ .NET 69586-335-0000007-18364
Microsoft Visual J# .NET 69586-3... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Strange errormessage while debugging "There is no source code available for the current location"
Posted by simon_e_st NO[at]SPAM hotmail.com at 2/25/2005 2:08:34 AM
hello
i try to debug a VB.NET application, but every time when i reach a
method call i get the error "There is no source code available for the
current location" from the visual studio.
dim myObject as new MyClass ' MyClass is member of the same project
myObject.methode1() ' No pr... more >>
Send compiler preprocessing directive when building using devenv.exe
Posted by lukev123 NO[at]SPAM gmail.com at 2/25/2005 12:48:33 AM
Hi,
I run nightly builds with a set of bat scripts and VS.net 2003. I call
devenv.exe and pass in my solution filename.
I have a number of parts of code that I want "disabled" when I do a
build on the builds server, and the only way I can see doing this is by
having those parts of code in a... more >>
Immages
Posted by programmer425 NO[at]SPAM yahoo.com at 2/24/2005 8:32:13 PM
I have some immages that show up much too large when i put them in my
programs using DirectX. They cannot be drawn any smaller. Is there any
way to make them show up smaller? I am using Visual Studio .NET
Standard Edition 2003 and the immages are declared as Direct3D sprites.
Someone please he... more >>
Class Builder in VS.NET 2002
Posted by David Balarin at 2/24/2005 4:00:54 PM
Hi,
I'm beginner in dot net and I'd like know where is Class Builder in
VS.Net 2002 like in VB6. Can you help me ?
Thanks.... more >>
Problem with reading Microsoft Word files with StreamReader
Posted by TheOne at 2/24/2005 3:34:47 PM
Hi, I am trying to read Microsoft Word file with StreamReader, but I do not
want to read summary info such as who last saved file etc. Is there a way to
read only "document" info not summary information? I am using
streamreader.readtoend() method to read info.
Thanks,
Sinisa
... more >>
Old VS.NET problems...any solutions?
Posted by gregl NO[at]SPAM lanproinc.com at 2/24/2005 12:55:08 PM
I found this old usenet post from a VS.NET "core team" member. I have
the same exact 2 problems he mentioned in the post below. They are really
frustrating me. Can anyone shed some light on these?...
***********************************************************
Newsgroups: microsoft.public.vs... more >>
CodeModel
Posted by r.bouchut NO[at]SPAM algorys.com at 2/24/2005 5:08:03 AM
Hi,
I have an object A that contain B. When I create B I want to add a
property (parent) that point to the instance of A (if the instance of
B is contained in A).
If B is instanciated alone (not in A), is parent will be set to
nothing.
I add a parameter in the constructor to add the parent b... more >>
Problem to use debug mode
Posted by Gandalf at 2/24/2005 2:43:02 AM
Hi,
I have a problem with MS Visual Studio .NET 2003. I want to debug a PPC
application, but when I run "debug mode", I obtain the following problem, a
..cab file is not found.
I have installed VS .NET 2003 on my d: partition. And since now, I have a
problem :
"Cannot copy C:\Program Fi... more >>
Does Norton AntiVirus Give Enough Trouble?
Posted by Hifni Shahzard at 2/24/2005 2:05:02 AM
Hi,
Environment: Windows XP 2002 SP 2, Visual Studio.NET 2003, MS SQL Server
2000, Norton AntiVirus 2004, Java Virtual Machnie;
I got a weird problem recently. Where If insert an applet code into my
ASP.NET application, the object appears to be in Dark Black and thereafter
Visual Studio ge... more >>
Adding an existing Typed Dataset (xsd) to a project
Posted by Jeronimo Bertran at 2/23/2005 7:14:12 PM
When a new typed dataset is created in VS.net, both the xsd file and a cs
file with the underlying class is created. However, the cs file is hidden
from the Solution Explorer.
Now if I want to add an existing typed dataset (from an existing xsd an cs
file), If I only add the xsd file, the ... more >>
VS.NET 2003 Service Packs
Posted by William at 2/23/2005 12:13:04 PM
Are there any Visual Studio .NET 2003 Service Packs?
--
Regards,
William... more >>
C'ant create an ASP.Net project - Visual Studio hangs
Posted by Flo at 2/22/2005 4:33:02 PM
Hi,
When trying to create an ASP.Net project (whether VB or C#), Visual Studio
2003 Architect hangs. When I kill the application, I get the following error
in the event log:
"Hanging application devenv.exe, version 7.10.3077.0, hang module hungapp,
version 0.0.0.0, hang address 0x00000000.... more >>
Visual Stidio .Net
Posted by MC at 2/22/2005 8:11:09 AM
My problem is that I am using several different types of databases and trying
to create an interface that will bring them all together. I have never
incorporated a field from a Microsoft Access database in with .net before. I
only need to display one field from this database but it is not th... more >>
|