Build Failed: SA has encountered an invalid symbol
MatthiWare
Posts: 2
System.Boolean [microsoft.visualbasic]
Microsoft.visualbasic.applicationservices.WindowsFormsApplication
Base::get_UseCompatibleTextRendering()
The most likely cause is that SA has used a different version of a dependency from the version used by myassembly.exe
Assembly containing invalid symbol:
myassembly.exe
Dependeny found at:
C:\windows\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll
Can somebody help me?
my application works fine. Visual Studio does't give me a error, warning
It worked with a older version of myassembly
Files used by myassembly:
-myassembly.exe
-maincore.dll
-myassembly.exe.config
- - myassembly.vshost.exe
If it is the assembly can somebody provide me the symbols I can't use?
Best regards,
MatthiWare
EDIT: Never mind ficed it.
Here is the solution that worked for me. Update it to v6.1
Best regards,
MatthiWare
ps: forum moderator's u can close this topic its fixed.
Microsoft.visualbasic.applicationservices.WindowsFormsApplication
Base::get_UseCompatibleTextRendering()
The most likely cause is that SA has used a different version of a dependency from the version used by myassembly.exe
Assembly containing invalid symbol:
myassembly.exe
Dependeny found at:
C:\windows\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll
Can somebody help me?
my application works fine. Visual Studio does't give me a error, warning
It worked with a older version of myassembly
Files used by myassembly:
-myassembly.exe
-maincore.dll
-myassembly.exe.config
- - myassembly.vshost.exe
If it is the assembly can somebody provide me the symbols I can't use?
Best regards,
MatthiWare
EDIT: Never mind ficed it.
Here is the solution that worked for me. Update it to v6.1
Best regards,
MatthiWare
ps: forum moderator's u can close this topic its fixed.
Comments