<p>can you try to retake the source, i've updated the visual solution (i hope i didn't make a mistake by adding half pending the files...)</p><p><br></p><p>ps: i got a crash disk at work and it has ruin my dropbox and my github repo. maybee i put something sh**ty in one github commit. sorry</p>
will_lima83
over 9 years
<p>I'm trying to compile your project in Visual Studio 10, but I'm getting this error message:<br></p><p>------ Build started: Project: Sardauscan, Configuration: Release x86 ------
<br>Build started 29/5/2015 13:40:38.
<br>CoreResGen:
<br> "C:\Arquivos de programas\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\resgen.exe" /useSourcePath /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /r:"C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\ExternalDLL\OpenTK.dll" /r:"C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\ExternalDLL\OpenTK.GLControl.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.DataSetExtensions.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Deployment.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Design.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Drawing.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Management.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Windows.Forms.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.Linq.dll" /r:"C:\Arquivos de programas\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\WindowsBase.dll" /compile Gui\MainForm.resx,obj\x86\Release\Sardauscan.Gui.MainForm.resources Properties\Resources.resx,obj\x86\Release\Sardauscan.Properties.Resources.resources
<br> Processing resource file "Gui\MainForm.resx" into "obj\x86\Release\Sardauscan.Gui.MainForm.resources".
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Gui\MainForm.resx(157,5): error MSB3103: Invalid Resx file. Parâmetro incorreto Line 157, position 5.
<br> Processing resource file "Properties\Resources.resx" into "obj\x86\Release\Sardauscan.Properties.Resources.resources".
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error MSB3103: Invalid Resx file. Type in the data at line 639, position 5, cannot be loaded because it threw the following exception during construction: A operação foi concluída com êxito
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : TargetInvocationException: Type in the data at line 639, position 5, cannot be loaded because it threw the following exception during construction: A operação foi concluída com êxito
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at System.Resources.ResXResourceReader.ParseXml(XmlTextReader reader)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at System.Resources.ResXResourceReader.EnsureResData()
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at System.Resources.ResXResourceReader.GetEnumerator()
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at Microsoft.Build.Tasks.ProcessResourceFiles.ReadResources(IResourceReader reader, String fileName)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at Microsoft.Build.Tasks.ProcessResourceFiles.ReadResources(String filename, Boolean shouldUseSourcePath)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at Microsoft.Build.Tasks.ProcessResourceFiles.ProcessFile(String inFile, String outFile)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : XmlException: Type in the data at line 639, position 5, cannot be loaded because it threw the following exception during construction: A operação foi concluída com êxito Line 639, position 5.
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error :
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : Win32Exception: A operação foi concluída com êxito
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at System.Drawing.Icon..ctor(Stream stream, Int32 width, Int32 height)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error : at System.Drawing.Icon..ctor(Stream stream)
<br>C:\Documents and Settings\Printgreen\Desktop\Sardauscan-master\Sardauscan\Properties\Resources.resx : error :
<br> <br>Build FAILED.
<br> <br>Time Elapsed 00:00:00.65
<br>========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========<br><br> Something is missing in my system to build the project?</p>