Friday, 30 July 2010

The products listed above, and their associated names, icons and logos, are the intellectual property of Microsoft Corporation.
Live Writer Forum
This Forum Has Moved! Visit the New Forums Platform Today!
MSDN Forums: Windows Live Writer: Development - Microsoft has created a new forums platform (MSDN, TechNet, Expression, and Microsoft) with increased performance, stability, and an improved user experience. The forum you previously accessed has been moved to this new platform. To help you with this move, we have created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to these new forums today and let us know what you think:

Thank you for your continued support!

View article..

Forum Lockdown Notice
MSDN Forums: Windows Live Writer: Development - We are currently migrating this forum. Therefore we have disabled posting new threads and messages. Please be patient with us during this process. When migration is complete, this url will redirect to its new location.
View article..

Why I can't sign in my space with live writer?
MSDN Forums: Windows Live Writer: Development -

I installed live writer then typed my live ID and password, but the writer told me this user doesn't exist or the password is increct...

I don't know why, who can tell me something about it?

And the same problem exist in my live mail, too. Only live messenger could sign in by automaticly.

Waiting for answers. Thanks very much!


View article..

protocol violation
MSDN Forums: Windows Live Writer: Development -

i've been experiencing some problems posting on my blog since last
night
when I want to post something it give me a server protocol violation

It says

Serve committed protocol violation. Section=ResponseStatusLine

then it asks for my usersname and password but keep heading to the
error.

Does anyone got an idea?


View article..

How to create a table in MS-Access
MSDN Forums: Windows Live Writer: Development - Hi,

I'm trying to create an Access Database with Table using ADOX in c#.  I succeed in creating Access Database with Table
using ADOX, but i need to create a column as PrimaryKey in that table.  When i try this i'm getting an exception like

"Exception from HRESULT: 0x800A0BB9".

May anyone how to solve this.  With this i given the code

try
            {
                Catalog cat = new Catalog();
                string strCreateDB = "";

                strCreateDB += "Provider=Microsoft.Jet.OLEDB.4.0;";
                strCreateDB += "Data Source=C:\sample.mdb;";
                strCreateDB += "Jet OLEDB:Engine Type=5";
                cat.Create(strCreateDB);

                Table createTable = new Table();
                               

                createTable.Name = "Testing";

                createTable.Columns.Append("SNo", DataTypeEnum.adVarWChar, 25);
                createTable.Columns.Append("Name", DataTypeEnum.adVarWChar, 32);

                createTable.Keys.Append("Testing", KeyTypeEnum.adKeyUnique, null, null, null);

                cat.Tables.Append(createTable);

                Marshal.FinalReleaseComObject(createTable);
                Marshal.FinalReleaseComObject(cat.Tables);
                Marshal.FinalReleaseComObject(cat.ActiveConnection);
                Marshal.FinalReleaseComObject(cat);
               
                return true;
            }
            catch (Exception generalException)
            {
                MessageBox.Show(generalException.ToString());
                throw;
            }

Please give me a solutions for this

Thanks,
S. Ramkumar

View article..

This forum is moving the Week of October 6th, 2008
MSDN Forums: Windows Live Writer: Development -

 

Microsoft has created a new forums platform (MSDN | TechNet | Expression | Microsoft) with increased performance, stability, and an improved user experience. During the week of October 6, 2008 this forum will be moving to the new platform. To make sure this is a smooth transition, we want everyone using this forum to have a chance to try out the new forums in advance, and give feedback. We’ve created a Sandbox forum, where you can create threads and try out functionality, and a suggestions forum where you can give us your feedback. Please take some time to go to the new forums today and let us know what you think.

 

 On the day the forum moves to the new platform, a post will be made letting you know the process has been started, and the forum will be locked to new posts. Once the process is complete, a final post to the forum will be made letting you know the forum has moved.

1.            All posts in the forum will be preserved

2.            Any points you’ve received for replies will move with you (on a per forum basis)

3.            Any bookmarks to this forum or threads within this forum will redirect to their new location

4.            Your “My Threads” will be preserved on the new platform

 

The only thing you’ll need to do after migration is set Windows Live Alerts for any threads you were tracking.

 

If you have feedback, let us know in the suggestions forum

 

Thanks!

Alicia

 


View article..

Source code not showing correctly on publishing
MSDN Forums: Windows Live Writer: Development -

I have just started to use Live Writer to write/update pages and posts in my wordpress websites.

I have been using a combination of HTML code within the source tab to load affiliate information then using edit to add general text.

On previewing the pages look fine but when they are published they show within wordpress as HTML code not text and banners etc.

 

Am I doing something wrong?

 


View article..

SPLIT POST DISABLED...AHHHH
MSDN Forums: Windows Live Writer: Development - I used all caps, don't kill me.  But I'm frustrated.

I published 3 posts to my new live Subtext blog using Windows Live Writer.  Then I learn about the split post feature and say hmm, I  need to do that real quick like.

But when I go back into those posts, the Split post option is disabled in the format menu.

Why?  Is it something dependent on Subtext or Windows Live Writer won't let you split a post after the fact that it's been published or what?  What would not even make sense.

View article..

Where is my Windows Live Writer?
MSDN Forums: Windows Live Writer: Development - I've just installed Windows Live Writer, but can't find it on my desktop or program file? There is no shortcut icon or anything on my desktop. How do I use it? Where is it?
Please help! Many thanks.

View article..

Stick the post in the front page - Wordpress.com
MSDN Forums: Windows Live Writer: Development - It would be fantastic if we have the possibility to stick a post in the front page like the new function in the wordpress.com... directlyy from wlw and not editing from the website. Gianvito
View article..

PreviousNext
Copyright 2009. Sponsored by nsquared.   |  Terms Of Use  |  Privacy Statement
Content on this site is generated from the developer community and shared freely for your enjoyment and benefit. This site is run independently of Microsoft and does not express Microsoft's views in any way.