Skip to main content

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same

I want to share this experience that I've encountered just now (but actually not once...even several times) I just opened this topic on my blog...

As I am working on a certain projects.. I encountered this error
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

Well @ first sight , I don't have any Idea where , when and what went wrong with my work... so I just go on search over the internet ..and I have found out that there is something really wrong with it... and based on some forums that I have read ..it was a some kind of a bug ..too bad they haven't solve this issue yet and still continuing their investigations and looking for some work-around/solutions.

you may refer to this site that has same encountered
problem as mine :

http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=101988


I want also to share , that there will be something new with the vs.net which is the "Microsoft Visual Orcas"
this "Orcas" has been introduce by the Microsoft to enable their clients to connect applications on the latest .net frameworks , this might solve .net compatibility... (I think the release of this "Orcas" has relation with the issue I had mentioned earlier)... I hope it will be another work around on some VS.net issues...

You may refer to this site for more Microsoft Visual Studio Orcas details : http://blogs.msdn.com/somasegar/archive/2006/05/18/601354.aspx

Comments

Popular posts from this blog

My Carboxy Stretchmark Treatment and Slimming Wrap experience at Total Skin Care Center

I've been googling around about this new treatment being introduced and implemented lately that is called Carboxytherapy that helps to reduce fats, cellulites deposits & even skin stretchmarks in our body.  ===================================== ======================================= According to this site : http://www.carboxytherapy.com/ Carboxytherapy refers to the cutaneous and subcutaneous administration of carbon dioxide gas [CO2] for therapeutic purposes. Carboxytherapy originated at the Royal Spas of France in 1932 with the treatment of patients afflicted by peripheral arterial occlusive disease. In South America and Europe, carbon dioxide therapy has been applied to the treatment of stretch marks, cellulite, and hypertrophic scars with impressive results. Studies have demonstrated that carboxytherapy improves skin elasticity, improves circulation, encourages collagen repair, improves the appearance of fine lines and wrinkles, and destroys localized fatty depos...

'SpongeBob' may go dark on Time Warner

Today I have been spending this day @ home.. while I am eating the grapes from the new year's "media noche" I have read some news about SPONGEBOB SQUAREPANTS. I really liked and loved Spongebob very much .. because everytime I watched him he never fails me to make me smile and eventually laughed :)) hahahahaha! , that's why I became a fan of him. XD One of the most favorite episode I really liked is the "Idiot Box" :)) , w here he always used to say these following lines "Use your imagi..naaaa...tion!" So when a friend of mine had told me the about ... 'Colbert,' 'SpongeBob' may go dark on Time Warner... where the Time Warner , a cable operator company where primarily serves at New York State , might remove some shows in which they are used to line-up on the said cable operator due to Viacom's demands and ratings issue you can read the full details of this article at this link which is from yahoo news http://news.yahoo.com/s/...

Error creating package (SSIS)

I've been wandering with this issue that I've encountered lately when I was about to create a new SSIS package for my project.  The following screenshots below will demonstrate the scenarios: In this picture I was trying to create a new SSIS package but then I got this: "Failed to save package file [directory] Element not found" And when I was trying to open an existing package I got this error: "Error Creating package" ... "Failed to save package file [directory] Element not found" Well there's really something wrong ,  probably there might be some prerequisites been missing. For this scenario we have to add the two important DLLs required by the SSIS. The msxml3.dll and the msxml6.dll.  To do this you have to use command prompt and be in this directory "[DriveName]:\Windows>System" and do the following command: C:\Windows\System> regsvr32 msxml3.dll  C:\Windows\System> regsvr32 msxml6.dll  There wil...