Object reference not set to an instance of an object
Brought to you by:
olofedlund
I'm getting this error in the latest version of the code.
vsxgenAddIn.Connect.BuildVariableCollection(Boolean
a_quiet)
vsggenAddIn.Exec (String commandName,
vsCommandExecOption, Object& varIn, Object&varOut,
Boolean handled)
and its a NullReferenceException.
Nick
Logged In: YES
user_id=1147830
Hi, Thanks for the report.
Can you tell me a little more? Do you always get this? Do
you know of a workaround? Is there something special with
your project?
Logged In: YES
user_id=118333
It happened to me too. I noticed that it happens when the
solution has a "Solution Items" folder.
When you right-click the solution itself and add, say, a
text file, VS.NET creates a folder outside all projects and
places it in it. This causes vsxgen to freak out.