Archive for May, 2010
I read books, web and stuff who described that you could do fun things with Silverlight with VisualStudio 2008 – C Sharp of course. But it appears not.
I saw some people using C Sharp Express and where I saw the Silverlight design, but there is not. It is not design, but preview. It was so in Beta, it looks like.
I feel that I must have MS Expression Blend to work with. How do I otherwise complex curves and stuff. You do it maybe, but not me. So I quit.
Just testing code
ImageFix::ImageFix()
{
GdiplusStartupInput input;
GdiplusStartup(&m_token, &input, NULL);
// Comment
UINT size;
UINT numEncoders;
GetImageEncodersSize(&numEncoders, &size);
ImageCodecInfo *encoders = (ImageCodecInfo *)malloc(size);
GetImageEncoders(numEncoders, size, encoders);
for (UINT i = 0; i < numEncoders; i++)
{
ImageCodecInfo encoder = encoders[i];
m_aEncoders.Add(encoder);
if (encoder.FormatID == ImageFormatPNG)
{
m_defaultEncoder = encoder;
}
}
free(encoders);
}
Wow! This is great!
Web Resizer has been updated to version 1.0.6.2539.
Now, it supports the following graphic format:
- GIF – CompuServe Bitmap (*.gif)
- TIF – TIFF Bitmap (*.tif;*.tiff;*.tp1)
And function in low memory mode has been implemented, but it does not work perfectly yet.
Download (2,10 MB (2156 KB))
Hashes
MD5: 6B5F838B1CC5C636C00D45D98FD27C03
SHA1: 2E2C6E96A0079B8E4D0B4099BAC1D7A16F60E33C
Table Image Master
version 1.0.1.1644 – Initial release
This is a DONATION-WARE!
This program is a tool for some kind of Webmasters such as amateur and professional photographers who make many thumbnail image galleries systematically – the same page design with different pictures on the table, and it makes your life much easier. This program is designed to perform the work in several folders with the same settings at once.
Download (2,30 MB)
Hashes
MD5: E4E393AB5BEF9B071BE2D46C7D186DC2
SHA1: 1F00932D27B6AFB3DD354F945F18C249343ADF01
GPW – Password Generator has been updated to version 1.0.5.2631.
Download
(339 KB)
MD5: D6439ADA1B40F9893858BB2D677CBCE1
SHA1: EBC42E7800C47C83E7DD8D40A04B7A0B811DDA5D
They have even taken samples yet!
Water provider is still not taken any water, but promised to immediately take samples for analysis.
It is crazy!
Water in this district I live has chemicals and stuff that are poisonous and cannot drink. The city stopped us to drink tap water for 4 weeks ago.
We: means the people in this district.
They: means the city.

They emptied our water at the old water and fill with public water.
Because the water going through our old system and the lab results of the water is not clear. Not yet! 4 weeks! How long does it take?
I think, they got the lab results longer than three, four or five weeks before they stopped us drinking toxic water. This means that we drank toxic water for quite some time.
We can see how vulnerable our society is, after all technologies and things we think we have. We cannot even conjure up water.
The Silverlight Managed Debugging Package Isn’t Installed! What error is that?
I saw the Silverlight animation on the web and I wanted to do it too.
Microsoft Silverlight technology will not work in Visual Studio 2008, so I need to update it to SP1. It was about 850 MB. When I made it, Windows wanted to further update of SP1, which was almost 500 MB.
It took a long time but it was done.
Right now, the latest version of Silverlight 4 does not work in VS2008, I have downloaded the Silverlight tools version 3, SDK and samples from Microsofts’ downloads.
I thought, “Now it is OK for work”. But NOT.
When I open a sample solution and click “Start Debugging”, it displays the following message.
The silverlight managed debugging package isn’t installed.
I thought everything was OK, but no.
I searched through the MSDN Forums and stuff, but found nothing that helped me. Then googled, and found quite a lot.
But what is correct? I did not want to test all possible. Anyway, I tried some of them, and did not work.
I thought Silverlight addon has something to do with it. It was a very reasoned to me. Since it’s made for ordinary users, not for developers. In addition, I saw the MS Silverlight plugin will always installed the latest (version 4). But I am trying to do is 3.
Conclusion
- MSVS2008 must be updated to SP1
- If you have Silverlight browser plugin version 4, uninstall it
- If you have Silverlight4 Tools, uninstall them all
- Download and install Silverlight3_Tools
- Download and install Silverlight3_SDK
- Download and install Silverlight_Developer (version 3)
You do not need to change the registry or such a complex.
I hope that helps if you have similar problems.


