SQL CLR problems in deployment w/ Sql Server 2005 (Yukon) and VS.NET 2005 (Whidbey)?

If you pay attention to the sql clr newsgroups, you know that I was battling a problem with creating an aggregate function with VS.NET Whidbey and Yukon.  Well, I was able to get this resolved.  Something that is very important to pay attention to is whether or not the object has been deployed.  There is a small textual notification in the bottom left hand corner of VS.NET.  That is where you get a notice of whether or not your object has been deployed.  If you get anything besides deployment succeeded, you will need to open up the "Output Window" to see what the problem was.  Personally, I think that there should be a big popup window on a deployment error.

BTW, I should have followed Niels' suggestion and deployed manually, but I just haven't had much time in the last week to look at this problem.

BTW #2, thanks Sam for not laughing at my posts too much and saying good things.  :-)

Wally

No Comments