all groups > sql server notification services > january 2006 >
You're in the

sql server notification services

group:

Samples not working


Samples not working Bob
1/22/2006 12:04:31 PM
sql server notification services:
I installed notification services for sql 2000 on a win xp pro SP1 box with
sql2000 developper edition.
The installation went fine. Then I ran setupSamples SetupSamples
MyComputerName\MyDomain\MyUser" "MyPassword" MyComputerName

(Myuser on Mydomain is the way I normally logon to this machine). I then
open the samples folder and double click on the realtor.sln file. I have
vs2005 and vs2003 installed on this machine and it tries to open it with
vs2005. I cancel that, go bcak to select vs2003 ide find the solution file
and open it. I get a message saying The application for project "the path
to Appdefintion.vcproj is not installed. Make sure the application for the
project type (.vcproj) is installed.

What gives? Any help would be greatly appreciated.

Bob

Re: Samples not working Joe Webb
1/23/2006 6:15:24 AM
The realtor example is a C# project. Do you have VS 2003 C# installed?
Seems like I remember that all but one of the v2.0 samples are C#, the
last one being in VB.NET.

HTH...



--
Joe Webb
SQL Server MVP
http://www.sqlns.com


~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811

I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)


[quoted text, click to view]
Re: Samples not working Bob
1/23/2006 2:00:09 PM
I found it, it was because something in the project was written in C++.When
I added C++ to my visual studio 2003 instance problem resolved itself.

I hope that doesn't mean I<m going to have to take up C++ programming , I
have better things to do with my time. ;-)

Thanks Joe.



[quoted text, click to view]

Re: Samples not working Joe Webb
1/23/2006 2:21:56 PM
Oops! I read your original post too quickly. csproj is a C# project
and as you've already discovered, a vcproj is a C++ project.

Glad you got it going1


--
Joe Webb
SQL Server MVP
http://www.sqlns.com


~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811

I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)


[quoted text, click to view]
AddThis Social Bookmark Button