I have just started to use silverlight in visual studio 2k8. I have installed silverlight 3 tools for visual studio 2K8. Now while creating a new project an error is thrown - "object reference is not set to an instance of an object". Screen-shots are attached. Could you guyz please help?
Try re-setting your Visual Studio settings. Go to Start > Visual Studio Command Prompt (2008) and run the commands sequentially:
devenv /ResetSettings
devenv /ResetSkipPKGS
See if this does the trick...
'devenv' is not recognized as an internal or external command
–
Frenchpolish Have you installed VS2008 SP1 before installing Silverlight 3 tools?
I would recommend you to uninstall Silverlight 3 tools first and then look at the Instructions in the below MSDN download link and install Silverlight 3 tools following these instructions:
http://www.microsoft.com/download/en/details.aspx?id=9394
==================================================================
Ready reference for Installation Instructions:
Before installing Silverlight 3 Tools:
Upgrade Microsoft Visual Studio 2008 to Service Pack 1 and make sure that the Visual Web Developer feature is installed. or Install Microsoft Visual Web Developer 2008 Express with SP1. Uninstall any Beta or Preview versions of Expression Blend
Note: This release will not work with the Visual Studio 2008 RTM or Visual Studio 2008 SP1 BETA.
===================================================================
I had a similar issue once and I just did a complete repair of VS. Have you tried that? Not an uninstall/reinstall, but a repair?
I face the same problem and now solved it............
Follow the given path and shift+delete everything.
Windows XP:
C:\Documents and Settings\your_user_name\Local Settings\Application Data\Microsoft\Team Foundation\2.0\Cache
C:\Documents and Settings\your_user_name\Local Settings\Application Data\Microsoft\Team Foundation\3.0\Cache
Windows 7:
C:\Users\your_user_name\AppData\Local\Microsoft\Team Foundation\2.0\Cache
C:\Users\your_user_name\AppData\Local\Microsoft\Team Foundation\3.0\Cache
C:\Users\your_user_name\AppData\Local\Microsoft\Team Foundation\4.0\Cache
So the solution is "TO CLEAR THE CACHE OF YOUR SYSTEM"
I had a similar issue, but with Windows 8, VS2012 Pro and WP8 SDK.
Try to either update or remove NuGet.
My Solution: UNINSTALLED NuGet (as updates to it did not work)
I had a similar problem with Visual Studio 2017. When I disable my ReSharper from Tools > Extensions and Updates, then this message is disappeared.
I too had similar issue faced in my VS 2015, Windows 10 OS.
Solution : Close the VS IDE and Open it again.
Hope it should be resolution.
© 2022 - 2024 — McMap. All rights reserved.