Contents tagged with Visual Studio .NET
-
2.0 Web Service Problem with 1.1 Assembly Redirections (I challenge you)
This is a problem I have been trying to resolve for over three weeks now with no success. I shall try to explain the problem as clearly as I can as it can get very confusing.
I have a Visual Studio 2005 .NET 2.0 Web Service Project which has a single web service class called HelloService. This service has the following content: -
New horizons with Web Methods Ltd
Previously in the past I have found myself constrained to keeping certain posts to myself due to company policies and so forth. But now is very different, I have just started my own limited company providing development and consultancy services.
-
Trying to debug Outlook 2003 addin, always getting 'cannot attach to process' error
After trying to debug an addin for Outlook 2003 with no joy I turned to google for support, this on previous attempts had not come up with any good solutions but I managed to find the following post: http://www.analogousmember.com/archives/000394.html that resolves the solution.
-
New VistaDB release
VistaDB 2.1 database for .NET has been released
This 2.1 update includes over 60 improvements, including new support for .NET 2.0 and Visual Studio .NET 2005. VistaDB is a small-footprint, embedded SQL database alternative to Jet/Access, MSDE and SQL Server Express 2005 that enables developers to build .NET 1.1 and .NET 2.0 applications. Features SQL-92 support, small 500KB embedded footprint, free 2-User VistaDB Server for remote TCP/IP data access, royalty free distribution for both embedded and server, Copy 'n Go! deployment, managed ADO.NET Provider, data management and data migration tools. Free trial is available for download.
- Learn more about VistaDB
- Repost this to your blog and receive a FREE copy of VistaDB 2.1! -
MBR BootFX
Since starting my new job at MBRIT Ltd (www.mbrit.com) I have been extensively working on BootFX our open source framework for .NET development.
-
string.format and all that jazz
Good blog entry about string.format at http://idunno.org/displayBlog.aspx/2004071401 the number of times I have spent hunting through MSDN to try and remember the differerent options.
-
Debugging with Visual Studio 2005 and Exceptions
I don't know if anyone was aware but I found this gem in the new VS2005 debugger. First I will explain the original problem. If you were debugging in 2003 and your code hit an exception that was unhandled, your entire application would die and you would have to restart. In 2005 you do not need to restart, you can jump directly back to to the piece of code that created the original exception and run it again.
-
SharePoint 2003 Help
Hello, what follows is what I believe to be a good set of resources for using SharePoint 2003 with .NET:
-
Useful XML serialization tutorials
Very useful site for tutorials on serializing object to and from xml.
-
Nice samples on the Microsoft Regional Directors website.
Thanks to Rido for highlighting this http://weblogs.asp.net/rido/archive/2004/11/06/253371.aspx