-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a small application that uses SQL Server 2005 Express with CLR stored procedures. It has been successfully installed and runs on many computers running XP and Vista.
To create the assembly the following SQL is executed (names changed to protect the innocent):
CREATE ASSEMBLY myAssemblyName…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
My W2K3 server was running TFS 2008 SP1, SQL Server 2005 Development edition.
I installed SQL Server 2008 Standard. I installed it while leaving SQL Server 2005 alone. Upgrading was not possible due to the differences in editions of the SQL Servers.
Now TFS is broken. On a client computer…
>>> More
-
as seen on Microsoft .NET Support Team
- Search for 'Microsoft .NET Support Team'
How to specify strong key file in assembly? Answer: You can specify snk file information using following line [assembly: AssemblyKeyFile(@"c:\Key2.snk")] Where to specify an strong key file (snk file)? Answer: You have two options to specify the AssemblyKeyFile infromation. 1. In…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Given a stack that displays characters to the screen First in First Out(FIFO), how do you switch it to display them Last in First Out(LIFO). Theoretically speaking... is it simply just sending the characters to print in reverse order?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
for various reasons i would rather not use strong named (signed) assemblies in my project. however, one of the projects is referenced by a sharepoint web part which means it must be signed.
is it possible to have this assembly signed but when I reference it from other projects, to do so using…
>>> More