The combination of a Team System solution, including a BizTalk project and an Unit Test C# project is not a good one, as I learned recently. ;-) The problem occured, when I wanted to add a BizTalk map in an orchestration - simply nothing happened. The only thing was an bunch of errors while closing Visual Studio afterwards: --------------------------- Microsoft Visual Studio --------------------------- Unexpected error encountered. It is recommended that you restart the application as soon as possible....
Some intersting Links about Ajax or Atlas Ressources: https://blogs.conchango.com... 2006 (Vienna):There was an Atlas session I attended an at the bottom of the link below there is a download of the slides. Additionally there are common Q&A that where asked during the presentation.http://www.mic...
I have recently developed a little Pocket PC Applikation with Visual Studio 2005. The App's purpose was to call WebServices but I had some Beginner problems establishing an Internet Connection with the VS Pocket PC Emulator until I found the following Blog Entry: http://blogs.msdn.com/vsdte... It helped me to establish an Active Sync Connection between my Virtual Operating System an the VS2005 Emulator and afterwards a successfull Internet Connection...
3 steps to deploy an assembly in the GAC: Create or locate Key File for signing: sn -k "Path to SNK File" Assign the Key to your Project (AssemblyInfo File): <Assembly: AssemblyKeyFile("Path to SNK File")> Deploy the dll: gacutil -I "Path to DLL" ...
Certifications for the new Microsoft Products that ship in November were published this week.And there is also a certification for BizTalk! :-) http://www.microsoft.com/le... It is only a single exam but I greatly appreciate that BizTalk2006 is honoured by it's own certification
Enterprise Library has been released.http://msdn.micros... We have already used DataAccess and ExceptionManagement Building Blocks in projects. Feedback is very positive - we will test Enterprise Library, perhaps we can use it in future projects. Another interesting Link:http://msdn.microsoft.... ...