all groups > dotnet general > november 2005 > threads for sunday november 27
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
Has the Internal Structure of DLLs Changed in Recent Years?
Posted by Greg at 11/27/2005 10:21:01 PM
It seems that, in general, project References really only require the DLL
path. In recent versions of Visual Studio (e.g. 2003/2005) that support .NET,
has the internal format/structure of DLLs changed to support assembly
information etc.? Od are DLLs the same as they always have been for year... more >>
Data Connections in Server Explorer not responding
Posted by Jeff at 11/27/2005 7:45:08 PM
I have VS 2003 & VS 2005. I am doing some work in VS 2003 and can no longer
getting any response when I try to add a new connection via the Server
Explorer context menu or through the Tools menu. I have seen some information
about possible missing dll's that are called to get the Data link dia... more >>
Do I try to uninstall NET Framework 1.1 after 2.0 is installed?
Posted by pattyjamas NO[at]SPAM hotmail.com at 11/27/2005 2:12:53 PM
1. Do I try to uninstall NET Framework 1.1 after 2.0 is installed?
Am running Windows XP and have the above question?
2. Also after upgrading to Java JRE 1.5, I did uninstall 1.42 from
Add/Remove programs. Thought this makes sense and perhaps not affect
anything.
Comments?
Thanks so mu... more >>
SqlCommand not returning an error!
Posted by tascien at 11/27/2005 12:49:11 PM
Hi, when i use this code:
SqlConn.Open()
SqlCmd.Connection = SqlConn
SqlCmd.CommandText = sqlCommand
If Not CmdTimeOut < 0 Then SqlCmd.CommandTimeout =
CmdTimeOut
Dim ret = SqlCmd.ExecuteNonQuery()
SqlConn.Close()
Retu... more >>
Installed Visual 2005 Beta 2, but cannot open devenv.exe
Posted by clkalluri NO[at]SPAM yahoo.com at 11/27/2005 12:24:36 PM
Hi,
I've installed (by that I mean a full uninstall and re-install) Visual
Studio 2005 at least twice on my 64-bit windows machine (AMD64). I make
sure I install the SDK 2.0 for x64, and the installation is completed
'Succesfully' as per the setup dialogs.
However, when I try to open the ID... more >>
Component Gallery
Posted by Eitan at 11/27/2005 12:13:02 PM
Hello,
How do I add a component from the component gallery (if it exists in version
7.0!?) like we did in version 6.0?
Eitan... more >>
NAnt issue - unsuccessful in using xpath expression with xmlpoke
Posted by chrisjaycomer NO[at]SPAM netzero.com at 11/27/2005 8:47:07 AM
I have successfully setup numerous xmlpoke statements within an Nant
script but this specific situation I cannot figure out. I am including
a section of the xml code I am trying to access and update using an
xmlpoke statement. No matter what I try I continue to get "
[xmlp... more >>
|