all groups > dotnet general > may 2006 > threads for saturday may 6
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
Script Without The GO Command
Posted by Derek Hart at 5/6/2006 8:39:31 PM
I am using scptxfr.exe to script out a SQL Server 2000 database. I want to
run the script inside a VB.NET application, but the scptxfr.exe adds the
keyword GO after every command, which I believe is not a transact-sql
statement, so it errors. I did not see a command line option to turn this
of... more >>
VS 2005 still not ready for prime time
Posted by Parrot at 5/6/2006 7:46:01 PM
After being able to use the new Web Application addon to VS 2005 I thought
that I could finally use the product. However, I am still stumbling over
everthing trying to get my web application to compile and run properly. The
real annoying feature is when you try to switch to the Design View a... more >>
jpeg encoder
Posted by dmm at 5/6/2006 2:53:25 PM
Hi all,
I am using the default jpeg encoder but I find the quality unacceptable even
when I ramp up the quality paramater to 100.
Are there any good free encoders out there? .NET would be ideal put
p/invoking is not a problem.
Cheers
... more >>
Visual Studio 2005
Posted by sbata at 5/6/2006 1:02:21 PM
hi *
can use Visual Studio 2005 with the dotnet Framework 1.1 ?
must i configure anything ?
thanks
Sbata
... more >>
ILASM/ILDASM bug(?)
Posted by gpsmobiler NO[at]SPAM gmail.com at 5/6/2006 9:15:38 AM
Hi,
I found through a lot of exhausting searching, that the following C#
code will cause the IL code below:
const byte ICON_MONO12BY12 =0;
....... IL-file....
.field literal private static unsigned int8 'a' = uint8 (0)
When ILASM tries to compile the IL code, I get th... more >>
|