Build in Visual studio fails
Build in Visual studio fails
15 May 2014, 21:58
Using Visual studio ultimate 2013
every time I am trying to build robot code I get
Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 12 28
this happens with every robot a tried
new and from the examples
Replies
Invalid
22 May 2014, 15:32
RE:
voulgeor said:
Using Visual studio ultimate 2013
every time I am trying to build robot code I get
Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 12 28
this happens with every robot a triednew and from the examples
I had the same issue some time ago. I succeeded to fix this following next instructions
- Close Visual Studio
- Open the Temporary ASP.NET Files folder and delete its contents.
- If the OS is Windows Vista, then the folder is %LocalAppData%\Temp\Temporary ASP.NET Files
- If the OS is Windows XP, then the folder is %WINDIR%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
- Restart Visual Studio
- Open the project
@Invalid
voulgeor
22 May 2014, 16:58
RE: RE:
thanks but that didn't work for me.
Invalid said:
voulgeor said:
Using Visual studio ultimate 2013
every time I am trying to build robot code I get
Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 12 28
this happens with every robot a triednew and from the examples
I had the same issue some time ago. I succeeded to fix this following next instructions
- Close Visual Studio
- Open the Temporary ASP.NET Files folder and delete its contents.
- If the OS is Windows Vista, then the folder is %LocalAppData%\Temp\Temporary ASP.NET Files
- If the OS is Windows XP, then the folder is %WINDIR%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
- Restart Visual Studio
- Open the project
@voulgeor
Invalid
22 May 2014, 17:19
RE: RE: RE:
Does it happen only with cAlgo projects? Could you try to create C# project from VS and to build it.
By the way, does it give you any details about this exception? Usually it has some stack trace what can help to understand the reason of your problem.
voulgeor said:
thanks but that didn't work for me.
@Invalid
voulgeor
23 May 2014, 02:13
RE: RE: RE: RE:
yes this only happens to calgo projects
I am a developer and all my other projects compile just fine.
it fails on my laptop desktop and my dedicated server also.
same error every time
Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 12 28
Invalid said:
Does it happen only with cAlgo projects? Could you try to create C# project from VS and to build it.
By the way, does it give you any details about this exception? Usually it has some stack trace what can help to understand the reason of your problem.
voulgeor said:
thanks but that didn't work for me.
@voulgeor
Invalid
25 May 2014, 14:19
RE: RE: RE: RE: RE:
it's difficult to understand what's the problem without stacktrace or more details.
What is the version and edition of you VS and OS? Do you have any other extensions installed in VS?
voulgeor said:
yes this only happens to calgo projects
I am a developer and all my other projects compile just fine.
it fails on my laptop desktop and my dedicated server also.
same error every time
Error 1 The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 12 28
Invalid said:
Does it happen only with cAlgo projects? Could you try to create C# project from VS and to build it.
By the way, does it give you any details about this exception? Usually it has some stack trace what can help to understand the reason of your problem.
voulgeor said:
thanks but that didn't work for me.
@Invalid
Spotware
16 May 2014, 09:21
Can you build your robot in cAlgo?
@Spotware