all groups > visual studio .net ide > september 2004 > threads for september 15 - 21, 2004
Filter by week: 1 2 3 4 5
"generate create script" option as well as others not showing up
Posted by TS at 9/21/2004 1:14:45 PM
The context menu for a data connection in the server explorer tab for a co
worker doesn't give him the option to generate create scripts to populate
his database project. Why?
thanks
... more >>
Webform Controls disappear VS 2003
Posted by ushergm NO[at]SPAM yahoo.com at 9/20/2004 2:08:17 PM
Hi, I was wondering if anyone else has encountered this issue.
Controls in my webform just suddenly disappeared. No error message,
no warning just wiped out a days worth of work.
Using Visual Studio 2003.... more >>
File / Print page setup
Posted by HBrothers at 9/20/2004 9:50:26 AM
In Notepad, I can specify the format of the page header using simple simbols
like &f (file name), &d (date) and &t (time)
I need to control the way that VS.NET prints code pages in a similar
fashion, but I can't find a dialog that lets me specify the format of the
page header or footer. Is ther... more >>
Non bulding C++ project how to?
Posted by generalboy7 NO[at]SPAM netscape.net at 9/19/2004 8:55:06 AM
Hey all,
So, my situation is that I have a visual studio .net 2003 solution
that is a collection of unmanaged C++ DLL and EXE projects. Now,
there are a handfull of classes that I would like to share between
those exes at build time, but I have no runtime need to warrant making
COM objects o... more >>
VS.Net 2002 Compiler Error &Hc0000005& in unchanged solution
Posted by louis315 at 9/17/2004 4:05:03 PM
We have a multi-project VS 2002 solution that compiled for months until we
installed .Net Framework 1.0 SP3 and .Net Framework 1.1 SP1 at the same time
from WindowsUpdate.Microsoft.com.
Now the compile hangs at
Preparing resources...
Updating references...
Performing main compilation...
... more >>
Word Wrap Pain
Posted by IntraRELY at 9/17/2004 10:16:39 AM
When I am dev a ASP.net application and switch between Design and HTML in
VS, the HTML code's layout is modified by putting Carriage Returns.
For instance I keep each control per line and when switching between views
it scrambles the clean lines into unreadable garbage. I tried changing the
"... more >>
Project not recompiled after changes in embeded resource
Posted by Sunny at 9/16/2004 3:42:47 PM
Hi,
I use VS.Net 2003/C#.
In my project I have a file which I need to include as embeded resource.
So far, so good. The file is added to the project, and in the
properties/build action is set as such. It works ok.
The problem is, that if I change something in that file, save it and
then... more >>
Can't add a form to a project and edit it visually
Posted by John Biddiscombe at 9/16/2004 12:30:54 PM
Hi ther, in VS .NET 2003, C++, if I have a form with cpp,h and resx, and I
want to copy them to some other project directory and then add them to the
project, the cpp and h files appear in the solution/project no trouble, but
the resx file isn't associated with the .h and .cpp file, so I can't an... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reporduce code formatting/coloring in HTML?
Posted by deko at 9/16/2004 10:00:46 AM
Is there a way to export blocks of code from the VS.NET code editor into
HTML while preserving the color and formatting of the code? The idea is to
create an online code library that displays blocks of code as they would
appear in the IDE.
Thanks
... more >>
System.Resources.ResourceManager-ArgumentNullException
Posted by Priya via .NET 247 at 9/15/2004 3:18:20 PM
(Type your message here)
In some of the forms that has custom controls i add a simple button & some code on its click event..
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(form1.))
The above line gets added under the Private Sub InitializeCompone... more >>
|