all groups > visual studio .net general > november 2006 > threads for november 15 - 21, 2006
Filter by week: 1 2 3 4 5
Dependencies problem
Posted by Federico Halperin at 11/21/2006 11:03:17 AM
Hi everyone,
I'm having a problem with dependencies in a solution. This solution has
6 projects, and there's one that contains many things that are used by
all the others. This "common" project is web-based.
When I want to reference this project (in the Add Reference / Projects
tab), the on... more >>
MSDN Office 2007 Keys/Activation Issues
Posted by Mark at 11/21/2006 10:51:01 AM
Hi all, apologies if this is the wrong newsgroup!
Anyone know what MS are doing about this?
Looks like I am not alone!
http://weblogs.asp.net/mlafleur/archive/2006/11/14/Office-2007-Product-Key-Problems.aspx
... more >>
Code Analysis
Posted by Nathan at 11/21/2006 10:42:01 AM
Is there a way to set default settings for Code Analysis? What I'd like to
do is manage Code Analysis for a number of projects (80+) from one central
place. Is there a way to do this in VS? I can kind of get what I want out
of FxCop, but I'd also like to enforce check-in policies.... more >>
msbuild - sn task?
Posted by David Thielen at 11/21/2006 10:11:02 AM
Hi;
Is there a task in msbuild to strong name a file? I need to do this after
obfuscating a dll.
ps - sorry for all the questions on msbuild - we're trying to convert from
nant and it's not trivial.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle... more >>
msbuild - signfile - spc & pvk file
Posted by David Thielen at 11/21/2006 10:09:01 AM
Hi;
the signfile task wants a .cer file. But what we have from verisign is a
..spc and a .pvk file. How do we sign with those.
Using signcode.exe we use:
signcode -spc WindwardKeys.spc -v WindwardPrivateKey.pvk -i
http://www.windward.net -t http://timestamp.verisign.com/scripts/timstamp.d... more >>
msbuild aspnetcompiler task -keyfile?
Posted by David Thielen at 11/21/2006 10:06:01 AM
Hi;
For the task aspnetcompiler in msbuild how do I pass the -keyfile parameter?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
... more >>
msbuild - call .sln file to clean all directories
Posted by David Thielen at 11/21/2006 10:00:02 AM
Hi;
What is the <MSBuild .../> settings to call a .sln file and have it clean
all release directories (bin\release, obj\release, etc)?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
... more >>
Only 1 .proj file - MSBuild says there are multiple ones
Posted by David Thielen at 11/21/2006 9:36:01 AM
Hi;
When I run MSBuild from the command line it tells me "MSBUILD : error
MSB1011: Specify which project or solution file to use because this folder
contains more than one project or solution file."
I do have both a .proj (mine) and a .sln (VS 2005 generated) in the
directory. But the do... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MSBuild - write to console
Posted by David Thielen at 11/21/2006 9:34:01 AM
Hi;
How can I write to the console in a MSBuild proj?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
... more >>
Information about creating a visual studio plugin
Posted by Ronen Yacov at 11/21/2006 6:46:43 AM
Hi there,
I trying to develop a visual studio plug in for my project.
Does anyone know of an article which describes the SDK for building a
plug in,
how di I start building it?
Thanks,
Ron
... more >>
Automatically inserting method & function headers from an interface that are being implemented with VB.NET
Posted by Nathan Sokalski at 11/21/2006 1:24:29 AM
When implementing an interface in VB.NET using Visual Studio .NET 2005, it
would be nice if I could have the method/function headers inserted
automatically. Whenever we implement an event (such as Button.Click,
TextBox.TextChanged, etc.), all we have to do is select the control and
event fro... more >>
VS2005 and Vista
Posted by nondisclosure007 at 11/20/2006 11:40:02 AM
Anyone got a link to somewhere on MS on how to get started on this? I've
been developing for .Net 2.0 and WinXP for almost a year and am not sure what
I need to do to get started on Vista.
I have VS2005 and Vista. But do I need anything extra?
Any links would help.
Thanks
-Michael... more >>
Future JScript .NET Support in Visual Studio and .NET
Posted by Troy Taft at 11/20/2006 7:31:02 AM
Is Microsoft planning to increase support for JScript .NET in the .NET
framework and in Visual Studio .NET?... more >>
naming conventions forced by VS.NET?
Posted by Pieter at 11/20/2006 12:00:00 AM
Hi,
I thouht that I read somewhere that Visual Studio .NET 2005 is able to force
naming conventions for controls etc., but I can't find it anymore :-/ did I
dream this or is this real? :-) If it's real: how can I do this?
Thanks a lot in advance,
Pieter
... more >>
Access Databases and ASP.NET 2.0
Posted by Rodger Barnett at 11/19/2006 2:18:01 PM
I am sure that this is a simple (but annoying problem)
I want to be able to use an Access (2003/2000) database to control
membership, login as well as the underlying site data.
I appreciate that using this database rather than a SQL Server Express or
SQL server database is less robust. Ho... more >>
deploying web reference in Pocket Pc
Posted by Komandur Kannan at 11/18/2006 11:42:01 PM
Hi
I have created a windows CE application in vb.net using vs2003. In
that I have some webreference to connect to oracle for DML purpose. I need to
create a setup like which I can deploy it in to my pockect pc.
Else is there anyway to write into the pockect PC in such a way that... more >>
Visual Studio 2005 Pro - Where is MS SQL 2005 Developer Edition
Posted by Matt at 11/18/2006 5:48:59 PM
My understanding is the the Pro edition of VS2005 is supposed to
include MS SQL 2005 Developer Edition. At least that is what it says
on Microsofts website. But where is it? During installation the only
option is for SQL Express.
... more >>
auto parenthesis formating
Posted by coltrane at 11/18/2006 11:57:12 AM
yes I know this is a trivial matter but......
VSNet alway formats the parenthesis in the same manner i.e
void foo
{
}
Is there any way to change the behavior to
void foo{
}
I had always used the first format but my current group always uses the
other format for all their work,... more >>
Installutil and Windows Vista
Posted by jbailey at 11/18/2006 11:12:59 AM
Hi,
I have a Windows Service written in .NET that worked without issues on XP
SP2 and Windows 2000 Server. Now that I've upgraded to Vista, I try to
install this using installutil, I get the error below (from the installlog
file) and the transaction rollsback:
"System.Security.SecurityE... more >>
Creative mediasource player jet engine 4 required
Posted by Paul Killick at 11/18/2006 8:10:01 AM
Hi all
I have creative mediasource player and when i go to open PC music libary i
get the message that music libary is corrupted please run jet engine 4.0
service pack 3 and above
I have windows XP and sp 2 installed so when i get the sp8 its won't update
as newr version already installe... more >>
Play sound in ASP.NET
Posted by cellar at 11/17/2006 10:14:02 PM
I'm looking for a sound player for Visual Basic 2003 for web projects
(ASP.NET). I'm interested in MP3 files (other types of files too).
Regards,
... more >>
Unit Tests and COM Exceptions
Posted by batvanio NO[at]SPAM gmail.com at 11/17/2006 5:54:35 PM
Hi,
Sorry I am bringing this topic again, but something does not feel
right:
I am trying to use VS 2005 unit test to prove that a COM component that
I use is throwing the right COM exception. So I am trying this
try
{
COMComponent.GenerateCOMException(); // this throws the COM
excepti... more >>
Getting errors trying to upgrade to VS2005
Posted by Robert Lamm at 11/17/2006 2:01:02 PM
I finally get to move our source from VS2003 to VS2005 but VS2005 is giving
me errors involving a set of interfaces. Specifically the errors are:
Error 195: Class 'Engine' must implement 'Function Shutdown(pError As
ERRORHANDLINGSERVICESLib.EErrorHandler) As Boolean' for interface
'SubSystemI... more >>
Global Suppression of Code Analysis of CA1811
Posted by Webbert at 11/17/2006 1:36:02 PM
I am using WCF (RTM) and have many properties that look like this. I ** MUST
** have the key word private for serialization, however, I don't want anyone
to be able to call the set method in the assembly.
[DataMember( Order = 1, IsRequired = true )]
public DateTime DateTime
{
get { re... more >>
creating my sql tables while installing web setup.exe
Posted by jklioe at 11/17/2006 5:05:09 AM
i hv got a web application that uses my sql and i want to create tables
at the time of installing web setup.exe
wat is the procedure fr doing this ??????
... more >>
Add App to Run registry key at setup
Posted by Pedro Gonçalves at 11/17/2006 3:17:02 AM
Hi,
I'm making a setup project with VS2005 and I need to add my application to
the registry key
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" in order
to make my aplication start when the windows start.
I need this because I want my application to run as a kiosk, so ... more >>
Try - catch in an Unit test
Posted by batvanio NO[at]SPAM gmail.com at 11/16/2006 4:10:44 PM
Hi,
I am writing unit tests in VS2005 and am having the following problem:
I am trying to test a timeout property of one of my methods. This
timeout exhibits itself in an exceptioin - i.e. I am sending a command
to a hardware device, and if it does not answer in the timeout defined
(i.e. in 2... more >>
Using Visual Studio .NET 2005 to compile to ASP.NET 1.1
Posted by Nathan Sokalski at 11/16/2006 1:08:34 AM
I have a webhost that unfortunately does not yet support ASP.NET 2.0. This
would not be a problem, except for the fact that most places no longer sell
Visual Studio .NET 2003, which means I need to use Visual Studio .NET 2005
to compile a *.dll that is ASP.NET 1.1 compatible. I seem to remembe... more >>
VS2005 changing my code with resource files
Posted by Dale at 11/15/2006 6:34:01 PM
I am working on localizing a .Net 2.0 Windows Forms application. I have all
the strings from the forms in a resource file and retrieve them using the
class file created by Visual Studio 2005.
In the designer code behind for my form, I have replaced all the string
assignments with the app... more >>
Upgrading a Service fails
Posted by Christof Nordiek at 11/15/2006 2:51:47 PM
I have a C#-Project with a Service and an Installer-Class for intalling the
service. I also have a Setup-Porject for installing the Service.
When I make a new Version of my Service by changing the Version and the
ProductCode i can't install this Service over the older Version. It gives a
me... more >>
asp.net 2.0 adds unwanted semicolons
Posted by Eachus at 11/15/2006 1:44:01 PM
I've just upgraded an asp.net project from asp.net 1.1 to 2.0. It compiles
and runs. However, on one of the pages, which worked in 1.1, it appears that
..net 2.0 goes into a perfectly good client-side vbscript event and adds a
semicolon to it. Since the event is vbscript, IE does not appreciat... more >>
calling a .bat program in a vb .net program
Posted by Janet at 11/15/2006 12:55:43 PM
Hi,
I need to call a .bat program inside a vb .net program. I have yet to
find anything on this but have just started searching. Can someone
enlighten me? It was be very much appreciated.
Thanks,
Janet Heath
... more >>
vs2005 web applicatons vs vs2003
Posted by rodchar at 11/15/2006 8:04:02 AM
hey all,
i'm in vs2k5 trying to add my project to source safe 2005. i noticed there a
2 options now: Add Solution to Source Safe and Add WebSite to Source Safe.
When i add try to add WebSite to source safe another developer only has
source safe 2003 version and cannot get to it (it's very ... more >>
Client -Server Concept in Windows Applns...
Posted by Raj at 11/15/2006 6:40:09 AM
Hi All..,
I have a VB.Net Windows Application..
I need to Run this Exe From Some Other System(Client) and I need to
Upload some specified files to the Server System..
Now my doubts are..
1) Is client-Server concept is Possible in Windows Applications..
2) Can I pass some arguments ... more >>
|